From 047c10c0f8537bbae5749292a5036ac71314a312 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 19 Jan 2014 02:56:48 +0100 Subject: boardstatus: Add new category "sbc". Change-Id: I8a7bf265ebb30dd5997f93729a0329e74f463a23 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/4739 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- util/board_status/to-wiki/towiki.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'util') diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh index 5a5f75ef04..e2fc610228 100755 --- a/util/board_status/to-wiki/towiki.sh +++ b/util/board_status/to-wiki/towiki.sh @@ -55,7 +55,7 @@ cat <VCS5 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 <Embedded / SBC / PC/104 / Half-size boards +| colspan="13" |

Embedded / PC/104 / Half-size boards

EOF ;; @@ -106,6 +106,13 @@ EOF |- bgcolor="#6699ff" | colspan="13" |

Devel/Eval Boards

+EOF + ;; + sbc) + cat <Single-Board computer + EOF ;; emulation) @@ -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 -- cgit v1.2.3