summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* Add UI supportP. J. McDermott2015-10-276-6/+100
| | | | Also remove src/foo.sh.
* Add example source filesP. J. McDermott2015-10-273-0/+11