summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-08net: lwip: enable IP_FRAG and IP_REASSEMBLYTim Harvey
2025-07-08net: lwip: call sys_check_timeouts and schedule on rxTim Harvey
2025-07-07configs: Resync with savedefconfigTom Rini
2025-07-07Merge branch 'next'Tom Rini
2025-07-07Prepare v2025.07v2025.07Tom Rini
2025-07-04configs: legoev3: adjust to reduce binary sizeDavid Lechner
2025-07-04mx6sabresd: Reduce U-Boot proper size to fix boot regressionFabio Estevam
2025-07-03Merge tag 'u-boot-dfu-next-20250703' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-07-03Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2025-07-03Merge tag 'efi-next-03072025' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2025-07-03cache: Update dependency for ANDES_L2_CACHETom Rini
2025-07-03board: mpfs_icicle: implement board_fdt_blob_setup()/board_fit_config_name_ma...Conor Dooley
2025-07-03riscv: cpu: th1520: Enable pinctrl by defaultYao Zi
2025-07-03riscv: dts: th1520: Add pin controllersYao Zi
2025-07-03pinctrl: Port pin controller driver for T-Head TH1520 SoCYao Zi
2025-07-03riscv: byteorder: add test for big-endianBen Dooks
2025-07-03riscv: add build support for big-endianBen Dooks
2025-07-03efi_loader: add dbginfodump.efiHeinrich Schuchardt
2025-07-03efi: selftest: add selftest for EFI_DEBUG_SUPPORTYing-Chun Liu (PaulLiu)
2025-07-03efi: add EFI_DEBUG_IMAGE_INFO for debugYing-Chun Liu (PaulLiu)
2025-07-03lib: efi_loader: efi_memory.c: add efi_realloc() for realloc memoryYing-Chun Liu (PaulLiu)
2025-07-03efi: add EFI_DEBUG_IMAGE_INFO_TABLE for debugYing-Chun Liu (PaulLiu)
2025-07-03efi: add EFI_SYSTEM_TABLE_POINTER for debugYing-Chun Liu (PaulLiu)
2025-07-03test: wget: add a test case for validating URISughosh Ganu
2025-07-03cmd: eficonfig: add support for URI device path based boot optionsSughosh Ganu
2025-07-03efi_loader: Prevent free of uninitialised pointerAndrew Goodbody
2025-07-03efi_loader: Prevent dereference of uninitialised variableAndrew Goodbody
2025-07-03efi_loader: Prevent dereferencing NULL pointerAndrew Goodbody
2025-07-03efi_selftest: Add basic partition info check to block io testJavier Martinez Canillas
2025-07-03efi_loader: disk: add EFI_PARTITION_INFO_PROTOCOL supportJavier Martinez Canillas
2025-07-03disk: efi: expose the part_get_gpt_pte() helper functionJavier Martinez Canillas
2025-07-03disk: efi: Move logic to get a GPT entry into a helper functionJavier Martinez Canillas
2025-07-03board: thead: licheepi4a: Bring up secondary cores in SPLYao Zi
2025-07-03riscv: dts: th1520: Preserve CLINT node for SPLYao Zi
2025-07-03riscv: cpu: th1520: Add a routine to bring up secondary coresYao Zi
2025-07-03riscv: cpu: th1520: Setup CPU feature CSRs in harts_early_initYao Zi
2025-07-03riscv: aclint_ipi: Support T-Head C900 CLINTYao Zi
2025-07-02Merge tag 'mmc-next-2025-07-02' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2025-07-02boot: android: Prevent use of unintialised variableAndrew Goodbody
2025-07-02cmd: abootimg: Prevent use of unintialised variableAndrew Goodbody
2025-07-02MAINTAINERS: Add common/spl/spl_dfu to DFU entryMattijs Korpershoek
2025-07-02mmc: socfpga_dw_mmc: Retrieve clock manager address via DTAlif Zakuan Yuslaimi
2025-07-02Revert "drivers: mmc: rpmb: Use R1 response"Jan Kiszka
2025-07-02env: mmc: fix offsets relative to the end of the partitionMichael Walle
2025-07-01Merge patch series "binman: properly error out if path provided to key-name-h...Tom Rini
2025-07-01binman: etype: u_boot_spl_pubkey_dtb: provide more explicit error for key-nam...Quentin Schulz
2025-07-01binman: etype: fit: raise ValueError if key-name-hint is a pathQuentin Schulz
2025-07-01buildman: Support an in-tree build in the current dirSimon Glass
2025-07-01buildman: Correct behaviour of --in-treeSimon Glass
2025-07-01mtd/spinand: gigadevice: sync supported chips with linux 6.9Chuanhong Guo