Attention is currently required from: Maulik V Vaghela, Christian Walter, Meera Ravindranath, Angel Pons, Lean Sheng Tan. Hello build bot (Jenkins), Subrata Banik, Maulik V Vaghela, Christian Walter, Meera Ravindranath, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/61528
to look at the new patch set (#4).
Change subject: mb/intel/adlrvp: Fix vbt loading error ......................................................................
mb/intel/adlrvp: Fix vbt loading error
When booting ADL RVP, coreboot is unable to load VBT binary as makefile will rename VBT binary to "vbt.bin" when building coreboot.rom.
The reason for having this function is that chromeOS has emerge tool to streamline the VBT stitching process to support multiple VBTs for different RVP boards; while we only need 1 vbt for generic non-chromeOS usage. Hence add a chomeos kconfig to guard this.
TEST=Able to boot ADL RVP DDR5 with DP display.
Signed-off-by: Lean Sheng Tan sheng.tan@9elements.com Change-Id: I5f6f9554b75f4d62198aac9938e65c71c3e7cee9 --- M src/mainboard/intel/adlrvp/mainboard.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/61528/4