blob: ac3b1dbef002488b344ae151f6698251ad5eb29e [file] [log] [blame]
Angel Ponsa3cb3222020-09-14 13:15:19 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef __NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H__
4#define __NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H__
5
6/* Intel Enhanced Debug region */
7#define IED_SIZE CONFIG_IED_REGION_SIZE
8
9/* Northbridge BARs */
10#define DEFAULT_MCHBAR 0xfed10000 /* 16 KB */
11#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
12#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
13
14#define GFXVT_BASE_ADDRESS 0xfed90000ULL
15#define GFXVT_BASE_SIZE 0x1000
16
17#define VTVC0_BASE_ADDRESS 0xfed91000ULL
18#define VTVC0_BASE_SIZE 0x1000
19
20#endif /* __NORTHBRIDGE_INTEL_HASWELL_MEMMAP_H__ */