Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7629
-gerrit
commit 155a4fab8093ad1bfe7ee20dae1797fa47e55542 Author: Edward O'Callaghan eocallaghan@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@alterapraxis.com --- src/mainboard/lenovo/g505s/Kconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
diff --git a/src/mainboard/lenovo/g505s/Kconfig b/src/mainboard/lenovo/g505s/Kconfig index fc3a6ac..efa356b 100644 --- a/src/mainboard/lenovo/g505s/Kconfig +++ b/src/mainboard/lenovo/g505s/Kconfig @@ -35,6 +35,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_4096 select GFXUMA select UDELAY_LAPIC + select NO_UART_ON_SUPERIO
config MAINBOARD_DIR string @@ -68,4 +69,23 @@ 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 USBDEBUG + bool + default y + endif # BOARD_LENOVO_G505S