aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-24Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2023-01-24Merge branch '2023-01-24-bootstd-allow-migration-from-distro_bootcmd-script'Tom Rini
2023-01-23rockchip: Convert rockpro64-rk3399 to use standard bootSimon Glass
2023-01-23bootstd: Update documentation for new featuresSimon Glass
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: Add a hunter for the extension featureSimon Glass
2023-01-23extension: Refactor to allow non-command usageSimon 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: Use hunters when scanning for bootflowsSimon 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-23sandbox: Allow SPI flash bootdevs to be disabled for testsSimon 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: Update docs on bootmeth_try_file() for sandboxSimon 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-23ata: Don't try to use non-existent portsSimon Glass
2023-01-23bootstd: Add a virtio bootdevSimon Glass
2023-01-23virtio: Add a block deviceSimon Glass
2023-01-23virtio: Avoid strange behaviour on removalSimon Glass
2023-01-23virtio: Fix returning -ENODEVSimon Glass
2023-01-23virtio: Avoid repeating a long expressionSimon Glass
2023-01-23bootstd: Add an NVMe bootdevSimon Glass
2023-01-23bootstd: Add an IDE bootdevSimon Glass
2023-01-23bootstd: Add a SCSI bootdevSimon Glass
2023-01-23scsi: Remove all children of SCSI devices before rescanningSimon Glass
2023-01-23scsi: Correct allocation of block-device nameSimon Glass
2023-01-23bootstd: Only scan bootable partitionsSimon Glass
2023-01-23part: Add a function to find the first bootable partitionSimon Glass
2023-01-23bootstd: Add a hunter for ethernetSimon Glass
2023-01-23net: Add a function to run dhcpSimon Glass
2023-01-23bootstd: Add an MMC hunterSimon Glass
2023-01-23bootstd: Add a USB hunterSimon Glass
2023-01-23test: Add a generic function to skip delaysSimon Glass
2023-01-23dm: usb: Mark the device name as alloced when bindingSimon Glass
2023-01-23bootstd: Support running bootdev huntersSimon Glass
2023-01-23bootstd: Add the concept of a bootdev hunterSimon Glass