[coreboot-gerrit] New patch to review for coreboot: board-status: Reorder the table categories

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sun Nov 1 14:20:54 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12292

-gerrit

commit 00f24849cb5627de23fa8ffb1d2d94aa9dc141f3
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Sun Nov 1 14:20:15 2015 +0100

    board-status: Reorder the table categories
    
    Show laptops and servers before desktop boards since that's where both
    the market and coreboot are the most active these days.
    
    Change-Id: I7de63975f3f2ff5e983b19e07558175a58870a1b
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 util/board_status/to-wiki/towiki.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index c1d2394..e46d606 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -58,7 +58,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" sbc emulation misc unclass; do
+for category in laptop server desktop half mini settop "eval" sbc emulation misc unclass; do
 	last_vendor=
 	color=eeeeee
 	case "$category" in



More information about the coreboot-gerrit mailing list