mb/google/byra/var/kinox: Add/update VBT files

Kinox has two VBT options, selected via fw_config. Add the second
option to CBFS, and update the original file.

Extracted from Google_Kinox.14505.704.0.bin.

TEST=build/boot kinix, verify firmware display init successful and
payload menu visible. Verify correct VBT selected via cbmem log.

Change-Id: I01c19222628fee3874ef592ec40b40d9bd679dce
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83996
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Matt DeVillier 2024-08-19 10:17:34 -05:00 committed by Felix Held
parent e1914693ce
commit 8c6f785d5e
3 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ romstage-y += memory.c
ramstage-y += gpio.c
ramstage-y += ramstage.c
ramstage-y += variant.c
$(call add_vbt_to_cbfs, vbt-kinox_HDMI.bin, data-kinox_HDMI.vbt)