summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Correct SPL uses of CMD_BOOTEFI_BOOTMGRSimon Glass1-1/+2
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-10Correct SPL use of CMD_PSTORESimon Glass1-1/+1
2023-02-10Correct SPL uses of CMD_FDTSimon Glass2-2/+2
2023-02-10Correct SPL uses of CMD_BOOTM_PRE_LOADSimon Glass1-2/+2
2023-02-10Correct 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-24bootstd: Add a little more logging of bootflowsSimon Glass2-0/+5
2023-01-24bootstd: Record the bootdevs used during scanningSimon Glass1-10/+19
2023-01-24bootstd: Drop the old bootflow_scan_first()Simon Glass1-15/+3
2023-01-24bootstd: Allow scanning a single bootdev labelSimon Glass2-13/+58
2023-01-24bootstd: Switch bootdev scanning to use labelsSimon Glass2-133/+81
2023-01-24bootstd: Allow iterating to the next bootdev priortiySimon Glass1-0/+64
2023-01-24bootstd: Allow iterating to the next label in a listSimon Glass1-2/+24
2023-01-24bootstd: Allow hunting for a bootdev by labelSimon Glass1-2/+25
2023-01-24bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-0/+8
2023-01-24bootstd: Allow hunting for bootdevs of a given prioritySimon Glass1-0/+25
2023-01-24bootstd: Treat DHCP and PXE as bootdev labelsSimon Glass5-24/+40
2023-01-24bootstd: Support reading a script from network or SPI flashSimon Glass1-13/+80
2023-01-24bootstd: Add a SPI flash bootdevSimon Glass2-2/+20
2023-01-24bootstd: Add a new bootmeth method to set the bootflowSimon Glass1-0/+11
2023-01-24bootstd: Move label parsing into its own functionSimon Glass1-12/+36
2023-01-24bootstd: Set the distro_bootpart env var with scriptsSimon Glass1-0/+3
2023-01-24bootstd: Support reading the device tree with EFISimon Glass1-6/+99
2023-01-24bootstd: Include the device tree in the bootflowSimon Glass1-0/+1
2023-01-24bootstd: Allow reading an EFI file from the networkSimon Glass1-8/+109
2023-01-24bootstd: Rename bootdev checkersSimon Glass6-8/+8
2023-01-24bootstd: Only scan bootable partitionsSimon Glass1-1/+9
2023-01-24bootstd: Support running bootdev huntersSimon Glass1-0/+61
2023-01-24bootstd: Add the concept of a bootdev hunterSimon Glass1-0/+31
2023-01-24bootstd: Add a default method to get bootflowsSimon Glass1-2/+25
2023-01-24dm: mmc: Use bootdev_setup_sibling_blk()Simon Glass1-12/+30
2023-01-24bootstd: Simplify locating existing bootdevsSimon Glass1-11/+5
2023-01-24bootstd: 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...Tom Rini1-2/+1
2023-01-19vbe: Allow probing the VBE bootmeth to fail in OS fixupSimon Glass1-4/+12
2023-01-19rockchip: Drop the FIT generator scriptSimon Glass1-1/+0
2023-01-19rockchip: Convert all boards to use binmanSimon Glass1-1/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+3
2023-01-17bootstd: Support setting a theme for the menuSimon Glass2-0/+45
2023-01-17bootstd: Support creating a boot menuSimon Glass3-0/+289
2023-01-17expo: Add support for scene menusSimon Glass2-0/+392
2023-01-17expo: Add support for scenesSimon Glass2-0/+537
2023-01-17expo: Add basic implementationSimon Glass2-0/+182
2023-01-17bootstd: Allow reading a logo for the OSSimon Glass2-9/+64
2023-01-17bootstd: Read the Operating System name for distro/scriptsSimon Glass3-0/+71
2023-01-17image: Move common image code to image_board and commandSimon Glass2-1/+160