[coreboot-gerrit] Patch set updated for coreboot: bc74b41 mainboard/asus/f2a85-m: Disable LEGACY_FREE setting

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sun Nov 16 18:31:23 CET 2014


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

-gerrit

commit bc74b4108f67a32f190eaa33aa98182bbff41534
Author: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
Date:   Sun Nov 16 14:03:07 2014 +0100

    mainboard/asus/f2a85-m: Disable LEGACY_FREE setting
    
    The ASUS F2A85-M has a keyboard controller, serial and parallel port
    and thus is not legacy free at all.
    
    Setting LEGACY_FREE causes some early bootup serial debug messages
    to be lost.
    
    Change-Id: Ibba38826e2f863c6e490e52bd5854e5dc0b6a357
    Signed-off-by: Tobias Diedrich <ranma+coreboot at tdiedrich.de>
---
 src/mainboard/asus/f2a85-m/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig
index e3236f7..fb4f442 100644
--- a/src/mainboard/asus/f2a85-m/Kconfig
+++ b/src/mainboard/asus/f2a85-m/Kconfig
@@ -90,8 +90,4 @@ config VGA_BIOS_ID
 	string
 	default "1002,9993"
 
-config HUDSON_LEGACY_FREE
-	bool
-	default y
-
 endif # BOARD_ASUS_F2A85_M



More information about the coreboot-gerrit mailing list