summaryrefslogtreecommitdiff
path: root/boot/pxe_utils.c
Commit message (Expand)AuthorAgeFilesLines
* net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond2023-05-051-1/+2
* Merge branch 'next'Tom Rini2023-01-091-31/+43
|\
| * Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-211-7/+1
| |\
| * | distro/pxeboot: Handle prompt variableManuel Traut2022-12-121-1/+4
| * | cmd: pxe: use strdup to copy configPatrick Delaunay2022-12-121-2/+1
| * | cmd: pxe: support INITRD and FDT selection with FITPatrick Delaunay2022-12-121-3/+14
| * | cmd: pxe: reorder kernel treatment in label_bootPatrick Delaunay2022-12-121-25/+24
* | | cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImageMarek Vasut2023-01-061-4/+5
* | | Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut2023-01-061-1/+7
| |/ |/|
* | Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"Tom Rini2022-12-131-7/+1
|/
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-301-1/+1
* video: Drop use of the lcd header fileSimon Glass2022-10-301-1/+0
* cmd: pxe: add alias devicetree-overlay for fdtoverlaysEdoardo Tomelleri2022-10-111-0/+2
* boot: allow bootmeth-distro without CONFIG_NETJohn Keeping2022-08-101-1/+2
* pxe: simplify label_boot()Heinrich Schuchardt2022-07-181-5/+4
* cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parserPatrick Delaunay2022-04-111-3/+9
* cmd: pxe_utils: sysboot: add kaslr-seed generation supportZhang Ning2022-02-111-0/+75
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* cmd: pxe_utils: sysboot: add label override supportAmjad Ouled-Ameur2022-01-151-0/+15
* cmd: pxe_utils: Check fdtcontroladdr in label_bootPeter Hoyes2021-11-231-1/+7
* pxe: Return the file size from the getfile() functionSimon Glass2021-11-111-27/+43
* pxe: Drop get_bootfile_path()Simon Glass2021-11-111-48/+5
* pxe: Clean up the use of bootfileSimon Glass2021-11-111-22/+38
* pxe: Move common parsing coding into pxe_utilSimon Glass2021-11-111-0/+20
* pxe: Tidy up code style a little in pxe_utilsSimon Glass2021-11-111-53/+13
* pxe: Tidy up some comments in pxe_utilsSimon Glass2021-11-111-51/+138
* pxe: Move pxe_utils filesSimon Glass2021-11-111-0/+1460