summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2023-01-23bootstd: Add a little more logging of bootflowsSimon Glass
2023-01-23bootstd: Record the bootdevs used during scanningSimon Glass
2023-01-23bootstd: Drop the old bootflow_scan_first()Simon Glass
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass
2023-01-23bootstd: Switch bootdev scanning to use labelsSimon Glass
2023-01-23bootstd: Allow iterating to the next bootdev priortiySimon Glass
2023-01-23bootstd: Allow iterating to the next label in a listSimon Glass
2023-01-23bootstd: Allow hunting for a bootdev by labelSimon Glass
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Allow hunting for bootdevs of a given prioritySimon Glass
2023-01-23bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass
2023-01-23bootstd: Support reading a script from network or SPI flashSimon Glass
2023-01-23bootstd: Add a SPI flash bootdevSimon Glass
2023-01-23bootstd: Add a new bootmeth method to set the bootflowSimon Glass
2023-01-23bootstd: Move label parsing into its own functionSimon Glass
2023-01-23bootstd: Set the distro_bootpart env var with scriptsSimon Glass
2023-01-23bootstd: Support reading the device tree with EFISimon Glass
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass
2023-01-23bootstd: Allow reading an EFI file from the networkSimon Glass
2023-01-23bootstd: Rename bootdev checkersSimon Glass
2023-01-23bootstd: Only scan bootable partitionsSimon Glass
2023-01-23bootstd: Support running bootdev huntersSimon Glass
2023-01-23bootstd: Add the concept of a bootdev hunterSimon Glass
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass
2023-01-23dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass
2023-01-23bootstd: Simplify locating existing bootdevsSimon Glass
2023-01-23bootstd: Remove special-case code for boot_targetsSimon Glass
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-01-18vbe: Allow probing the VBE bootmeth to fail in OS fixupSimon Glass
2023-01-18rockchip: Drop the FIT generator scriptSimon Glass
2023-01-18rockchip: Convert all boards to use binmanSimon Glass
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini
2023-01-16bootstd: Support setting a theme for the menuSimon Glass
2023-01-16bootstd: Support creating a boot menuSimon Glass
2023-01-16expo: Add support for scene menusSimon Glass
2023-01-16expo: Add support for scenesSimon Glass
2023-01-16expo: Add basic implementationSimon Glass
2023-01-16bootstd: Allow reading a logo for the OSSimon Glass
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass
2023-01-16image: Move common image code to image_board and commandSimon Glass
2023-01-09Merge branch 'next'Tom Rini
2023-01-06cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImageMarek Vasut
2023-01-06Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""Marek Vasut
2022-12-31cmd: source: Support specifying config nameSean Anderson
2022-12-29PowerPC: Rework PBL location choiceTom Rini
2022-12-23common/spl/spl_ram: Remove unused defaultTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-13Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"Tom Rini
2022-12-12distro/pxeboot: Handle prompt variableManuel Traut
2022-12-12cmd: pxe: use strdup to copy configPatrick Delaunay