Hello build bot (Jenkins), Nico Huber, Damien Zammit, Angel Pons, Alexander Couzens, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45610
to look at the new patch set (#17).
Change subject: northbridge/intel: Move base addresses to Kconfig ......................................................................
northbridge/intel: Move base addresses to Kconfig
Define the fixed base addresses for MCHBAR, DMIBAR and EPBAR in Kconfig. This allows having common accessor functions for these MMIO ranges while still allowing each northbridge to specify the values for the base addresses.
Keep the DEFAULT_{MCH,DMI,EP}BAR macros for now. Removing them in this change would unnecessarily create too much noise.
Change-Id: Idca25b2e4bf65abcb3f8b150452ab2567baa60c3 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/Kconfig A src/northbridge/intel/common/Kconfig.decl M src/northbridge/intel/gm45/Kconfig M src/northbridge/intel/gm45/gm45.h M src/northbridge/intel/haswell/Kconfig M src/northbridge/intel/haswell/memmap.h M src/northbridge/intel/i945/Kconfig M src/northbridge/intel/i945/i945.h M src/northbridge/intel/ironlake/Kconfig M src/northbridge/intel/ironlake/ironlake.h M src/northbridge/intel/pineview/Kconfig M src/northbridge/intel/pineview/memmap.h M src/northbridge/intel/sandybridge/Kconfig M src/northbridge/intel/sandybridge/memmap.h M src/northbridge/intel/x4x/Kconfig M src/northbridge/intel/x4x/memmap.h 16 files changed, 99 insertions(+), 25 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/45610/17