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