aboutsummaryrefslogtreecommitdiff
path: root/boot/pxe_utils.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini1-183/+221
2024-04-10pxe: Allow booting without CMDLINE for the zboot methodSimon Glass1-11/+8
2024-04-10pxe: Allow booting without CMDLINE for bootm methodsSimon Glass1-17/+15
2024-04-10pxe: Move calculation of FDT file into a functionSimon Glass1-48/+64
2024-04-10pxe: Refactor to avoid over-using bootm_argvSimon Glass1-10/+12
2024-04-10pxe: Refactor to reduce the size of label_boot()Simon Glass1-138/+163
2024-04-10pxe: Use strlcpy() instead of strcpy() in label_boot()Simon Glass1-1/+1
2024-03-01boot: pxe_utils: skip fdt setup in case legacy kernel is bootedSvyatoslav Ryhel1-5/+22
2023-12-20pxe_utils: Increase feedback to user when fdt file is not foundMichael Trimarchi1-0/+5
2023-09-22x86: pxeboot: bugfix: Set variable for size of initrdThomas Mittelstaedt1-1/+1
2023-08-08cmd: pxe_utils: add some missing tabsDan Carpenter1-2/+2
2023-05-05net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond1-1/+2
2023-01-09Merge branch 'next'Tom Rini1-31/+43
2023-01-06cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImageMarek Vasut1-4/+5
2023-01-06Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut1-1/+7
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini1-7/+1
2022-12-13Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"Tom Rini1-7/+1
2022-12-12distro/pxeboot: Handle prompt variableManuel Traut1-1/+4
2022-12-12cmd: pxe: use strdup to copy configPatrick Delaunay1-2/+1
2022-12-12cmd: pxe: support INITRD and FDT selection with FITPatrick Delaunay1-3/+14
2022-12-12cmd: pxe: reorder kernel treatment in label_bootPatrick Delaunay1-25/+24
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass1-1/+1
2022-10-30video: Drop use of the lcd header fileSimon Glass1-1/+0
2022-10-11cmd: pxe: add alias devicetree-overlay for fdtoverlaysEdoardo Tomelleri1-0/+2
2022-08-10boot: allow bootmeth-distro without CONFIG_NETJohn Keeping1-1/+2
2022-07-18pxe: simplify label_boot()Heinrich Schuchardt1-5/+4
2022-04-11cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parserPatrick Delaunay1-3/+9
2022-02-11cmd: pxe_utils: sysboot: add kaslr-seed generation supportZhang Ning1-0/+75
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2022-01-15cmd: pxe_utils: sysboot: add label override supportAmjad Ouled-Ameur1-0/+15
2021-11-23cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes1-1/+7
2021-11-11pxe: Return the file size from the getfile() functionSimon Glass1-27/+43
2021-11-11pxe: Drop get_bootfile_path()Simon Glass1-48/+5
2021-11-11pxe: Clean up the use of bootfileSimon Glass1-22/+38
2021-11-11pxe: Move common parsing coding into pxe_utilSimon Glass1-0/+20
2021-11-11pxe: Tidy up code style a little in pxe_utilsSimon Glass1-53/+13
2021-11-11pxe: Tidy up some comments in pxe_utilsSimon Glass1-51/+138
2021-11-11pxe: Move pxe_utils filesSimon Glass1-0/+1460