summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-01-23efi: Improve logging in efi_diskSimon Glass
2023-01-23event: Correct duplicate log message in event_notify()Simon Glass
2023-01-23lib: Support printing an error stringSimon Glass
2023-01-23sandbox: Enable the Ethernet bootdevSimon Glass
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass
2023-01-23sandbox: Allow ethernet to be disabled at runtimeSimon 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-23ide: Drop non-DM code for BLKSimon Glass
2023-01-23dm: test: Correct ordering of DM setupSimon Glass
2023-01-23dm: part: Update test to use mmc2Simon Glass
2023-01-23vbe: sandbox: Drop VBE node in chosenSimon Glass
2023-01-23vbe: Avoid a build failure when bloblist is not enabledSimon Glass
2023-01-23sandbox: mmc: Start off with a zeroed fileSimon Glass
2023-01-23test: Drop duplicate restore of DM stateSimon Glass