summaryrefslogtreecommitdiff
path: root/cmd/sysboot.c
Commit message (Expand)AuthorAgeFilesLines
* pxe: Refactor sysboot to have one helperSimon Glass2021-11-111-58/+36
* pxe: Return the file size from the getfile() functionSimon Glass2021-11-111-3/+18
* pxe: Clean up the use of bootfileSimon Glass2021-11-111-4/+11
* pxe: Move common parsing coding into pxe_utilSimon Glass2021-11-111-14/+4
* pxe: Move pxe_utils filesSimon Glass2021-11-111-1/+1
* pxe: Tidy up the is_pxe globalSimon Glass2021-11-111-3/+1
* pxe: Add a userdata field to the contextSimon Glass2021-11-111-1/+1
* pxe: Move do_getfile() into the contextSimon Glass2021-11-111-10/+10
* pxe: Use a context pointerSimon Glass2021-11-111-3/+5
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-4/+8
* cmd: sysboot: Fix checkpatch WARNING/CHECKPatrice Chotard2019-12-061-13/+12
* cmd: sysboot: Create a sysboot command dedicated filePatrice Chotard2019-12-061-0/+135