Michał Żygowski has uploaded a new patch set (#4) 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 are hardcoded. This fix reads this number from the default values obtained by creating a structure for a parameter block of an AGESA.
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, 21 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/34589/4