summaryrefslogtreecommitdiffstats
path: root/cmd/pxe_utils.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: pxe_utils: sysboot: Add zboot support to boot x86 Linux kernel imageKory Maincent2021-02-031-0/+3
* cmd: pxe_utils: Replace ifdef by IS_ENABLEDKory Maincent2021-02-031-26/+24
* cmd: pxe: add support for FDT overlaysNeil Armstrong2021-01-271-0/+103
* cli: Support macro processing with a fixed-size bufferSimon Glass2020-12-041-2/+4
* cmd: pxe: Use internal FDT if retrieving from FDTDIR failsAnton Leontiev2020-12-011-7/+14
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-13/+15
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* menu: add support for client defined statusline functionThirupathaiah Annapureddy2020-05-071-1/+1
* cmd: pxe: execute the cls command only when supportedPatrick Delaunay2020-01-221-1/+2
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-2/+2
* cmd: pxe: Increase maximum path lengthBen Wolsieffer2019-12-091-1/+1
* cmd: pxe_utils: Fix checkpatch WARNING/CHECKPatrice Chotard2019-12-061-47/+46
* cmd: Prepare sysboot command independencePatrice Chotard2019-12-061-0/+1353