Hello Patrick Rudolph, David Hendricks, Vanessa Eusebio, David Hendricks, build bot (Jenkins), Nico Huber, David Guckian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38639
to look at the new patch set (#3).
Change subject: soc/intel/common/systemagent: Add Kconfig guard ......................................................................
soc/intel/common/systemagent: Add Kconfig guard
Looks like selecting SOC_INTEL_COMMON force-sets MMCONF_BASE_ADDR to some value which can't be overriden outside of soc/intel/common. So adding a non-SoC platform thats uses code from soc/intel/common is not possible.
TEST=build test on wip platform
Change-Id: Ia160444e8ac7cac55153f659f4d98f4f77f0d467 Signed-off-by: Andrey Petrov anpetrov@fb.com --- M src/soc/intel/common/block/systemagent/Kconfig M src/soc/intel/denverton_ns/Kconfig 2 files changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/38639/3