blob: 1aa2d675a6b4529336985b2f07bb888b5e4b356d [file] [log] [blame]
Angel Ponsa3cb3222020-09-14 13:15:19 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
Angel Pons62371752021-03-27 21:13:44 +01003#ifndef NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H
4#define NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H
Angel Ponsa3cb3222020-09-14 13:15:19 +02005
Angel Ponsa3cb3222020-09-14 13:15:19 +02006#define GFXVT_BASE_ADDRESS 0xfed90000ULL
7#define GFXVT_BASE_SIZE 0x1000
8
9#define VTVC0_BASE_ADDRESS 0xfed91000ULL
10#define VTVC0_BASE_SIZE 0x1000
11
Angel Pons62371752021-03-27 21:13:44 +010012#endif /* NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H */