mb/google/nami: Add VBT blobs and include them in cbfs
Add vbt files for nami variants and select Kconfig option to utilize them. The default vbt is automatically added by the Kconfig selection and so does not need to be specified in the makefile with the others. Test: boot vayne and akali nami variants, verify display functional and correct vbt loaded. Change-Id: Iaf49bdee7ae82a0a61192327351267f098eb5ab1 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30427 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
1360b9a73f
commit
9d9ce62ae9
|
@ -10,6 +10,7 @@ config BOARD_GOOGLE_BASEBOARD_POPPY
|
|||
select EC_GOOGLE_CHROMEEC_LPC
|
||||
select HAVE_ACPI_RESUME
|
||||
select HAVE_ACPI_TABLES
|
||||
select INTEL_GMA_HAVE_VBT if BOARD_GOOGLE_NAMI
|
||||
select INTEL_LPSS_UART_FOR_CONSOLE
|
||||
select MAINBOARD_HAS_CHROMEOS
|
||||
select MAINBOARD_USES_FSP2_0
|
||||
|
|
|
@ -43,3 +43,6 @@ oem.bin-file := $(call strip_quotes,$(CONFIG_OEM_BIN_FILE))
|
|||
oem.bin-type := raw
|
||||
|
||||
$(call add_vbt_to_cbfs, vbt-bard.bin, bard-data.vbt)
|
||||
$(call add_vbt_to_cbfs, vbt-akali.bin, akali-data.vbt)
|
||||
$(call add_vbt_to_cbfs, vbt-pantheon.bin, pantheon-data.vbt)
|
||||
$(call add_vbt_to_cbfs, vbt-vayne.bin, vayne-data.vbt)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue