Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33026
Change subject: google/rambi: set default VBIOS PCI ID ......................................................................
google/rambi: set default VBIOS PCI ID
All rambi variants have the same GPU PCI ID, so set it here to avoid having to set it in each board's config.
Change-Id: Id1e0580b55e3590d868cb839987f06c49bb07cf5 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/google/rambi/Kconfig 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/33026/1
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index 6d0c0df..cc0dfd7 100644 --- a/src/mainboard/google/rambi/Kconfig +++ b/src/mainboard/google/rambi/Kconfig @@ -90,6 +90,11 @@ string default ""
+config VGA_BIOS_ID + string + depends on VGA_BIOS + default "8086,0f31" + config VGA_BIOS_FILE string default "pci8086,0f31.rom"