[coreboot-gerrit] Patch set updated for coreboot: lenovo/t530: add VGA device ID 8086, 0106

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Sat Jun 18 08:03:15 CEST 2016


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/8178

-gerrit

commit 6059827c5e2361e2fcb5e0a6b437a766cce49e88
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Jun 16 22:25:26 2016 -0700

    lenovo/t530: add VGA device ID 8086,0106
    
    Change-Id: I3cffe9d832edbbea79cabca639d9d920b7ffcf9a
    Signed-off-by: Philipp Deppenwiese <zaolin at das-labor.org>
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 src/mainboard/lenovo/t530/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 1af4760..76147fc 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -58,6 +58,10 @@ config DRAM_RESET_GATE_GPIO
 	int
 	default 10
 
+config VGA_BIOS_ID
+	string
+	default "8086,0106"
+
 config VGA_BIOS_FILE
 	string
 	default "pci8086,0106.rom"



More information about the coreboot-gerrit mailing list