summaryrefslogtreecommitdiff
path: root/cmd/pxe_utils.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Support specifying dtb in ${boot_syslinux_conf}Hal Feng1-0/+6
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
2021-06-18cmd: pxe_utils: sysboot: fix crash if either board or soc are not set.Dimitri John Ledkov1-0/+8
2021-02-03cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel imageKory Maincent1-0/+3
2021-02-03cmd: pxe_utils: Replace ifdef by IS_ENABLEDKory Maincent1-26/+24
2021-01-27cmd: pxe: add support for FDT overlaysNeil Armstrong1-0/+103
2020-12-05cli: Support macro processing with a fixed-size bufferSimon Glass1-2/+4
2020-12-01cmd: pxe: Use internal FDT if retrieving from FDTDIR failsAnton Leontiev1-7/+14
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-13/+15
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy1-1/+1
2020-01-23cmd: pxe: execute the cls command only when supportedPatrick Delaunay1-1/+2
2020-01-17common: Move the image globals into image.hSimon Glass1-0/+1
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass1-2/+2
2019-12-09cmd: pxe: Increase maximum path lengthBen Wolsieffer1-1/+1
2019-12-07cmd: pxe_utils: Fix checkpatch WARNING/CHECKPatrice Chotard1-47/+46
2019-12-07cmd: Prepare sysboot command independencePatrice Chotard1-0/+1353