[coreboot-gerrit] Patch set updated for coreboot: dce1871 boardstatus: Add new category "sbc".

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Jan 19 03:05:40 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4739

-gerrit

commit dce1871358d5a495b66d024b7104cc03a1f7bc8c
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Jan 19 02:56:48 2014 +0100

    boardstatus: Add new category "sbc".
    
    Change-Id: I8a7bf265ebb30dd5997f93729a0329e74f463a23
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/cubietech/cubieboard/board_info.txt |  2 ++
 util/board_status/to-wiki/towiki.sh               | 13 ++++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/cubietech/cubieboard/board_info.txt b/src/mainboard/cubietech/cubieboard/board_info.txt
new file mode 100644
index 0000000..14a3755
--- /dev/null
+++ b/src/mainboard/cubietech/cubieboard/board_info.txt
@@ -0,0 +1,2 @@
+Category: sbc
+
diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 5a5f75e..e2fc610 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -55,7 +55,7 @@ cat <<EOF
 ! align="left" | <span title="Vendor Cooperation Score">VCS<sup>5</sup></span>
 EOF
 
-for category in desktop server laptop half mini settop "eval" emulation misc unclass; do
+for category in desktop server laptop half mini settop "eval" sbc emulation misc unclass; do
 	last_vendor=
 	color=eeeeee
 	case "$category" in
@@ -83,7 +83,7 @@ EOF
 		half)
 			cat <<EOF
 |- bgcolor="#6699ff"
-| colspan="13" | <h4>Embedded / SBC / PC/104 / Half-size boards</h4>
+| colspan="13" | <h4>Embedded / PC/104 / Half-size boards</h4>
 
 EOF
 			;;
@@ -108,6 +108,13 @@ EOF
 
 EOF
 			;;
+		sbc)
+			cat <<EOF
+|- bgcolor="#6699ff"
+| colspan="13" | <h4>Single-Board computer</h4>
+
+EOF
+			;;
 		emulation)
 			cat <<EOF
 |- bgcolor="#6699ff"
@@ -145,7 +152,7 @@ EOF
 		fi
 
 		case "$cur_category" in
-			desktop|server|laptop|half|mini|settop|"eval"|emulation|misc)
+			desktop|server|laptop|half|mini|settop|"eval"|emulation|sbc|misc)
 				;;
 			*)
 				cur_category=unclass



More information about the coreboot-gerrit mailing list