boardstatus: Add new category "sbc".

Change-Id: I8a7bf265ebb30dd5997f93729a0329e74f463a23
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/4739
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Vladimir Serbinenko
2014-01-19 02:56:48 +01:00
parent 14a703045d
commit 047c10c0f8
2 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
Category: sbc

View File

@@ -55,7 +55,7 @@ cat <<EOF
! align="left" | <span title="Vendor Cooperation Score">VCS<sup>5</sup></span> ! align="left" | <span title="Vendor Cooperation Score">VCS<sup>5</sup></span>
EOF 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= last_vendor=
color=eeeeee color=eeeeee
case "$category" in case "$category" in
@@ -83,7 +83,7 @@ EOF
half) half)
cat <<EOF cat <<EOF
|- bgcolor="#6699ff" |- bgcolor="#6699ff"
| colspan="13" | <h4>Embedded / SBC / PC/104 / Half-size boards</h4> | colspan="13" | <h4>Embedded / PC/104 / Half-size boards</h4>
EOF EOF
;; ;;
@@ -106,6 +106,13 @@ EOF
|- bgcolor="#6699ff" |- bgcolor="#6699ff"
| colspan="13" | <h4>Devel/Eval Boards</h4> | colspan="13" | <h4>Devel/Eval Boards</h4>
EOF
;;
sbc)
cat <<EOF
|- bgcolor="#6699ff"
| colspan="13" | <h4>Single-Board computer</h4>
EOF EOF
;; ;;
emulation) emulation)
@@ -145,7 +152,7 @@ EOF
fi fi
case "$cur_category" in 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 cur_category=unclass