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

-gerrit

commit ce3ab07e387c24eddbd08ca5ac67ae7259bae8b8
Author: Patrick Georgi <[email protected]>
Date:   Thu Feb 16 19:56:50 2012 +0100

    sis/sis966: Move HAVE_HARD_RESET to southbridge
    
    No in-tree board using that chipset has it not selected, so move
    selection from boards to southbridge.
    
    Change-Id: I9762ef01fc10c453ef643599c1c5dc8ee78081c3
    Signed-off-by: Patrick Georgi <[email protected]>
---
 src/mainboard/gigabyte/ga_2761gxdk/Kconfig |    1 -
 src/southbridge/sis/sis966/Kconfig         |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig 
b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig
index d25db85..d47344b 100644
--- a/src/mainboard/gigabyte/ga_2761gxdk/Kconfig
+++ b/src/mainboard/gigabyte/ga_2761gxdk/Kconfig
@@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select HAVE_OPTION_TABLE
        select HAVE_PIRQ_TABLE
        select HAVE_MP_TABLE
-       select HAVE_HARD_RESET
        select LIFT_BSP_APIC_ID
        select K8_REV_F_SUPPORT
        select BOARD_ROMSIZE_KB_512
diff --git a/src/southbridge/sis/sis966/Kconfig 
b/src/southbridge/sis/sis966/Kconfig
index 3cee5b3..03dd6b1 100644
--- a/src/southbridge/sis/sis966/Kconfig
+++ b/src/southbridge/sis/sis966/Kconfig
@@ -2,6 +2,7 @@ config SOUTHBRIDGE_SIS_SIS966
        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