[coreboot] New patch to review for coreboot: cd19125 amd/sb800: Move HAVE_HARD_RESET to southbridge

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Feb 17 17:58:53 CET 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/666

-gerrit

commit cd191255004e3701096e0f7fc810e3e29456f80d
Author: Patrick Georgi <patrick at georgi-clan.de>
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 <patrick at georgi-clan.de>
---
 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




More information about the coreboot mailing list