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