aboutsummaryrefslogtreecommitdiffstats
path: root/boot
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-1943-6/+43
* boot: Remove <common.h> and add needed includesTom Rini2024-05-0643-43/+6
* rng: Introduce SPL_DM_RNGMarek Vasut2024-05-052-4/+2
* boot: Move framebuffer reservation to separate helperDevarsh Thakkar2024-04-212-11/+22
* boot: fdt_simplefb: Enumerate framebuffer info from video handoffDevarsh Thakkar2024-04-211-9/+25
* Kconfig: Remove all default n optionsMichal Simek2024-04-181-1/+0
* boot: fdt: Turn all addresses and sizes into u64Marek Vasut2024-04-181-4/+1
* Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2024-04-183-317/+218
* fdt: Fix fdt_pack_reg() on 64-bit platformsSam Protsenko2024-04-121-2/+3
* Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_add...Tom Rini2024-04-113-33/+27
|\
| * boot: fdt: Move usable variable below updated commentMarek Vasut2024-04-111-3/+3
| * boot: fdt: Drop lmb_alloc*() typecastsMarek Vasut2024-04-111-3/+3
| * boot: fdt: Clean up env_get_bootm_mapsize()Marek Vasut2024-04-111-5/+2
| * boot: fdt: Fix tmp type in env_get_bootm_size() and rename to lowMarek Vasut2024-04-111-5/+5
| * boot: fdt: Clean up env_get_bootm_size()Marek Vasut2024-04-111-5/+3
| * boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut2024-04-113-14/+13
* | Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2024-04-103-218/+317
|\ \
| * | pxe: Allow booting without CMDLINE for the zboot methodSimon Glass2024-04-101-11/+8
| * | pxe: Allow booting without CMDLINE for bootm methodsSimon Glass2024-04-101-17/+15
| * | pxe: Move calculation of FDT file into a functionSimon Glass2024-04-101-48/+64
| * | pxe: Refactor to avoid over-using bootm_argvSimon Glass2024-04-101-10/+12
| * | pxe: Refactor to reduce the size of label_boot()Simon Glass2024-04-101-138/+163
| * | pxe: Use strlcpy() instead of strcpy() in label_boot()Simon Glass2024-04-101-1/+1
| * | boot: Update SYS_BOOTM_LEN to depend on BOOTMSimon Glass2024-04-101-1/+1
| * | bootm: Make OS booting dependent on BOOTMSimon Glass2024-04-101-0/+49
| * | bootm: Add a Kconfig option for bootm functionalitySimon Glass2024-04-102-1/+13
| * | boot: Reorder FIT and BOOTSTD to be firstSimon Glass2024-04-101-18/+18
* | | Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini2024-04-101-3/+3
|\ \ \
| * | | x86: zboot: Rename zboot_start() to zboot_run()Simon Glass2024-04-101-3/+3
* | | | boot: correct finding the default EFI binaryHeinrich Schuchardt2024-04-081-41/+3
* | | | boot: enable booting via EFI boot manager by defaultHeinrich Schuchardt2024-04-082-1/+11
* | | | boot: correct the default sequence of boot methodsHeinrich Schuchardt2024-04-083-3/+3
* | | | Merge tag 'u-boot-dfu-20240402' of https://source.denx.de/u-boot/custodians/u...Tom Rini2024-04-021-52/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | android_ab: Fix ANDROID_AB_BACKUP_OFFSETColin McAllister2024-04-021-52/+45
| * | | android_ab: Add missing semicolonColin McAllister2024-04-021-1/+1
* | | | fdt: Fix bootm_low handlingMarek Vasut2024-03-131-2/+2
* | | | bootstd: support scanning a single partitionNam Cao2024-03-042-2/+36
* | | | boot: Only define checksum algos when the hashes are enabledSean Anderson2024-03-021-2/+6
* | | | bootdev: drop unnecessary assert on bootflow->bdevThomas Weißschuh2024-03-021-1/+0
* | | | boot: pxe_utils: skip fdt setup in case legacy kernel is bootedSvyatoslav Ryhel2024-03-011-5/+22
|/ / /
* | | boot: add support for button commandsCaleb Connolly2024-02-131-0/+15
* | | Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=yWIP/19Jan2024Shantur Rathore2024-01-191-0/+1
* | | boot: superfluous assignment in bootflow_menu_new()Heinrich Schuchardt2024-01-181-1/+0
* | | boot: remove dead code in bootflow_check()Heinrich Schuchardt2024-01-181-4/+2
* | | bootdev: avoid infinite probe loopCaleb Connolly2024-01-181-2/+12
* | | efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro2024-01-171-1/+1
* | | efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro2024-01-171-2/+2
* | | android_ab: don't ignore ab_control_store return codeAlexey Romanov2024-01-111-3/+15
* | | boot: CONFIG_CEDIT must depend on CONFIG_EXPOHeinrich Schuchardt2024-01-112-2/+2
* | | boot: Support decompressing non-kernel OS imagesSimon Glass2024-01-111-0/+1