aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2024-06-30Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-0/+5
2024-06-30tpm: allow the user to select the compiled algorithmsIlias Apalodimas1-0/+4
2024-06-30tpm: Move TCG headers into a separate fileIlias Apalodimas1-0/+1
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini2-33/+54
2024-06-28use fdt_kaslrseed function to de-duplicate codeTim Harvey1-33/+1
2024-06-28fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabledTim Harvey1-0/+9
2024-06-28Add fdt_kaslrseed function to add kaslr-seed to chosen nodeTim Harvey1-0/+44
2024-06-26pxe: Add debugging for bootingSimon Glass1-4/+11
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini2-4/+4
2024-06-22boot: links to FIT documentation in KconfigHeinrich Schuchardt1-3/+3
2024-06-20boot: bootflow_menu: fix crash for EFI BOOTMGR global bootmethQuentin Schulz1-0/+7
2024-06-20boot: fix typos in help text of Kconfig configsQuentin Schulz1-11/+11
2024-06-16tpm: measure DTB in PCR1 instead of PCR0Ilias Apalodimas1-1/+1
2024-06-11Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-58/+2
2024-06-10efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt1-58/+2
2024-06-07abootimg: Add init_boot image supportRoman Stratiienko1-3/+10
2024-06-07android: Fix ramdisk loading for bootimage v3+Roman Stratiienko1-9/+8
2024-06-07image: Set load_end on partial loadsMattijs Korpershoek1-2/+2
2024-05-22image: remove redundant hash includesRaymond Mao2-6/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini43-6/+43
2024-05-06boot: Remove <common.h> and add needed includesTom Rini43-43/+6
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut2-4/+2
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