Attention is currently required from: Martin Roth, Frans Hendriks, Lee Leahy, Huang Jin, Kyösti Mälkki, Andrey Petrov, Patrick Rudolph, Wim Vervoorn. Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Frans Hendriks, Lee Leahy, Huang Jin, Andrey Petrov, Patrick Rudolph, Wim Vervoorn,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50359
to look at the new patch set (#2).
Change subject: drivers/intel/fsp1_1,fsp2_0: Refactor logo display ......................................................................
drivers/intel/fsp1_1,fsp2_0: Refactor logo display
Hide the detail of allocation from cbmem from the FSP.
Loading of a BMP logo file from CBFS is not tied to FSP version and we do not need two copies of the code, move it under lib/.
Change-Id: I909f2771af534993cf8ba99ff0acd0bbd2c78f04 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- 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 D src/drivers/intel/fsp1_1/logo.c M src/drivers/intel/fsp1_1/ramstage.c M src/drivers/intel/fsp2_0/Kconfig M src/drivers/intel/fsp2_0/Makefile.inc M src/drivers/intel/fsp2_0/include/fsp/api.h D src/drivers/intel/fsp2_0/logo.c M src/drivers/intel/fsp2_0/silicon_init.c M src/include/bootsplash.h M src/lib/Makefile.inc A src/lib/bmp_logo.c M src/mainboard/facebook/fbg1701/board_verified_boot.c M src/soc/intel/apollolake/chip.c M src/soc/intel/braswell/chip.c M src/soc/intel/cannonlake/fsp_params.c M src/soc/intel/skylake/chip.c 18 files changed, 71 insertions(+), 87 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/50359/2