[coreboot-gerrit] New patch to review for coreboot: 656f55b mainboard/lenovo/t530: Make native VGA init 'user-friendly'

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sun Sep 14 21:57:42 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6903

-gerrit

commit 656f55bfb1d5b1e2fe39eb829eced5524605c67a
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Sep 15 05:53:57 2014 +1000

    mainboard/lenovo/t530: Make native VGA init 'user-friendly'
    
    Default to do native VGA init since this machine is a laptop
    and the user would likely want to use it as such. Also, if you
    know what this is you know how to turn it off if you want to.
    
    Change-Id: I55f91a48affbd0ec93b0bb0c88c531d15c32ba21
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/lenovo/t530/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index c34b647..6d411b8 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -20,6 +20,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
 	select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
 	select IVYBRIDGE_LVDS
+	select MAINBOARD_DO_NATIVE_VGA_INIT # default to native vga init
 
 	# Workaround for EC/KBC IRQ1.
 	select SERIRQ_CONTINUOUS_MODE



More information about the coreboot-gerrit mailing list