Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48205 )
Change subject: mb/google/dedede/var/drawcia: add vbt_drawman file to CBFS ......................................................................
mb/google/dedede/var/drawcia: add vbt_drawman file to CBFS
Drawman board has different port configuration where it has HDMI port on DDI2. We need separate VBT file for drawman to handle this since all other variants has type-C port.
Stitching vbt_drawman.bin will allow coreboot to check fw_config and get correct VBT files as per port supported.
BUG=b:161190931 BRANCH=dedede TEST=vbt_drawman is stitched into CBFS and drawcia and drawman boots fine.
Cq-Depend: chrome-internal:3436383 Change-Id: Ic68e211126eadbd2c866027619e1ed4e6128d905 Signed-off-by: Maulik V Vaghela maulik.v.vaghela@intel.com --- M src/mainboard/google/dedede/variants/drawcia/Makefile.inc 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/48205/1
diff --git a/src/mainboard/google/dedede/variants/drawcia/Makefile.inc b/src/mainboard/google/dedede/variants/drawcia/Makefile.inc index 24c75d1..cef8047 100644 --- a/src/mainboard/google/dedede/variants/drawcia/Makefile.inc +++ b/src/mainboard/google/dedede/variants/drawcia/Makefile.inc @@ -1,3 +1,10 @@ ## SPDX-License-Identifier: GPL-2.0-or-later
ramstage-$(CONFIG_FW_CONFIG) += variant.c + +cbfs-files-y += vbt_drawman.bin +vbt_drawman.bin-file := 3rdparty/blobs/baseboard-dedede/vbt_drawman.bin +vbt_drawman.bin-type := raw +vbt_drawman.bin-compression := lzma + +