nb/intel/gm45: Factor out {DMI,EP,MCH}BAR accessors
commitf462b3d379198c968467053f570d6a40c9c8a715
authorAngel Pons <th3fanbus@gmail.com>
Tue, 19 Jan 2021 23:36:31 +0000 (20 00:36 +0100)
committerAngel Pons <th3fanbus@gmail.com>
Sun, 7 Feb 2021 20:20:00 +0000 (7 20:20 +0000)
tree06da018e6740df91f9d7fcbd9d18fa600efcc2dd
parentdd1fb4e38c209f4713d80ae192bd8f4cb4ed0e32
nb/intel/gm45: Factor out {DMI,EP,MCH}BAR accessors

These accessors can be reused for several other northbridges.

Tested with BUILD_TIMELESS=1, Roda RK9 remains identical.

Change-Id: Ia16ccc63dddebf938f4e9a7f5518e4d25d3e7e66
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49748
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/Kconfig
src/northbridge/intel/common/Kconfig.common [new file with mode: 0644]
src/northbridge/intel/common/fixed_bars.h [new file with mode: 0644]
src/northbridge/intel/gm45/Kconfig
src/northbridge/intel/gm45/acpi/gm45.asl
src/northbridge/intel/gm45/early_init.c
src/northbridge/intel/gm45/gm45.h
src/northbridge/intel/gm45/memmap.h
src/northbridge/intel/gm45/pcie.c
src/southbridge/intel/i82801ix/dmi_setup.c