[coreboot-gerrit] Patch set updated for coreboot: lenovo/t530: Don't enforce native gfx init

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Sat Jun 18 08:03:28 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/15222

-gerrit

commit 4ec2cc6f6ee474d8cb2034c612800f79aed53bf4
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Thu Jun 16 20:54:36 2016 -0700

    lenovo/t530: Don't enforce native gfx init
    
    Change-Id: I6d51f46240c62fcd6089411e8681e0b6e7d5bfe4
    Signed-off-by: Philipp Deppenwiese <zaolin at das-labor.org>
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 src/mainboard/lenovo/t530/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 085711b..1af4760 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -15,9 +15,10 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_OPTION_TABLE
 	select HAVE_CMOS_DEFAULT
 	select HAVE_ACPI_RESUME
+	select MAINBOARD_HAS_NATIVE_VGA_INIT
+	select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
 	select INTEL_INT15
 	select SANDYBRIDGE_IVYBRIDGE_LVDS
-	select MAINBOARD_DO_NATIVE_VGA_INIT # default to native vga init
 	select ENABLE_VMX
 	select MAINBOARD_HAS_LPC_TPM
 	select DRIVERS_LENOVO_HYBRID_GRAPHICS



More information about the coreboot-gerrit mailing list