aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2024-06-20boot: bootflow_menu: fix crash for EFI BOOTMGR global bootmethQuentin Schulz
2024-06-20boot: fix typos in help text of Kconfig configsQuentin Schulz
2024-06-11Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-06-10efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt
2024-06-07abootimg: Add init_boot image supportRoman Stratiienko
2024-06-07android: Fix ramdisk loading for bootimage v3+Roman Stratiienko
2024-06-07image: Set load_end on partial loadsMattijs Korpershoek
2024-05-22image: remove redundant hash includesRaymond Mao
2024-05-06boot: Remove <common.h> and add needed includesTom Rini
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut
2024-04-21boot: Move framebuffer reservation to separate helperDevarsh Thakkar
2024-04-21boot: fdt_simplefb: Enumerate framebuffer info from video handoffDevarsh Thakkar
2024-04-18Kconfig: Remove all default n optionsMichal Simek
2024-04-18boot: fdt: Turn all addresses and sizes into u64Marek Vasut
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-12fdt: Fix fdt_pack_reg() on 64-bit platformsSam Protsenko
2024-04-11Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_add...Tom Rini
2024-04-11boot: fdt: Move usable variable below updated commentMarek Vasut
2024-04-11boot: fdt: Drop lmb_alloc*() typecastsMarek Vasut
2024-04-11boot: fdt: Clean up env_get_bootm_mapsize()Marek Vasut
2024-04-11boot: fdt: Fix tmp type in env_get_bootm_size() and rename to lowMarek Vasut
2024-04-11boot: fdt: Clean up env_get_bootm_size()Marek Vasut
2024-04-11boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini
2024-04-10pxe: Allow booting without CMDLINE for the zboot methodSimon Glass
2024-04-10pxe: Allow booting without CMDLINE for bootm methodsSimon Glass
2024-04-10pxe: Move calculation of FDT file into a functionSimon Glass
2024-04-10pxe: Refactor to avoid over-using bootm_argvSimon Glass
2024-04-10pxe: Refactor to reduce the size of label_boot()Simon Glass
2024-04-10pxe: Use strlcpy() instead of strcpy() in label_boot()Simon Glass
2024-04-10boot: Update SYS_BOOTM_LEN to depend on BOOTMSimon Glass
2024-04-10bootm: Make OS booting dependent on BOOTMSimon Glass
2024-04-10bootm: Add a Kconfig option for bootm functionalitySimon Glass
2024-04-10boot: Reorder FIT and BOOTSTD to be firstSimon Glass
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini
2024-04-10x86: zboot: Rename zboot_start() to zboot_run()Simon Glass
2024-04-08boot: correct finding the default EFI binaryHeinrich Schuchardt
2024-04-08boot: enable booting via EFI boot manager by defaultHeinrich Schuchardt
2024-04-08boot: correct the default sequence of boot methodsHeinrich Schuchardt
2024-04-02Merge tag 'u-boot-dfu-20240402' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-04-02android_ab: Fix ANDROID_AB_BACKUP_OFFSETColin McAllister
2024-04-02android_ab: Add missing semicolonColin McAllister
2024-03-13fdt: Fix bootm_low handlingMarek Vasut
2024-03-04bootstd: support scanning a single partitionNam Cao
2024-03-02boot: Only define checksum algos when the hashes are enabledSean Anderson
2024-03-02bootdev: drop unnecessary assert on bootflow->bdevThomas Weißschuh
2024-03-01boot: pxe_utils: skip fdt setup in case legacy kernel is bootedSvyatoslav Ryhel
2024-02-13boot: add support for button commandsCaleb Connolly
2024-01-19Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=yShantur Rathore
2024-01-18boot: superfluous assignment in bootflow_menu_new()Heinrich Schuchardt