[coreboot-gerrit] New patch to review for coreboot: a596d2a mainboard/asus/f2a85-m and mainboard/amd/thatcher: move UDELAY_LAPIC to cpu/amd/agesa/family15tn

David Hubbard (david.c.hubbard+coreboot@gmail.com) gerrit at coreboot.org
Fri May 3 01:32:35 CEST 2013


David Hubbard (david.c.hubbard+coreboot at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3174

-gerrit

commit a596d2ab79be2bd09010320f2c8643de1af13c06
Author: David Hubbard <david.c.hubbard+coreboot at gmail.com>
Date:   Thu May 2 17:25:02 2013 -0600

    mainboard/asus/f2a85-m and mainboard/amd/thatcher: move UDELAY_LAPIC to cpu/amd/agesa/family15tn
    
    Stefan Reinauer suggested 'select UDELAY_LAPIC' did not belong in f2a85-m/Kconfig. It got
    there via copy-paste from thatcher/Kconfig so this commit removes the 'select UDELAY_LAPIC'
    from both of those and puts it in cpu/amd/agesa/family15tn/Kconfig
    
    Since f2a85-m is the only Thatcher board coreboot supports right now, this should not
    break any other boards.
    
    Change-Id: I5e25bafc437e69c22e8323a8d41459a258bfbc0a
    Signed-off-by: David Hubbard <david.c.hubbard+coreboot at gmail.com>
---
 src/cpu/amd/agesa/family15tn/Kconfig | 1 +
 src/mainboard/amd/thatcher/Kconfig   | 1 -
 src/mainboard/asus/f2a85-m/Kconfig   | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/cpu/amd/agesa/family15tn/Kconfig b/src/cpu/amd/agesa/family15tn/Kconfig
index d2f5a8c..57045cd 100644
--- a/src/cpu/amd/agesa/family15tn/Kconfig
+++ b/src/cpu/amd/agesa/family15tn/Kconfig
@@ -21,6 +21,7 @@ config CPU_AMD_AGESA_FAMILY15_TN
 	bool
 	select PCI_IO_CFG_EXT
 	select X86_AMD_FIXED_MTRRS
+	select UDELAY_LAPIC
 
 config CPU_ADDR_BITS
 	int
diff --git a/src/mainboard/amd/thatcher/Kconfig b/src/mainboard/amd/thatcher/Kconfig
index 384390c..5a18e61 100644
--- a/src/mainboard/amd/thatcher/Kconfig
+++ b/src/mainboard/amd/thatcher/Kconfig
@@ -39,7 +39,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select SUPERIO_SMSC_LPC47N217
 	select BOARD_ROMSIZE_KB_4096
 	select GFXUMA
-	select UDELAY_LAPIC
 
 config MAINBOARD_DIR
 	string
diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig
index e8f573e..20d79ec 100644
--- a/src/mainboard/asus/f2a85-m/Kconfig
+++ b/src/mainboard/asus/f2a85-m/Kconfig
@@ -40,7 +40,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select SUPERIO_ITE_IT8712F
 	select BOARD_ROMSIZE_KB_8192
 	select GFXUMA
-	select UDELAY_LAPIC
 
 choice
 	prompt "DDR3 memory voltage"



More information about the coreboot-gerrit mailing list