Michał Żygowski has uploaded a new patch set (#3) to the change originally created by Krystian Hebel. ( https://review.coreboot.org/c/coreboot/+/34589 )
Change subject: AGESA: Fix discovery of IO APICs number ......................................................................
AGESA: Fix discovery of IO APICs number
Number of IO APICs is hardcoded. This fix reads this number from the default values obtained by interfacing AGESA and accessing its parameter block.
While it is possible to modify NumberOfIoApics in callouts, every platform currently in the tree goes with the default value.
Signed-off-by: Krystian Hebel krystian.hebel@3mdeb.com Change-Id: Ib3ddfe606720143659e57fbbca7f7a3e655a7664 --- M src/drivers/amd/agesa/state_machine.c M src/northbridge/amd/agesa/agesa_helper.h M src/northbridge/amd/agesa/family15tn/northbridge.c M src/northbridge/amd/agesa/family16kb/northbridge.c 4 files changed, 22 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/34589/3