summaryrefslogtreecommitdiffstats
path: root/util/board_status/board_status.sh
Commit message (Expand)AuthorAgeFilesLines
* util/board_status: Do not display grep messagePaul Menzel2021-07-051-1/+1
* Documentation: util/board_status/README formattingAlexey Vazhnov2021-02-151-2/+2
* util/board_status/board_status.sh: invoke md5 on FreeBSDIdwer Vollering2021-01-251-1/+8
* util/board_status/board_status.sh: improve mktemp behaviour on non-linux OSesIdwer Vollering2021-01-251-1/+8
* util/board_status/board_status.sh: improve getopt detection and usage onIdwer Vollering2021-01-251-2/+16
* util/board_status/board_status.sh: select the right gnu make binaryIdwer Vollering2021-01-251-3/+17
* util: Update all shebangs to use /usr/bin/envMartin Roth2021-01-251-1/+1
* util/board-status: Reject logs with unknown timestampsPaul Menzel2020-07-151-0/+6
* util/board_status: Also check remotely retrieved coreboot console logPaul Menzel2020-06-141-6/+10
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-3/+0
* util/board-status: Reject logs from dirty imagesPaul Menzel2020-03-251-0/+7
* util/board_status: Add support of CMOS values dumpEvgeny Zinoviev2020-03-101-1/+47
* util/board_status.sh: Fix command for fetching the kernel logArthur Heymans2018-12-181-2/+2
* util/board_status: run dmesg with sudoPatrick Georgi2018-11-181-1/+1
* board-status: Only store CBMEM console from last bootPaul Menzel2018-09-171-2/+2
* board_status: Abort if repository is in a dirty statePaul Menzel2018-06-041-0/+7
* board_status: Remove sudo when checking for cbmem with commandMatthias Gazzari2018-05-031-3/+3
* board_status: Make board_status more friendly for local usageDavid Hendricks2018-02-161-2/+24
* board_status: Don't fetch dmesg via SSH when run over serialDavid Hendricks2018-02-161-5/+4
* board_status: Tell user where to find output when results are uploadedDavid Hendricks2017-09-201-2/+7
* board_status: Add option to set cbmem pathDavid Hendricks2017-09-171-5/+20
* board_status: Abort early if the coreboot image doesn't existJonathan Neuschäfer2016-05-181-0/+6
* board_status: Add longopt equivalents for older optionsDavid Hendricks2016-05-161-24/+37
* board_status: Add an option to set the SSH portJonathan Neuschäfer2016-05-131-4/+10
* board_status: Use explicit branch name in "git push"Jonathan Neuschäfer2016-05-131-1/+1
* board_status: Allow for parsing longoptsDavid Hendricks2016-05-071-13/+39
* Reject duplicate results in board-status.Huimin Zhang2016-04-241-0/+15
* board_status.sh: Allow user to override coreboot image pathDavid Hendricks2016-02-231-10/+16
* board_status.sh: Be smarter about cbfstool usageDavid Hendricks2016-02-181-3/+21
* board_status.sh: Double quote variables to prevent globbing and word splitting.Martin Roth2015-12-201-16/+16
* board_status.sh: checksum the rom and save it for later verificationMartin Roth2015-12-201-0/+2
* board_status.sh: Clean up output, show what the script is doingMartin Roth2015-12-201-1/+6
* board_status.sh: Extract payload config & version filesMartin Roth2015-12-201-0/+11
* board_status.sh: Update to fix serial port readsMartin Roth2015-12-201-10/+16
* board-status: move board status back to $TMPDIRPatrick Georgi2015-08-131-3/+7
* board_status: use command -v over which(1)Patrick Georgi2015-08-101-2/+2
* board-status: expand minimized config to full sizePatrick Georgi2015-08-101-0/+3
* board_status: create temporary directory in coreboot treePatrick Georgi2015-08-101-1/+1
* util/board_status: Fetch and rebase after failed pushPaul Menzel2015-05-211-1/+9
* util/board_status: Add `echo` before message stringPaul Menzel2015-05-201-1/+1
* util/board_status/board_status.sh: Move comment to right positionPaul Menzel2015-02-201-2/+3
* board-status: be protocol agnostic on uploadPatrick Georgi2014-08-121-2/+2
* board-status: avoid shell errorPatrick Georgi2014-08-111-1/+1
* util/board_status: use the right location of cbfstoolIdwer Vollering2014-07-281-1/+4
* board_status.sh minor fixes - no functional changesMartin Roth2014-07-211-5/+8
* board_status.sh: Read coreboot boot log from a serial deviceMartin Roth2014-07-211-4/+64
* board_status.sh: name temp dir and print the nameMartin Roth2014-07-211-1/+4
* board_status.sh allow cmd() to not save outputMartin Roth2014-07-211-2/+8
* board_status.sh add non-fatal test_cmdMartin Roth2014-07-151-1/+9