summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* dl(): FixP. J. McDermott2015-10-281-1/+1
| | | | Bad yank/put.
* src/temp.sh: RemoveP. J. McDermott2015-10-282-55/+0
|
* main(): Use new temp dir functionsP. J. McDermott2015-10-281-2/+2
|
* src/download.shP. J. McDermott2015-10-282-0/+86
|
* config.sh.in: Add SHA512SUMP. J. McDermott2015-10-281-0/+1
|
* configure.ac: Find sha512sum utilityP. J. McDermott2015-10-281-0/+25
|
* main(): Drop newline printfP. J. McDermott2015-10-281-1/+0
|
* cli_show_menu(): Print newline before returningP. J. McDermott2015-10-281-0/+1
|
* rand(): Don't automatically seedP. J. McDermott2015-10-281-7/+0
|
* main(): Initialize and finalize thingsP. J. McDermott2015-10-281-0/+5
|
* main(): Don't call exitP. J. McDermott2015-10-281-1/+3
|
* src/temp.sh: New fileP. J. McDermott2015-10-282-0/+55
|
* ui/cli: Fix tty outputP. J. McDermott2015-10-281-11/+13
| | | | | dbg() calls in flashrom_probe() were writing to a "not a tty" file because stdin is redirected.
* src/rand.sh: New fileP. J. McDermott2015-10-282-0/+45
|
* do_update(): Split into multiple functionsP. J. McDermott2015-10-281-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 terminalP. J. McDermott2015-10-281-4/+4
|
* do_update(): Add version selectionP. J. McDermott2015-10-271-0/+9
|
* board_get(): New functionP. J. McDermott2015-10-271-1/+8
|
* do_update(): Show distributor names in menuP. J. McDermott2015-10-271-8/+10
|
* dist_get_name(): New (static) functionP. J. McDermott2015-10-271-1/+9
|
* do_update(): Handle mirror show_menu() outputP. J. McDermott2015-10-271-1/+4
|
* do_update(): Partially implement dist and mirror selectionP. J. McDermott2015-10-271-0/+37
|
* src/action/update.sh: New fileP. J. McDermott2015-10-274-1/+29
|
* src/flashrom.sh: New fileP. J. McDermott2015-10-272-0/+86
|
* board_get_chip(): New functionP. J. McDermott2015-10-271-0/+9
|
* board_validate_chip(): DropP. J. McDermott2015-10-275-53/+1
|
* find_board(): Add debugging outputP. J. McDermott2015-10-271-0/+2
|
* src/board/local.mk: Fix syntaxP. J. McDermott2015-10-271-1/+1
|
* find_board(): FinishP. J. McDermott2015-10-271-4/+13
|
* board/taurinus_x200_*: AddP. J. McDermott2015-10-273-0/+142
|
* board_get_id(): New functionP. J. McDermott2015-10-273-1/+13
|
* dist_libreboot_get_versions(): FixP. J. McDermott2015-10-271-5/+4
|
* Add distributor information codeP. J. McDermott2015-10-275-0/+188
|
* Automatically register boardsP. J. McDermott2015-10-273-0/+23
|
* select_board(): Rework into a find_board() stubP. J. McDermott2015-10-271-2/+4
|
* tools/shld.sh: Add support for init functionsP. J. McDermott2015-10-271-1/+17
|
* board/x200: Split into x200_4mb and x200_8mbP. J. McDermott2015-10-273-37/+42
|
* Add board information codeP. J. McDermott2015-10-274-0/+88
|
* ui: Add UI init, exit, and resume functionsP. J. McDermott2015-10-272-1/+18
| | | | Will be used with TUI.
* src/main.sh: Add "set -u"P. J. McDermott2015-10-271-0/+2
|
* main(): Use show_menu()P. J. McDermott2015-10-271-1/+14
|
* cli_show_menu(): New functionP. J. McDermott2015-10-271-0/+37
|
* ui/cli: Write warnings and errors to stderrP. J. McDermott2015-10-272-9/+9
| | | | Also put dbg() before other functions.
* Validate UI optionP. J. McDermott2015-10-272-1/+12
|
* src/main.sh: Add option parsingP. J. McDermott2015-10-271-1/+56
|
* config.sh.in: Add PACKAGE_VERSIONP. J. McDermott2015-10-271-0/+1
|
* tools/shld.sh: Fix double "the"P. J. McDermott2015-10-271-2/+2
|
* Add UI supportP. J. McDermott2015-10-276-6/+100
| | | | Also remove src/foo.sh.
* Makefile.am: Set interpreter in link commandP. J. McDermott2015-10-271-1/+1
|
* Makefile.am: Link config.sh into programP. J. McDermott2015-10-271-1/+1
|