blob: 92beeece49f55f12dcbe88de0e17ba82d29cd6ec [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 Pons3eeefba2021-06-14 09:23:40 +02006#define MCH_BASE_SIZE 0x8000
7
8#define DMI_BASE_SIZE 0x1000
9
10#define EP_BASE_SIZE 0x1000
11
12#define EDRAM_BASE_SIZE 0x4000
13
14#define GDXC_BASE_SIZE 0x1000
15
Angel Ponsa3cb3222020-09-14 13:15:19 +020016#define GFXVT_BASE_ADDRESS 0xfed90000ULL
17#define GFXVT_BASE_SIZE 0x1000
18
19#define VTVC0_BASE_ADDRESS 0xfed91000ULL
20#define VTVC0_BASE_SIZE 0x1000
21
Angel Pons62371752021-03-27 21:13:44 +010022#endif /* NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H */