[coreboot-gerrit] New patch to review for coreboot: 3478d45 DO NOT MERGE: to-wiki.sh: Remove northbridge and superio information

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sun May 3 21:59:56 CEST 2015


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10080

-gerrit

commit 3478d45803d75c9c675787bd89887d486ad80ee3
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun May 3 14:05:03 2015 +0200

    DO NOT MERGE: to-wiki.sh: Remove northbridge and superio information
    
    This information is usefull for the developers, not for
    potential users.
    
    Change-Id: I03787a3ba602477ebf8e10997e61823f1d31dc63
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 util/board_status/to-wiki/towiki.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 338e895..d1f4881 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -47,8 +47,6 @@ cat <<EOF
 ! align="left" | Mainboard
 ! align="left" | Latest known good
 ! align="left" | Northbridge
-! align="left" | Southbridge
-! align="left" | Super I/O
 ! align="left" | CPU
 ! align="left" | Socket
 ! align="left" | <span title="ROM chip package">ROM <sup>1</sup></span>
@@ -221,10 +219,6 @@ EOF
 		northbridge="$(sed -n "/^[[:space:]]*select NORTHBRIDGE_/ s,^[[:space:]]*select NORTHBRIDGE_,,p" "$vendor_board_dir/Kconfig")"
 		northbridge_nice="$(echo "$northbridge"|sed 's,AMD_AGESA_FAMILY\([0-9a-fA-F]*\)\(.*\),AMD Family \1h\2 (AGESA),g;s,AMD_FAMILY\([0-9a-fA-F]*\),AMD Family \1h,g;s,AMD_AMDFAM\([0-9a-fA-F]*\),AMD Family \1h,g;s,_, ,g;s,INTEL,Intel,g;')"
 
-		southbridge="$(sed -n "/[[:space:]]*select SOUTHBRIDGE_/ s,[[:space:]]*select SOUTHBRIDGE_\([^ ]*\).*$,\1,p" "$vendor_board_dir/Kconfig"|grep -v SKIP_ISA_DMA_INIT)"
-		southbridge_nice="$(echo "$southbridge"|sed 's,_, ,g;s,INTEL,Intel,g')"
-		superio="$(sed -n "/[[:space:]]*select SUPERIO_/ s,[[:space:]]*select SUPERIO_,,p" "$vendor_board_dir/Kconfig"|grep -v OVERRIDE_FANCTL)"
-		superio_nice="$(echo "$superio"|sed 's,_, ,g;s,WINBOND,Winbond,g;s,ITE,ITE,g;s,SMSC,SMSC,g')"
 		cpu="$(sed -n "/	select CPU_/ s,	select CPU_,,p" "$vendor_board_dir/Kconfig"|grep -v "AMD_AGESA_FAMILY")"
 		case "$cpu" in
 			ALLWINNER_A10)
@@ -410,8 +404,6 @@ EOF
 		fi
 
 		echo "| $northbridge_nice"
-		echo "| $southbridge_nice"
-		echo "| $superio_nice"
 		echo "| $cpu_nice"
 		echo "| $socket_nice"
 		if [ "$rom_package" = "" ]; then



More information about the coreboot-gerrit mailing list