Hello build bot (Jenkins), Nico Huber, Michał Żygowski, Angel Pons, Arthur Heymans, Aaron Durbin, Felix Held, Piotr Król,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/42512
to look at the new patch set (#2).
Change subject: mb/pcengines/apu1/mainboard.c: fix building order and resource allocation ......................................................................
mb/pcengines/apu1/mainboard.c: fix building order and resource allocation
Originally, there was problem with PC Engines apu1 platform which returned serial number value as -64. It was caused by faulty resource allocation and/or enumeration. This patch reorder includes and put <AGESA.h> and <AMD.h> at the end of list. They can't be deleted completely. As a result bus number value in device's structure is correct and hence serial number.
TEST=`dmidecode -t 2` command in Linux Debian
Signed-off-by: Piotr Kleinschmidt piotr.kleinschmidt@3mdeb.com Change-Id: I5e8690d100b38ac7889395d375c0ff32bdefda0b --- M src/mainboard/pcengines/apu1/mainboard.c 1 file changed, 5 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/42512/2