blob: fd2317fc6812a3d7f5bdbb37278188a110b524f2 [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
Angel Pons6a2a5142021-06-14 09:39:01 +020012#define EDRAM_BASE_ADDRESS 0xfed80000
Angel Pons3eeefba2021-06-14 09:23:40 +020013#define EDRAM_BASE_SIZE 0x4000
14
Angel Pons6a2a5142021-06-14 09:39:01 +020015#define GDXC_BASE_ADDRESS 0xfed84000
Angel Pons3eeefba2021-06-14 09:23:40 +020016#define GDXC_BASE_SIZE 0x1000
17
Angel Ponsa3cb3222020-09-14 13:15:19 +020018#define GFXVT_BASE_ADDRESS 0xfed90000ULL
19#define GFXVT_BASE_SIZE 0x1000
20
21#define VTVC0_BASE_ADDRESS 0xfed91000ULL
22#define VTVC0_BASE_SIZE 0x1000
23
Angel Pons62371752021-03-27 21:13:44 +010024#endif /* NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H */