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

-gerrit

commit ed0ebd28ba3fcda086dad49b21cf34e97caba310
Author: Sven Schnelle <[email protected]>
Date:   Fri Dec 2 16:33:30 2011 +0100

    i3100: Add HAVE_HARD_RESET
    
    and remove it from mainboard/intel/mtarvon, as this function
    is implemented in the southbridge code.
    
    Change-Id: Id3669aaf99b96b4a7a965f4957e5de7c365acaa6
    Signed-off-by: Sven Schnelle <[email protected]>
---
 src/mainboard/intel/mtarvon/Kconfig |    1 -
 src/southbridge/intel/i3100/Kconfig |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/intel/mtarvon/Kconfig 
b/src/mainboard/intel/mtarvon/Kconfig
index 76477b0..af40cad 100644
--- a/src/mainboard/intel/mtarvon/Kconfig
+++ b/src/mainboard/intel/mtarvon/Kconfig
@@ -7,7 +7,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select NORTHBRIDGE_INTEL_I3100
        select SOUTHBRIDGE_INTEL_I3100
        select SUPERIO_INTEL_I3100
-       select HAVE_HARD_RESET
        select HAVE_PIRQ_TABLE
        select HAVE_MP_TABLE
        select UDELAY_TSC
diff --git a/src/southbridge/intel/i3100/Kconfig 
b/src/southbridge/intel/i3100/Kconfig
index bcb282d..f2b7923 100644
--- a/src/southbridge/intel/i3100/Kconfig
+++ b/src/southbridge/intel/i3100/Kconfig
@@ -1,3 +1,4 @@
 config SOUTHBRIDGE_INTEL_I3100
        bool
        select IOAPIC
+       select HAVE_HARD_RESET

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

Reply via email to