board-status: Remove shell version, update docs

Change-Id: I532db49799eadf3214a70297c5fc84aa006bc3f7
Signed-off-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68960
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Patrick Georgi
2022-10-28 19:10:33 +02:00
parent b955304869
commit 52941673b1
7 changed files with 40 additions and 718 deletions

View File

@ -11,7 +11,10 @@ set -e
# /data-out.
cd /data-in/board-status.git
/opt/tools/status-to-html.sh > /tmp/board-status.html
/opt/tools/board-status.html \
-board-status-dir /data-in/board-status.git \
-coreboot-dir /data-in/coreboot.git \
> /tmp/board-status.html
mv /tmp/board-status.html /data-out/
cd /data-in/coreboot.git