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:
11
src/northbridge/intel/pineview/memmap.h
Normal file
11
src/northbridge/intel/pineview/memmap.h
Normal file
@ -0,0 +1,11 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
|
||||
#ifndef PINEVIEW_MEMMAP_H
|
||||
#define PINEVIEW_MEMMAP_H
|
||||
|
||||
#define DEFAULT_MCHBAR 0xfed14000 /* 16 KB */
|
||||
#define DEFAULT_DMIBAR 0xfed18000 /* 4 KB */
|
||||
#define DEFAULT_EPBAR 0xfed19000 /* 4 KB */
|
||||
#define DEFAULT_PMIOBAR 0x00000400
|
||||
|
||||
#endif /* PINEVIEW_MEMMAP_H */
|
Reference in New Issue
Block a user