[coreboot-gerrit] New patch to review for coreboot: 9639cf3 mainboard/asus/f2a85-m: Disable LEGACY_FREE setting

Tobias Diedrich (ranma+coreboot@tdiedrich.de) gerrit at coreboot.org
Sun Nov 16 14:05:07 CET 2014


Tobias Diedrich (ranma+coreboot at tdiedrich.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7480

-gerrit

commit 9639cf3dab107a3fbe544d7d86e446c228e99b36
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 6dea246..b0f58f7 100644
--- a/src/mainboard/asus/f2a85-m/Kconfig
+++ b/src/mainboard/asus/f2a85-m/Kconfig
@@ -102,8 +102,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