blob: fcda4474bd37d8c13fd42279a1a87aec1768f16a [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
Patrick Georgi02a23b52020-12-02 12:30:04 +01008#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
9#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
Patrick Georgi02a23b52020-12-02 12:30:04 +010010#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
11
12#endif