Patrick Georgi ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/666

-gerrit

commit cd191255004e3701096e0f7fc810e3e29456f80d
Author: Patrick Georgi <[email protected]>
Date:   Thu Feb 16 20:03:28 2012 +0100

    amd/sb800: Move HAVE_HARD_RESET to southbridge
    
    No in-tree board using that chipset has it not selected, so move
    selection from boards to southbridge. (cimx/sb800 is a "different"
    chipset)
    
    Change-Id: If7cf2a141a1f2df60f687c51fbd760aa405c8480
    Signed-off-by: Patrick Georgi <[email protected]>
---
 src/mainboard/amd/bimini_fam10/Kconfig |    1 -
 src/southbridge/amd/sb800/Kconfig      |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/amd/bimini_fam10/Kconfig 
b/src/mainboard/amd/bimini_fam10/Kconfig
index 2118078..06ed977 100644
--- a/src/mainboard/amd/bimini_fam10/Kconfig
+++ b/src/mainboard/amd/bimini_fam10/Kconfig
@@ -18,7 +18,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select HAVE_PIRQ_TABLE
        select GENERATE_MP_TABLE
        select HAVE_MAINBOARD_RESOURCES
-       select HAVE_HARD_RESET
        select SB_HT_CHAIN_UNITID_OFFSET_ONLY
        select LIFT_BSP_APIC_ID
        select SERIAL_CPU_INIT
diff --git a/src/southbridge/amd/sb800/Kconfig 
b/src/southbridge/amd/sb800/Kconfig
index 67cb8ef..592f9a7 100644
--- a/src/southbridge/amd/sb800/Kconfig
+++ b/src/southbridge/amd/sb800/Kconfig
@@ -21,6 +21,7 @@ config SOUTHBRIDGE_AMD_SB800
        bool
        select IOAPIC
        select HAVE_USBDEBUG
+       select HAVE_HARD_RESET
 
 config BOOTBLOCK_SOUTHBRIDGE_INIT
        string

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to