summaryrefslogtreecommitdiff
path: root/boot/bootmeth_script.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-24bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass1-0/+2
2023-01-24bootstd: Support reading a script from network or SPI flashSimon Glass1-13/+80
2023-01-24bootstd: Set the distro_bootpart env var with scriptsSimon Glass1-0/+3
2023-01-24bootstd: Rename bootdev checkersSimon Glass1-1/+1
2023-01-17bootstd: Allow reading a logo for the OSSimon Glass1-0/+4
2023-01-17bootstd: Read the Operating System name for distro/scriptsSimon Glass1-0/+34
2023-01-17image: Move common image code to image_board and commandSimon Glass1-1/+1
2022-12-31cmd: source: Support specifying config nameSean Anderson1-1/+1
2022-04-25bootstd: Add an implementation of script bootSimon Glass1-0/+139