summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)AuthorFilesLines
2024-07-31usb: bootm: Drop old USB-device-removal codeSimon Glass1-12/+0
2024-07-19boot: provide CONFIG_BOOTMETH_QFW Kconfig parameterHeinrich Schuchardt2-1/+10
2024-07-19bootstash: Do not provide a default address for allTom Rini1-1/+5
2024-07-19boot: Correct indentation in efi bootmethSimon Glass1-1/+1
2024-07-19bootstd: Correct handling of script from networkSimon Glass1-20/+31
2024-07-19bootstd: Tidy up comments on the boothmeth driversSimon Glass3-2/+3
2024-07-19doc: Add a description for bootmeth_sandboxSimon Glass1-1/+1
2024-07-19doc: Add a description for bootmeth_qfwSimon Glass1-1/+1
2024-07-18Merge patch series "bootstd: Add Android support"Tom Rini7-1/+619
2024-07-18bootstd: Add a bootmeth for AndroidMattijs Korpershoek4-0/+601
2024-07-18bootstd: Add bootflow_iter_check_mmc() helperMattijs Korpershoek1-0/+12
2024-07-18boot: android: Provide vendor_bootimg_addr in boot_get_fdt()Mattijs Korpershoek2-1/+6
2024-07-18Merge patch series "Respin bootstd cros patch into a series of two"Tom Rini1-1/+1
2024-07-16bootstd: cros: store partition type in an efi_guid_tVincent Stehlé1-3/+3
2024-07-15boot: Remove duplicate newlinesMarek Vasut1-1/+0
2024-07-12Merge patch series "Add Turris 1.x board"Tom Rini1-1/+1
2024-07-12powerpc: Add support for CZ.NIC Turris 1.x routersPali Rohár1-1/+1
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon1-4/+4
2024-07-05cmd: bootm: add ELF file supportMaxim Moskalets3-2/+24
2024-07-03bootstd: cros: store partition type in an efi_guid_tVincent Stehlé1-2/+2
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-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini43-43/+6
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