aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2024-04-21boot: Move framebuffer reservation to separate helperDevarsh Thakkar2-11/+22
2024-04-21boot: fdt_simplefb: Enumerate framebuffer info from video handoffDevarsh Thakkar1-9/+25
2024-04-18Kconfig: Remove all default n optionsMichal Simek1-1/+0
2024-04-18boot: fdt: Turn all addresses and sizes into u64Marek Vasut1-4/+1
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini3-317/+218
2024-04-12fdt: Fix fdt_pack_reg() on 64-bit platformsSam Protsenko1-2/+3
2024-04-11Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_add...Tom Rini3-33/+27
2024-04-11boot: fdt: Move usable variable below updated commentMarek Vasut1-3/+3
2024-04-11boot: fdt: Drop lmb_alloc*() typecastsMarek Vasut1-3/+3
2024-04-11boot: fdt: Clean up env_get_bootm_mapsize()Marek Vasut1-5/+2
2024-04-11boot: fdt: Fix tmp type in env_get_bootm_size() and rename to lowMarek Vasut1-5/+5
2024-04-11boot: fdt: Clean up env_get_bootm_size()Marek Vasut1-5/+3
2024-04-11boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut3-14/+13
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini3-218/+317
2024-04-10pxe: Allow booting without CMDLINE for the zboot methodSimon Glass1-11/+8
2024-04-10pxe: Allow booting without CMDLINE for bootm methodsSimon Glass1-17/+15
2024-04-10pxe: Move calculation of FDT file into a functionSimon Glass1-48/+64
2024-04-10pxe: Refactor to avoid over-using bootm_argvSimon Glass1-10/+12
2024-04-10pxe: Refactor to reduce the size of label_boot()Simon Glass1-138/+163
2024-04-10pxe: Use strlcpy() instead of strcpy() in label_boot()Simon Glass1-1/+1
2024-04-10boot: Update SYS_BOOTM_LEN to depend on BOOTMSimon Glass1-1/+1
2024-04-10bootm: Make OS booting dependent on BOOTMSimon Glass1-0/+49
2024-04-10bootm: Add a Kconfig option for bootm functionalitySimon Glass2-1/+13
2024-04-10boot: Reorder FIT and BOOTSTD to be firstSimon Glass1-18/+18
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini1-3/+3
2024-04-10x86: zboot: Rename zboot_start() to zboot_run()Simon Glass1-3/+3
2024-04-08boot: correct finding the default EFI binaryHeinrich Schuchardt1-41/+3
2024-04-08boot: enable booting via EFI boot manager by defaultHeinrich Schuchardt2-1/+11
2024-04-08boot: correct the default sequence of boot methodsHeinrich Schuchardt3-3/+3
2024-04-02Merge tag 'u-boot-dfu-20240402' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-52/+45
2024-04-02android_ab: Fix ANDROID_AB_BACKUP_OFFSETColin McAllister1-52/+45
2024-04-02android_ab: Add missing semicolonColin McAllister1-1/+1
2024-03-13fdt: Fix bootm_low handlingMarek Vasut1-2/+2
2024-03-04bootstd: support scanning a single partitionNam Cao2-2/+36
2024-03-02boot: Only define checksum algos when the hashes are enabledSean Anderson1-2/+6
2024-03-02bootdev: drop unnecessary assert on bootflow->bdevThomas Weißschuh1-1/+0
2024-03-01boot: pxe_utils: skip fdt setup in case legacy kernel is bootedSvyatoslav Ryhel1-5/+22
2024-02-13boot: add support for button commandsCaleb Connolly1-0/+15
2024-01-19Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=yWIP/19Jan2024Shantur Rathore1-0/+1
2024-01-18boot: superfluous assignment in bootflow_menu_new()Heinrich Schuchardt1-1/+0
2024-01-18boot: remove dead code in bootflow_check()Heinrich Schuchardt1-4/+2
2024-01-18bootdev: avoid infinite probe loopCaleb Connolly1-2/+12
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro1-1/+1
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro1-2/+2
2024-01-11android_ab: don't ignore ab_control_store return codeAlexey Romanov1-3/+15
2024-01-11boot: CONFIG_CEDIT must depend on CONFIG_EXPOHeinrich Schuchardt2-2/+2
2024-01-11boot: Support decompressing non-kernel OS imagesSimon Glass1-0/+1
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria1-1/+1
2023-12-22bootmeth: pass size to efi_binary_run()Heinrich Schuchardt1-2/+2
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini2-94/+103