summaryrefslogtreecommitdiff
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* bootstd: Add a little more logging of bootflowsSimon Glass2023-01-232-0/+5
* bootstd: Record the bootdevs used during scanningSimon Glass2023-01-231-10/+19
* bootstd: Drop the old bootflow_scan_first()Simon Glass2023-01-231-15/+3
* bootstd: Allow scanning a single bootdev labelSimon Glass2023-01-232-13/+58
* bootstd: Switch bootdev scanning to use labelsSimon Glass2023-01-232-133/+81
* bootstd: Allow iterating to the next bootdev priortiySimon Glass2023-01-231-0/+64
* bootstd: Allow iterating to the next label in a listSimon Glass2023-01-231-2/+24
* bootstd: Allow hunting for a bootdev by labelSimon Glass2023-01-231-2/+25
* bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-231-0/+8
* bootstd: Allow hunting for bootdevs of a given prioritySimon Glass2023-01-231-0/+25
* bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass2023-01-235-24/+40
* bootstd: Support reading a script from network or SPI flashSimon Glass2023-01-231-13/+80
* bootstd: Add a SPI flash bootdevSimon Glass2023-01-232-2/+20
* bootstd: Add a new bootmeth method to set the bootflowSimon Glass2023-01-231-0/+11
* bootstd: Move label parsing into its own functionSimon Glass2023-01-231-12/+36
* bootstd: Set the distro_bootpart env var with scriptsSimon Glass2023-01-231-0/+3
* bootstd: Support reading the device tree with EFISimon Glass2023-01-231-6/+99
* bootstd: Include the device tree in the bootflowSimon Glass2023-01-231-0/+1
* bootstd: Allow reading an EFI file from the networkSimon Glass2023-01-231-8/+109
* bootstd: Rename bootdev checkersSimon Glass2023-01-236-8/+8
* bootstd: Only scan bootable partitionsSimon Glass2023-01-231-1/+9
* bootstd: Support running bootdev huntersSimon Glass2023-01-231-0/+61
* bootstd: Add the concept of a bootdev hunterSimon Glass2023-01-231-0/+31
* bootstd: Add a default method to get bootflowsSimon Glass2023-01-231-2/+25
* dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass2023-01-231-12/+30
* bootstd: Simplify locating existing bootdevsSimon Glass2023-01-231-11/+5
* bootstd: Remove special-case code for boot_targetsSimon Glass2023-01-232-28/+21
* Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-01-191-2/+1
|\
| * rockchip: Drop the FIT generator scriptSimon Glass2023-01-181-1/+0
| * rockchip: Convert all boards to use binmanSimon Glass2023-01-181-1/+1
* | vbe: Allow probing the VBE bootmeth to fail in OS fixupSimon Glass2023-01-181-4/+12
* | event: Correct dependencies on the EVENT frameworkTom Rini2023-01-181-0/+3
|/
* bootstd: Support setting a theme for the menuSimon Glass2023-01-162-0/+45
* bootstd: Support creating a boot menuSimon Glass2023-01-163-0/+289
* expo: Add support for scene menusSimon Glass2023-01-162-0/+392
* expo: Add support for scenesSimon Glass2023-01-162-0/+537
* expo: Add basic implementationSimon Glass2023-01-162-0/+182
* bootstd: Allow reading a logo for the OSSimon Glass2023-01-162-9/+64
* bootstd: Read the Operating System name for distro/scriptsSimon Glass2023-01-163-0/+71
* image: Move common image code to image_board and commandSimon Glass2023-01-162-1/+160
* Merge branch 'next'Tom Rini2023-01-096-54/+65
|\
| * cmd: source: Support specifying config nameSean Anderson2022-12-311-1/+1
| * common/spl/spl_ram: Remove unused defaultTom Rini2022-12-231-14/+15
| * 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
| * | tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde2022-12-081-0/+1
| * | net: Remove eth_legacy.cTom Rini2022-12-071-3/+0