Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | do_update(): Call flashrom_write() | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | flashrom_write(): New function | P. J. McDermott | 2015-10-28 | 1 | -0/+31 |
* | do_update(): Call board_prepare_rom() | P. J. McDermott | 2015-10-28 | 1 | -2/+2 |
* | board_prepare_rom(): New function | P. J. McDermott | 2015-10-28 | 5 | -1/+37 |
* | src/board/ich9.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+82 |
* | rm_temp(): Remove recursively | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | dist_get_rom(): Sort keymaps | P. J. McDermott | 2015-10-28 | 2 | -4/+4 |
* | src/constants.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+21 |
* | do_update(): Call dist_get_rom() | P. J. McDermott | 2015-10-28 | 1 | -0/+8 |
* | dist_get_rom(): New function | P. J. McDermott | 2015-10-28 | 3 | -1/+339 |
* | get_temp_dir(): New function (again) | P. J. McDermott | 2015-10-28 | 1 | -0/+7 |
* | show_prompt(): New function | P. J. McDermott | 2015-10-28 | 2 | -1/+17 |
* | log_*(): Don't overwrite log file with each message | P. J. McDermott | 2015-10-28 | 1 | -4/+5 |
* | src/main.sh: Add -o option | P. J. McDermott | 2015-10-28 | 1 | -1/+5 |
* | cli_dbg(), cli_info(): Don't print messages | P. J. McDermott | 2015-10-28 | 1 | -8/+2 |
* | dbg(), info(), warn() err(): Call log_*() functions | P. J. McDermott | 2015-10-28 | 1 | -3/+4 |
* | src/log.sh: New file | P. J. McDermott | 2015-10-28 | 2 | -0/+77 |
* | dist_*_get_versions(): Use dl() | P. J. McDermott | 2015-10-28 | 2 | -5/+3 |
* | dl(): Fix | P. J. McDermott | 2015-10-28 | 1 | -1/+1 |
* | src/temp.sh: Remove | P. J. McDermott | 2015-10-28 | 2 | -55/+0 |
* | main(): Use new temp dir functions | P. J. McDermott | 2015-10-28 | 1 | -2/+2 |
* | src/download.sh | P. J. McDermott | 2015-10-28 | 2 | -0/+86 |
* | 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 |
* | 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 |
* | 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 |