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

-gerrit

commit c8753cbfe7448a3ccb76742a77e7d5fe8fb749da
Author: Patrick Georgi <[email protected]>
Date:   Thu Feb 16 19:42:48 2012 +0100

    broadcom/bcm5785: 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: Id95660f088c8240606d45abf326cd5eefca30da3
    Signed-off-by: Patrick Georgi <[email protected]>
---
 src/mainboard/broadcom/blast/Kconfig    |    1 -
 src/mainboard/hp/dl145_g3/Kconfig       |    1 -
 src/mainboard/hp/dl165_g6_fam10/Kconfig |    1 -
 src/mainboard/msi/ms9185/Kconfig        |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/broadcom/blast/Kconfig 
b/src/mainboard/broadcom/blast/Kconfig
index b2f923d..365ce09 100644
--- a/src/mainboard/broadcom/blast/Kconfig
+++ b/src/mainboard/broadcom/blast/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 BOARD_ROMSIZE_KB_512
        select SB_HT_CHAIN_UNITID_OFFSET_ONLY
        select QRANK_DIMM_SUPPORT
diff --git a/src/mainboard/hp/dl145_g3/Kconfig 
b/src/mainboard/hp/dl145_g3/Kconfig
index 8be6752..e27f803 100644
--- a/src/mainboard/hp/dl145_g3/Kconfig
+++ b/src/mainboard/hp/dl145_g3/Kconfig
@@ -15,7 +15,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 BOARD_ROMSIZE_KB_512
        select RAMINIT_SYSINFO
diff --git a/src/mainboard/hp/dl165_g6_fam10/Kconfig 
b/src/mainboard/hp/dl165_g6_fam10/Kconfig
index e3dbf6b..cdff24f 100644
--- a/src/mainboard/hp/dl165_g6_fam10/Kconfig
+++ b/src/mainboard/hp/dl165_g6_fam10/Kconfig
@@ -15,7 +15,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select HAVE_BUS_CONFIG
        select HAVE_PIRQ_TABLE
        select HAVE_MP_TABLE
-       select HAVE_HARD_RESET
        select LIFT_BSP_APIC_ID
        select BOARD_ROMSIZE_KB_1024
        select RAMINIT_SYSINFO
diff --git a/src/mainboard/msi/ms9185/Kconfig b/src/mainboard/msi/ms9185/Kconfig
index 1464acd..340b682 100644
--- a/src/mainboard/msi/ms9185/Kconfig
+++ b/src/mainboard/msi/ms9185/Kconfig
@@ -15,7 +15,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 BOARD_ROMSIZE_KB_512
        select RAMINIT_SYSINFO

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

Reply via email to