Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32595
to look at the new patch set (#3).
Change subject: mb/purism/librem_skl: Refactor to get rid of `pei_data` ......................................................................
mb/purism/librem_skl: Refactor to get rid of `pei_data`
The SoC specific `struct pei_data` was filled with values that were never consumed anywhere again. So just merge the used code into `romstage.c` where it's effectively used.
Change-Id: I499b3cfcdd5400ea132749555d433a2d8a9471a3 Signed-off-by: Nico Huber nico.h@gmx.de --- M src/mainboard/purism/librem_skl/Makefile.inc D src/mainboard/purism/librem_skl/pei_data.c D src/mainboard/purism/librem_skl/pei_data.h M src/mainboard/purism/librem_skl/romstage.c 4 files changed, 35 insertions(+), 93 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/32595/3