[coreboot-gerrit] New patch to review for coreboot: asus/f2a85-m: Configure Hudson to be legacy-free

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Jan 29 14:16:59 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13511

-gerrit

commit 89c634569be220ae7502ac96f496bf06f96cc4e2
Author: Loic <hackurx at opensec.fr>
Date:   Fri Jan 29 14:15:40 2016 +0100

    asus/f2a85-m: Configure Hudson to be legacy-free
    
    Change-Id: I67271f2a209fc96eea6181f8875a5e69cf98d8c4
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/mainboard/asus/f2a85-m/Kconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig
index 4830955..04eb936 100644
--- a/src/mainboard/asus/f2a85-m/Kconfig
+++ b/src/mainboard/asus/f2a85-m/Kconfig
@@ -74,6 +74,14 @@ config HW_MEM_HOLE_SIZE_AUTO_INC
 	bool
 	default n
 
+config HUDSON_XHCI_FWM
+	bool
+	default n
+
+config HUDSON_IMC_FWM
+	bool
+	default n
+
 config IRQ_SLOT_COUNT
 	int
 	default 11
@@ -86,4 +94,12 @@ config VGA_BIOS_ID
 	string
 	default "1002,9993"
 
+config HUDSON_LEGACY_FREE
+	bool
+	default y
+
+config POST_IO
+	bool
+	default n
+
 endif # BOARD_ASUS_F2A85_M



More information about the coreboot-gerrit mailing list