summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
10 daysMerge tag 'u-boot-dfu-next-20260819' of https://git.u-boot-project.org/u-boot...Tom Rini
2026-08-13spl: fit: Fill in the image descriptor when skipping a zero-size imageAlexey Charkov
2026-08-13board_f: Make printing reset information optionalAlexey Charkov
2026-08-12avb: add board-specific root key providerIgor Opaniuk
2026-08-12avb: add OP-TEE root key digest providerIgor Opaniuk
2026-08-12avb: make the AVB root key source pluggableIgor Opaniuk
2026-08-11Merge patch "Fix negation on modern hush shell"Tom Rini
2026-08-11cli: hush_modern: fix negation during run_pipeAnshul Dalal
2026-08-11Merge branch 'qcom-next' of https://git.u-boot-project.org/u-boot/custodians/...Tom Rini
2026-08-10board_f: Call initf_malloc() before fdtdec_setup()Marek Vasut
2026-08-07of_live: support in SPLMichael Srba
2026-08-07Makefile: add SPL_REMAKE_ELF_LDSCRIPT featureMichael Srba
2026-08-03cyclic: return early from cyclic_run() if the list is emptyRasmus Villemoes
2026-08-03cyclic: get rid of cyclic_get_list() helperRasmus Villemoes
2026-07-29crypto: hash: use DM providers from hash commandJames Hilliard
2026-07-29spl: atf: fix BL32 entry point for multi-segment TEE imagesDaniel Golle
2026-07-24avb: free mmc_part allocated by get_partition()Igor Opaniuk
2026-07-21spl: fit: bound the external data size before reading itAristo Chen
2026-07-17bloblist: Rename GD_FLG_BLOBLIST_READY to GD_FLG_BLOBLIST_HANDOFFTom Rini
2026-07-16Merge patch series "cyclic: update and optimization"Tom Rini
2026-07-16cyclic: reduce get_timer_us() calls inside hlist_for_each_entry_safe()Patrice Chotard
2026-07-16cyclic: replace uint64_t by u64 suggested by b4Patrice Chotard
2026-07-06Merge branch 'next'Tom Rini
2026-06-25Kconfig: common: restyleJohan Jonker
2026-06-24common: Add an option to relocate on ram topIlias Apalodimas
2026-06-24common: Clean up setup_dest_addr()Ilias Apalodimas
2026-06-24common: move ram_base calculation to independent INITCALL()Ilias Apalodimas
2026-06-24treewide: move bi_dram[] from bd to gdIlias Apalodimas
2026-06-25usb: onboard-hub: Add support for Corechips SL6341 USB 2.0/3.0 hub controllerAlexey Charkov
2026-06-17Merge patch series "Fixes, cleanup and a test for the SPL FIT "full" loader"Tom Rini
2026-06-17spl: fit: use CONFIG_IS_ENABLED whenever possibleFrancesco Valla
2026-06-17spl: fit: drop the 'standalone' load attemptFrancesco Valla
2026-06-17spl: fit: rework the FDT load hackFrancesco Valla
2026-06-17spl: fit: fix loadables load under sandboxFrancesco Valla
2026-06-17Merge patch series "arm: omap: Add back omap4 support"Tom Rini
2026-06-17arm: ti: Introduce back omap4 supportBastien Curutchet
2026-06-15Merge patch series "various memory related fixups"Tom Rini
2026-06-15memory: reserve from start_addr_sp to initial_relocaddrRandolph Sapp
2026-06-02Merge patch series "Clean up bloblist initialization"Tom Rini
2026-06-02bloblist: Rework bloblist_init and bloblist_maybe_initTom Rini
2026-06-02bloblist: Demote not finding a bloblist to a debugTom Rini
2026-06-02bloblist / handoff: Make this depend on BLOBLIST_FIXEDTom Rini
2026-05-30common: splash_source: fix cryptic error messagesAnshul Dalal
2026-05-27common/command.c: Avoid NULL pointer use in cmd_auto_completeAdam Lackorzynski
2026-05-25Merge tag 'v2026.07-rc3' into nextTom Rini
2026-05-15imx: ahab: Use authenticated header for images loadingYe Li
2026-05-15powerpc: fix call to cpu_init_rMichael Walle
2026-05-12Merge patch series "add memdup_nul(), use it and memdup() in a few places"Tom Rini
2026-05-12common/cli.c: use memdup_nul() in run_command_list()Rasmus Villemoes
2026-05-12stdio: drop stdio_cloneRasmus Villemoes