Hello build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Marshall Dawson, Jason Glenesk, Eric Peers, Rob Barnes,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46326
to look at the new patch set (#3).
Change subject: soc/amd/common: Add weak function definitions to get ioapic IDs ......................................................................
soc/amd/common: Add weak function definitions to get ioapic IDs
Add weak definitions for soc_get_fch_ioapic_id() and soc_get_gnb_ioapic_id(). If not overridden return CONFIG_MAX_CPUS and CONFIG_MAX_CPUS +1 respectively.
BUG=b:167421913 TEST=Boot morphius to shell. Confirm weak function return values dumping MADT. BRANCH=Zork
Signed-off-by: Jason Glenesk jason.glenesk@amd.corp-partner.google.com Change-Id: Ib6778bf5141df580759e8158010a63d6af77e8ae --- M src/soc/amd/common/block/cpu/Makefile.inc A src/soc/amd/common/block/cpu/cpu.c A src/soc/amd/common/block/include/amdblocks/cpu.h A src/soc/amd/common/block/include/amdblocks/smbus.h M src/soc/amd/common/block/smbus/smbus.c 5 files changed, 37 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/46326/3