[coreboot-gerrit] New patch to review for coreboot: f90ccde DO NOT MERGE: to-wiki.sh: Remove vendor cooperation score

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Sun May 3 21:59:57 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/10081

-gerrit

commit f90ccded8bfd1e862238e4ffed572fe74a6ddd43
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun May 3 14:10:30 2015 +0200

    DO NOT MERGE: to-wiki.sh: Remove vendor cooperation score
    
    Change-Id: Ice0a759de4e4ffb5e4ad2d5e3d52ef62b89d301a
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 util/board_status/to-wiki/towiki.sh | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index d1f4881..db6e64c 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -53,7 +53,6 @@ cat <<EOF
 ! align="left" | <span title="ROM chip protocol">P <sup>2</sup></span>
 ! align="left" | <span title="ROM chip socketed?">S <sup>3</sup></span>
 ! align="left" | <span title="Board supported by flashrom?">F <sup>4</sup></span>
-! align="left" | <span title="Vendor Cooperation Score">VCS<sup>5</sup></span>
 EOF
 
 for category in desktop server laptop half mini settop "eval" sbc emulation misc unclass; do
@@ -170,8 +169,6 @@ EOF
 			rom_protocol="$(sed -n "/^[[:space:]]*ROM protocol:/ s,^[[:space:]]*ROM protocol:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
 			rom_socketed="$(sed -n "/^[[:space:]]*ROM socketed:/ s,^[[:space:]]*ROM socketed:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
 			flashrom_support="$(sed -n "/^[[:space:]]*Flashrom support:/ s,^[[:space:]]*Flashrom support:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
-			vendor_cooperation_score="$(sed -n "/^[[:space:]]*Vendor cooperation score:/ s,^[[:space:]]*Vendor cooperation score:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
-			vendor_cooperation_page="$(sed -n "/^[[:space:]]*Vendor cooperation page:/ s,^[[:space:]]*Vendor cooperation page:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
 			board_url="$(sed -n "/^[[:space:]]*Board URL:/ s,^[[:space:]]*Board URL:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
 			clone_of="$(sed -n "/^[[:space:]]*Clone of:/ s,^[[:space:]]*Clone of:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
 		else
@@ -181,8 +178,6 @@ EOF
 			rom_protocol=
 			rom_socketed=
 			flashrom_support=
-			vendor_cooperation_score=
-			vendor_cooperation_page=
 			board_url=
 			clone_of=
 		fi
@@ -438,18 +433,6 @@ EOF
 		else
 			echo "| $flashrom_support"
 		fi
-		if [ "$vendor_cooperation_score" = "4" ]; then
-			echo -n "| style=\"background:lime\""
-		elif [ "$vendor_cooperatio_scoren" = "3" ]; then
-			echo -n "| style=\"background:yellow\""
-		fi
-		if [ "$vendor_cooperation_page" != "" ]; then
-			echo "| [[$vendor_cooperation_page|$vendor_cooperation_score]]"
-		elif [ "$vendor_cooperation_score" = "" ]; then
-			echo "| —"
-		else
-			echo "| $vendor_cooperation_score"
-		fi
 		echo
 	done
 done
@@ -461,7 +444,6 @@ cat <<EOF
 <sup>2</sup> ROM chip protocol/type (parallel flash, LPC, FWH, SPI).<br />
 <sup>3</sup> ROM chip socketed (Y/N)?<br />
 <sup>4</sup> Board supported by [http://www.flashrom.org flashrom] (Y/N)?<br />
-<sup>5</sup> Vendor Cooperation Score.<br />
 <sup>6</sup> [http://www.flashrom.org flashrom] does not work when the vendor BIOS is booted, but it does work when the machine is booted with coreboot.<br />
 <sup>7</sup> Some boards have ROM sockets, others are soldered.<br />
 </small>



More information about the coreboot-gerrit mailing list