aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2024-07-15boot: Remove duplicate newlinesMarek Vasut
2024-07-12Merge patch series "Add Turris 1.x board"Tom Rini
2024-07-12powerpc: Add support for CZ.NIC Turris 1.x routersPali Rohár
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon
2024-07-05cmd: bootm: add ELF file supportMaxim Moskalets
2024-07-03bootstd: cros: store partition type in an efi_guid_tVincent Stehlé
2024-06-30Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2024-06-30tpm: allow the user to select the compiled algorithmsIlias Apalodimas
2024-06-30tpm: Move TCG headers into a separate fileIlias Apalodimas
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini
2024-06-28use fdt_kaslrseed function to de-duplicate codeTim Harvey
2024-06-28fdt: automatically add /chosen/kaslr-seed if DM_RNG is enabledTim Harvey
2024-06-28Add fdt_kaslrseed function to add kaslr-seed to chosen nodeTim Harvey
2024-06-26pxe: Add debugging for bootingSimon Glass
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini
2024-06-22boot: links to FIT documentation in KconfigHeinrich Schuchardt
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-16tpm: measure DTB in PCR1 instead of PCR0Ilias Apalodimas
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-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-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