From 047c10c0f8537bbae5749292a5036ac71314a312 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 19 Jan 2014 02:56:48 +0100 Subject: [PATCH] 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) --- src/mainboard/cubietech/cubieboard/board_info.txt | 2 ++ util/board_status/to-wiki/towiki.sh | 13 ++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 src/mainboard/cubietech/cubieboard/board_info.txt diff --git a/src/mainboard/cubietech/cubieboard/board_info.txt b/src/mainboard/cubietech/cubieboard/board_info.txt new file mode 100644 index 0000000000..14a3755793 --- /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 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