aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-03-27boot: Create a common BOOT_DEFAULTS for distro and bootstdSimon Glass1-34/+28
2023-03-27lmb: Enable LMB if SYS_BOOT_RAMDISK_HIGHSimon Glass1-0/+1
2023-03-27Move DISTRO_DEFAULTS into boot/Simon Glass1-0/+27
2023-02-10Correct SPL uses of CMD_BOOTEFI_BOOTMGRSimon Glass1-1/+2
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-09Correct SPL use of CMD_PSTORESimon Glass1-1/+1
2023-02-09Correct SPL uses of CMD_FDTSimon Glass2-2/+2
2023-02-09Correct SPL uses of CMD_BOOTM_PRE_LOADSimon Glass1-2/+2
2023-02-09Correct SPL use of CMD_BOOTISimon Glass1-1/+1
2023-02-06qemu: Add a bootmeth for qfwSimon Glass3-1/+104
2023-02-06bootstd: Add some default filesystems and commandsSimon Glass1-0/+27
2023-02-06bootstd: Probe the block device before useSimon Glass2-0/+7
2023-02-06bootstd: Allow enabling BOOTSTD_FULL without needing EXPOSimon Glass2-2/+3
2023-01-23bootstd: Add a little more logging of bootflowsSimon Glass2-0/+5
2023-01-23bootstd: Record the bootdevs used during scanningSimon Glass1-10/+19
2023-01-23bootstd: Drop the old bootflow_scan_first()Simon Glass1-15/+3
2023-01-23bootstd: Allow scanning a single bootdev labelSimon Glass2-13/+58
2023-01-23bootstd: Switch bootdev scanning to use labelsSimon Glass2-133/+81
2023-01-23bootstd: Allow iterating to the next bootdev priortiySimon Glass1-0/+64
2023-01-23bootstd: Allow iterating to the next label in a listSimon Glass1-2/+24
2023-01-23bootstd: Allow hunting for a bootdev by labelSimon Glass1-2/+25
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-0/+8
2023-01-23bootstd: Allow hunting for bootdevs of a given prioritySimon Glass1-0/+25
2023-01-23bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass5-24/+40
2023-01-23bootstd: Support reading a script from network or SPI flashSimon Glass1-13/+80
2023-01-23bootstd: Add a SPI flash bootdevSimon Glass2-2/+20
2023-01-23bootstd: Add a new bootmeth method to set the bootflowSimon Glass1-0/+11
2023-01-23bootstd: Move label parsing into its own functionSimon Glass1-12/+36
2023-01-23bootstd: Set the distro_bootpart env var with scriptsSimon Glass1-0/+3
2023-01-23bootstd: Support reading the device tree with EFISimon Glass1-6/+99
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass1-0/+1
2023-01-23bootstd: Allow reading an EFI file from the networkSimon Glass1-8/+109
2023-01-23bootstd: Rename bootdev checkersSimon Glass6-8/+8
2023-01-23bootstd: Only scan bootable partitionsSimon Glass1-1/+9
2023-01-23bootstd: Support running bootdev huntersSimon Glass1-0/+61
2023-01-23bootstd: Add the concept of a bootdev hunterSimon Glass1-0/+31
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass1-2/+25
2023-01-23dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass1-12/+30
2023-01-23bootstd: Simplify locating existing bootdevsSimon Glass1-11/+5
2023-01-23bootstd: Remove special-case code for boot_targetsSimon Glass2-28/+21
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/19Jan2023Tom Rini1-2/+1
2023-01-18vbe: Allow probing the VBE bootmeth to fail in OS fixupSimon Glass1-4/+12
2023-01-18rockchip: Drop the FIT generator scriptSimon Glass1-1/+0
2023-01-18rockchip: Convert all boards to use binmanSimon Glass1-1/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+3
2023-01-16bootstd: Support setting a theme for the menuSimon Glass2-0/+45
2023-01-16bootstd: Support creating a boot menuSimon Glass3-0/+289
2023-01-16expo: Add support for scene menusSimon Glass2-0/+392
2023-01-16expo: Add support for scenesSimon Glass2-0/+537
2023-01-16expo: Add basic implementationSimon Glass2-0/+182