[coreboot-gerrit] New patch to review for coreboot: 95fcd31 mainboard/lenovo/g505s/Kconfig: Toggle some menuconfig options

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Dec 2 12:57:35 CET 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/7629

-gerrit

commit 95fcd3114cd665cec0399f25abb2e147972573ae
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Dec 2 22:56:17 2014 +1100

    mainboard/lenovo/g505s/Kconfig: Toggle some menuconfig options
    
    kconfig has a few options on by default that we /do not/ want on
    and some off that we /do/ want. Toggle these.
    
    Change-Id: Idc53738dad6fe48a04d0d872c008e198a9bb3af9
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/lenovo/g505s/Kconfig | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/src/mainboard/lenovo/g505s/Kconfig b/src/mainboard/lenovo/g505s/Kconfig
index fc3a6ac..6018759 100644
--- a/src/mainboard/lenovo/g505s/Kconfig
+++ b/src/mainboard/lenovo/g505s/Kconfig
@@ -68,4 +68,29 @@ config VGA_BIOS_ID
 	string
 	default "1002,990b"
 
+# # NOTE !!! #
+# Disable blobs by-default on board
+config HUDSON_IMC_FWM
+	bool
+	default n
+config HUDSON_XHCI_FWM
+	bool
+	default n
+config HUDSON_XHCI_ENABLE
+	bool
+	default n
+# # NOTE !!! #
+
+# Board does not have a SuperIO UART for serial
+# uses EHCI debug port instead!
+config CONSOLE_SERIAL
+	bool
+	default n
+config DRIVERS_UART_8250IO
+	bool
+	default n
+config USBDEBUG
+	bool
+	default y
+
 endif # BOARD_LENOVO_G505S



More information about the coreboot-gerrit mailing list