Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pxe: Refactor sysboot to have one helper | Simon Glass | 2021-11-11 | 1 | -58/+36 |
* | pxe: Return the file size from the getfile() function | Simon Glass | 2021-11-11 | 1 | -3/+18 |
* | pxe: Clean up the use of bootfile | Simon Glass | 2021-11-11 | 1 | -4/+11 |
* | pxe: Move common parsing coding into pxe_util | Simon Glass | 2021-11-11 | 1 | -14/+4 |
* | pxe: Move pxe_utils files | Simon Glass | 2021-11-11 | 1 | -1/+1 |
* | pxe: Tidy up the is_pxe global | Simon Glass | 2021-11-11 | 1 | -3/+1 |
* | pxe: Add a userdata field to the context | Simon Glass | 2021-11-11 | 1 | -1/+1 |
* | pxe: Move do_getfile() into the context | Simon Glass | 2021-11-11 | 1 | -10/+10 |
* | pxe: Use a context pointer | Simon Glass | 2021-11-11 | 1 | -3/+5 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -4/+8 |
* | cmd: sysboot: Fix checkpatch WARNING/CHECK | Patrice Chotard | 2019-12-06 | 1 | -13/+12 |
* | cmd: sysboot: Create a sysboot command dedicated file | Patrice Chotard | 2019-12-06 | 1 | -0/+135 |