blob: a890445df92a88bca2b14258c17d1b6439228894 [file] [log] [blame]
Patrick Georgi02a23b52020-12-02 12:30:04 +01001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#ifndef NORTHBRIDGE_INTEL_I945_MEMMAP_H
4#define NORTHBRIDGE_INTEL_I945_MEMMAP_H
5
6/* Northbridge BARs */
7#define DEFAULT_X60BAR 0xfed13000
8#ifndef __ACPI__
9#define DEFAULT_MCHBAR ((u8 *)0xfed14000) /* 16 KB */
10#define DEFAULT_DMIBAR ((u8 *)0xfed18000) /* 4 KB */
11#else
12#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
13#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
14#endif
15#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
16
17#endif