Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/download.sh | P. J. McDermott | 2015-10-28 | 2 | -0/+86 |
| | |||||
* | config.sh.in: Add SHA512SUM | P. J. McDermott | 2015-10-28 | 1 | -0/+1 |
| | |||||
* | configure.ac: Find sha512sum utility | P. J. McDermott | 2015-10-28 | 1 | -0/+25 |
| | |||||
* | main(): Drop newline printf | P. J. McDermott | 2015-10-28 | 1 | -1/+0 |
| | |||||
* | cli_show_menu(): Print newline before returning | P. J. McDermott | 2015-10-28 | 1 | -0/+1 |
| | |||||
* | rand(): Don't automatically seed | P. J. McDermott | 2015-10-28 | 1 | -7/+0 |
| | |||||
* | main(): Initialize and finalize things | P. J. McDermott | 2015-10-28 | 1 | -0/+5 |
| | |||||
* | main(): Don't call exit | P. J. McDermott | 2015-10-28 | 1 | -1/+3 |
| | |||||
* | src/temp.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+55 |
| | |||||
* | ui/cli: Fix tty output | P. J. McDermott | 2015-10-28 | 1 | -11/+13 |
| | | | | | dbg() calls in flashrom_probe() were writing to a "not a tty" file because stdin is redirected. | ||||
* | src/rand.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+45 |
| | |||||
* | do_update(): Split into multiple functions | P. J. McDermott | 2015-10-28 | 1 | -17/+47 |
| | | | | | Reduce the size of do_update() to make it less of a mess in preparation for more code. | ||||
* | ui/cli: Write all output to terminal | P. J. McDermott | 2015-10-28 | 1 | -4/+4 |
| | |||||
* | do_update(): Add version selection | P. J. McDermott | 2015-10-27 | 1 | -0/+9 |
| | |||||
* | board_get(): New function | P. J. McDermott | 2015-10-27 | 1 | -1/+8 |
| | |||||
* | do_update(): Show distributor names in menu | P. J. McDermott | 2015-10-27 | 1 | -8/+10 |
| | |||||
* | dist_get_name(): New (static) function | P. J. McDermott | 2015-10-27 | 1 | -1/+9 |
| | |||||
* | do_update(): Handle mirror show_menu() output | P. J. McDermott | 2015-10-27 | 1 | -1/+4 |
| | |||||
* | do_update(): Partially implement dist and mirror selection | P. J. McDermott | 2015-10-27 | 1 | -0/+37 |
| | |||||
* | src/action/update.sh: New file | P. J. McDermott | 2015-10-27 | 4 | -1/+29 |
| | |||||
* | src/flashrom.sh: New file | P. J. McDermott | 2015-10-27 | 2 | -0/+86 |
| | |||||
* | board_get_chip(): New function | P. J. McDermott | 2015-10-27 | 1 | -0/+9 |
| | |||||
* | board_validate_chip(): Drop | P. J. McDermott | 2015-10-27 | 5 | -53/+1 |
| | |||||
* | find_board(): Add debugging output | P. J. McDermott | 2015-10-27 | 1 | -0/+2 |
| | |||||
* | src/board/local.mk: Fix syntax | P. J. McDermott | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | find_board(): Finish | P. J. McDermott | 2015-10-27 | 1 | -4/+13 |
| | |||||
* | board/taurinus_x200_*: Add | P. J. McDermott | 2015-10-27 | 3 | -0/+142 |
| | |||||
* | board_get_id(): New function | P. J. McDermott | 2015-10-27 | 3 | -1/+13 |
| | |||||
* | dist_libreboot_get_versions(): Fix | P. J. McDermott | 2015-10-27 | 1 | -5/+4 |
| | |||||
* | Add distributor information code | P. J. McDermott | 2015-10-27 | 5 | -0/+188 |
| | |||||
* | Automatically register boards | P. J. McDermott | 2015-10-27 | 3 | -0/+23 |
| | |||||
* | select_board(): Rework into a find_board() stub | P. J. McDermott | 2015-10-27 | 1 | -2/+4 |
| | |||||
* | tools/shld.sh: Add support for init functions | P. J. McDermott | 2015-10-27 | 1 | -1/+17 |
| | |||||
* | board/x200: Split into x200_4mb and x200_8mb | P. J. McDermott | 2015-10-27 | 3 | -37/+42 |
| | |||||
* | Add board information code | P. J. McDermott | 2015-10-27 | 4 | -0/+88 |
| | |||||
* | ui: Add UI init, exit, and resume functions | P. J. McDermott | 2015-10-27 | 2 | -1/+18 |
| | | | | Will be used with TUI. | ||||
* | src/main.sh: Add "set -u" | P. J. McDermott | 2015-10-27 | 1 | -0/+2 |
| | |||||
* | main(): Use show_menu() | P. J. McDermott | 2015-10-27 | 1 | -1/+14 |
| | |||||
* | cli_show_menu(): New function | P. J. McDermott | 2015-10-27 | 1 | -0/+37 |
| | |||||
* | ui/cli: Write warnings and errors to stderr | P. J. McDermott | 2015-10-27 | 2 | -9/+9 |
| | | | | Also put dbg() before other functions. | ||||
* | Validate UI option | P. J. McDermott | 2015-10-27 | 2 | -1/+12 |
| | |||||
* | src/main.sh: Add option parsing | P. J. McDermott | 2015-10-27 | 1 | -1/+56 |
| | |||||
* | config.sh.in: Add PACKAGE_VERSION | P. J. McDermott | 2015-10-27 | 1 | -0/+1 |
| | |||||
* | tools/shld.sh: Fix double "the" | P. J. McDermott | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | Add UI support | P. J. McDermott | 2015-10-27 | 6 | -6/+100 |
| | | | | Also remove src/foo.sh. | ||||
* | Makefile.am: Set interpreter in link command | P. J. McDermott | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Link config.sh into program | P. J. McDermott | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | tools/shmin.sh: Remove temporary output file | P. J. McDermott | 2015-10-27 | 1 | -0/+3 |
| | |||||
* | tools/shmin.sh: Preserve mode of output file | P. J. McDermott | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | Add example source files | P. J. McDermott | 2015-10-27 | 3 | -0/+11 |
| |