summaryrefslogtreecommitdiff
path: root/boot/bootflow.c
AgeCommit message (Expand)Author
2025-10-22boot: Run global bootmeths after all bootdevs are exhaustedSimon Glass
2025-10-22boot: Don't change the method count after global bootmethsSimon Glass
2025-10-22boot: Implement a priority for global bootmethsSimon Glass
2025-10-22boot: Only run global bootmeths once eachSimon Glass
2025-10-22boot: Support rescanning the global bootmethsSimon Glass
2025-10-22boot: Keep track of which bootmeths have been usedSimon Glass
2025-10-22boot: Update first_glob_method when dropping a bootmethSimon Glass
2025-10-22boot: Try all bootmeths on the final partitionSimon Glass
2025-10-14boot: Move preparing bootdev into a functionSimon Glass
2025-10-14boot: Improve comments related to global bootmethsSimon Glass
2025-07-16boot: Ensure method_flags is initialised before useAndrew Goodbody
2025-04-03boot: Support IO UARTs for earlycon and consoleSimon Glass
2025-01-15bootstd: Add a simple command to list imagesSimon Glass
2025-01-15bootstd: Update bootmeth_alloc_file() to record imagesSimon Glass
2025-01-15bootstd: Maintain a list of imagesSimon Glass
2025-01-15bootstd: Move the bootflow list into an alistSimon Glass
2025-01-15bootstd: Drop the bootdev-specific list of bootflowsSimon Glass
2024-10-27serial: serial_pl01x: Implement .getinfo() for PL01Maximilian Brune
2024-07-18bootstd: Add bootflow_iter_check_mmc() helperMattijs Korpershoek
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06boot: Remove <common.h> and add needed includesTom Rini
2024-03-04bootstd: support scanning a single partitionNam Cao
2024-01-18boot: remove dead code in bootflow_check()Heinrich Schuchardt
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass
2023-11-01bootstd: Handle a few special cases in cmdline_set_arg()Simon Glass
2023-10-23bootstd: Scan all bootdevs in a boot_targets entry (take 2)Simon Glass
2023-10-23bootstd: Correct logic for single uclassSimon Glass
2023-10-23Revert "bootstd: Scan all bootdevs in a boot_targets entry"Simon Glass
2023-10-13bootstd: Scan all bootdevs in a boot_targets entrySimon Glass
2023-08-11bootstd: Add a command to read all files for a bootflowSimon Glass
2023-08-10bootstd: Add private bootmeth data to the bootflowSimon Glass
2023-07-17bootstd: Support automatically setting Linux parametersSimon Glass
2023-07-17bootstd: Add support for updating elements of the cmdlineSimon Glass
2023-07-17bootstd: Add a function to update a command lineSimon Glass
2023-07-16bootstd: Use the bootargs env var for changing the cmdlineSimon Glass
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass
2023-03-08bootstd: Replicate the dtb-filename quirks of distrobootSimon Glass
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass
2023-02-06qemu: Add a bootmeth for qfwSimon Glass
2023-02-06bootstd: Probe the block device before useSimon 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 SPI flash bootdevSimon Glass
2023-01-23bootstd: Include the device tree in the bootflowSimon Glass
2023-01-23bootstd: Rename bootdev checkersSimon Glass
2023-01-16bootstd: Read the Operating System name for distro/scriptsSimon Glass