Hello Aaron Durbin, Patrick Rudolph, Huang Jin, Arthur Heymans, Frans Hendriks, Lee Leahy, Paul Menzel, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36679
to look at the new patch set (#13).
Change subject: {drivers,mainboard}: Move FSP logo support to fsp1_1 ......................................................................
{drivers,mainboard}: Move FSP logo support to fsp1_1
Support to display a logo using FSP 1.1 currently resides in facebook fbg1701 mainboard.
The related support is moved to drivers/intel/fsp1_1 and used by the Facebook fbg1701 mainboard. The storage for the uncompressed logo is changed. We don't use .bss any longer as the logo doesn't need to be available at runtime.
BUG=N/A TEST=booting Facebook fbg1701
Change-Id: I276e6e14fc87d0b95fe5fdf7b617afd26769de79 Signed-off-by: Wim Vervoorn wvervoorn@eltan.com --- M src/commonlib/include/commonlib/cbmem_id.h M src/drivers/intel/fsp1_1/Kconfig M src/drivers/intel/fsp1_1/Makefile.inc M src/drivers/intel/fsp1_1/include/fsp/ramstage.h A src/drivers/intel/fsp1_1/logo.c M src/drivers/intel/fsp1_1/ramstage.c M src/mainboard/facebook/fbg1701/Kconfig M src/mainboard/facebook/fbg1701/Makefile.inc D src/mainboard/facebook/fbg1701/logo.c D src/mainboard/facebook/fbg1701/logo.h M src/mainboard/facebook/fbg1701/ramstage.c 11 files changed, 60 insertions(+), 95 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/36679/13