nb/intel/pineview/iomap.h: Rename to memmap.h
It primarily contains definitions for MMIO windows. Change-Id: I8cd639c8c7d400a5bfd73735113dd27dd6f948e6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45385 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
298d34d8ff
commit
d25e2f6c80
|
@ -1,7 +1,7 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
|
|
||||||
#include "hostbridge.asl"
|
#include "hostbridge.asl"
|
||||||
#include "../iomap.h"
|
#include "../memmap.h"
|
||||||
#include <southbridge/intel/common/rcba.h>
|
#include <southbridge/intel/common/rcba.h>
|
||||||
|
|
||||||
/* PCI Device Resource Consumption */
|
/* PCI Device Resource Consumption */
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#ifndef PINEVIEW_IOMAP_H
|
#ifndef PINEVIEW_MEMMAP_H
|
||||||
#define PINEVIEW_IOMAP_H
|
#define PINEVIEW_MEMMAP_H
|
||||||
|
|
||||||
#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
|
#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
|
||||||
#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
|
#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
|
||||||
#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
|
#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
|
||||||
#define DEFAULT_PMIOBAR 0x00000400
|
#define DEFAULT_PMIOBAR 0x00000400
|
||||||
|
|
||||||
#endif /* PINEVIEW_IOMAP_H */
|
#endif /* PINEVIEW_MEMMAP_H */
|
|
@ -3,7 +3,7 @@
|
||||||
#ifndef NORTHBRIDGE_INTEL_PINEVIEW_H
|
#ifndef NORTHBRIDGE_INTEL_PINEVIEW_H
|
||||||
#define NORTHBRIDGE_INTEL_PINEVIEW_H
|
#define NORTHBRIDGE_INTEL_PINEVIEW_H
|
||||||
|
|
||||||
#include <northbridge/intel/pineview/iomap.h>
|
#include <northbridge/intel/pineview/memmap.h>
|
||||||
#include <southbridge/intel/i82801gx/i82801gx.h>
|
#include <southbridge/intel/i82801gx/i82801gx.h>
|
||||||
|
|
||||||
#define BOOT_PATH_NORMAL 0
|
#define BOOT_PATH_NORMAL 0
|
||||||
|
|
Loading…
Reference in New Issue