Hello build bot (Jenkins), Patrick Georgi, Frans Hendriks, Jonathan Zhang, Paul Menzel, Angel Pons, Michael Niewöhner, Anjaneya "Reddy" Chagam, Nico Huber, Martin Roth, Johnny Lin, Morgan Jang, Wim Vervoorn,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49050
to look at the new patch set (#4).
Change subject: drivers/vpd: Add support to read device serial from VPD ......................................................................
drivers/vpd: Add support to read device serial from VPD
Add functions to read the system and mainboard serial numbers from VPD tables stored in flash.
Remove board-specific implementations for google/drallion and google/sarien and select the new Kconfig instead.
Test: build/boot google/akemi with RO_VPD region persisted from stock Google firmware, verify system/mainboard serial numbers present via dmidecode.
Change-Id: I14ae07cd8b764e1e22d58577c7cc697ca1496bd5 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/drivers/vpd/Kconfig M src/drivers/vpd/Makefile.inc A src/drivers/vpd/vpd_serial.c M src/mainboard/facebook/monolith/Kconfig M src/mainboard/google/drallion/Kconfig M src/mainboard/google/drallion/ramstage.c M src/mainboard/google/sarien/Kconfig M src/mainboard/google/sarien/ramstage.c 8 files changed, 37 insertions(+), 42 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/49050/4