summaryrefslogtreecommitdiff
path: root/cmd/sysboot.c
AgeCommit message (Expand)Author
2021-11-11pxe: Refactor sysboot to have one helperSimon Glass
2021-11-11pxe: Return the file size from the getfile() functionSimon Glass
2021-11-11pxe: Clean up the use of bootfileSimon Glass
2021-11-11pxe: Move common parsing coding into pxe_utilSimon Glass
2021-11-11pxe: Move pxe_utils filesSimon Glass
2021-11-11pxe: Tidy up the is_pxe globalSimon Glass
2021-11-11pxe: Add a userdata field to the contextSimon Glass
2021-11-11pxe: Move do_getfile() into the contextSimon Glass
2021-11-11pxe: Use a context pointerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2019-12-06cmd: sysboot: Fix checkpatch WARNING/CHECKPatrice Chotard
2019-12-06cmd: sysboot: Create a sysboot command dedicated filePatrice Chotard