summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-03membuf: Minor code-style improvementsSimon Glass
2025-04-03membuf: Add some testsSimon Glass
2025-04-03membuf: Correct implementation of membuf_dispose()Simon Glass
2025-04-03membuf: Include stdboolSimon Glass
2025-04-03membuf: Rename structSimon Glass
2025-04-03membuff: Rename the files to membufSimon Glass
2025-04-03membuff: Rename functions to have membuf_ prefixSimon Glass
2025-03-18Merge patch series "pxe: Precursor series for supporting read_all() in extlin...Tom Rini
2025-03-18net: Provide a function to run network operationsSimon Glass
2025-03-18net: Drop #ifdef in parse_args()Simon Glass
2025-03-18net: Refactor part of netboot_common() into a functionSimon Glass
2025-03-18net: Return the size from parse_args()Simon Glass
2025-03-18net: Return the address and size from parse_addr_size()Simon Glass
2025-03-18net: Return the load address from parse_args()Simon Glass
2025-03-18net: Simplify parse_args()Simon Glass
2025-03-18net: Tidy up the comments to parse_args()Simon Glass
2025-03-18net: Keep the bootstage functions togetherSimon Glass
2025-03-18boot: pxe: Refactor label_run_boot() to avoid cmdlineSimon Glass
2025-03-18pxe_utils: Simplify default fdt in label_run_boot()Simon Glass
2025-03-18boot: pxe: Use bootm_...() functions where possibleSimon Glass
2025-03-18boot: Support compressed booti images in bootmSimon Glass
2025-03-18boot: Support booti format in bootmSimon Glass
2025-03-18boot: arm: riscv: sandbox: Add a format for the booti fileSimon Glass
2025-03-18boot: Convert IMAGE_FORMAT into an enumSimon Glass
2025-03-18bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LENSimon Glass
2025-03-18boot: Pass just the FDT argument to label_process_fdt()Simon Glass
2025-03-18boot: Split pxe label_run_boot() into two partsSimon Glass
2025-03-18boot: Split pxe label_boot() into two partsSimon Glass
2025-03-18boot: Use strlcpy() in label_boot()Simon Glass
2025-03-18x86: Drop the unnecessary base_ptr argument to zboot_dump()Simon Glass
2025-03-18bootstd: Correct display of kernel versionSimon Glass
2025-03-18x86: Move the bootm state for zimage into cmd/Simon Glass
2025-03-18x86: Rename state to bmiSimon Glass
2025-03-18x86: Move x86 zboot state into struct bootm_infoSimon Glass
2025-03-18x86: Drop duplicate definition of zimage_dump()Simon Glass
2025-03-18x86: Rename zboot_run() to zboot_run_args()Simon Glass
2025-03-18x86: Make do_zboot_states() staticSimon Glass
2025-03-18Merge tag 'u-boot-ufs-next-20250318' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-03-18Merge tag 'u-boot-amlogic-20250318' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-03-18Merge patch series "vepxpress64: disable CRC32 by default and add FVP with TF...Tom Rini
2025-03-18Merge patch series "*** Various Improvements for phyCORE-AM62/A SoMs ***"Tom Rini
2025-03-18configs: j784s4-am69: Enable UFSUdit Kumar
2025-03-18ufs: core: sync ufshci.h with Linux v6.12Neil Armstrong
2025-03-18ufs: core: sync unipro.h with Linux v6.12Neil Armstrong
2025-03-18ufs: core: move ufshci defines in a separate headerNeil Armstrong
2025-03-18ufs: core: cosmetic fixupsNeil Armstrong
2025-03-18ufs: core: mark unexported functions as staticNeil Armstrong
2025-03-18ufs: core: include missing include/ufs.hNeil Armstrong
2025-03-18board: odroid-n2: Update docs for signingBaltazár Radics
2025-03-18arch: arm: meson: support Amlogic chip_id v1 and v2Evgeny Bachinin