summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2025-07-17spl: imx: Add support for new PQC containerYe Li
2025-07-16common/avb_verify.c: Make use of LBAF for printing lbaint_tTom Rini
2025-07-14Fix autoboot countdown printing wrongDavid Zang
2025-07-11Kconfig: Test for !COMPILE_TEST in some locationsTom Rini
2025-07-11global: Make ARCH_MISC_INIT a selected symbolTom Rini
2025-07-10Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2025-07-10arm64: renesas: Add Renesas R-Car Gen4 SCIF/HSCIF loader SREC generationMarek Vasut
2025-07-10common/log_syslog.c: Add missing include of <env.h>Tom Rini
2025-07-08common: readline: Fix always true testAndrew Goodbody
2025-07-07Merge branch 'next'Tom Rini
2025-06-26Merge patch series "spl: fix error handling in spl_fit_get_image_name()"Tom Rini
2025-06-26common/spl: guard against buffer overflow in spl_fit_get_image_name()Heinrich Schuchardt
2025-06-26common/spl: Revert fix potential out of buffer access in spl_fit_get_image_na...Heinrich Schuchardt
2025-06-24sunxi: add support for the Allwinner A100/A133 SoCAndre Przywara
2025-06-23Merge tag 'v2025.07-rc5' into nextTom Rini
2025-06-23arm: kirkwood: fix freeze on bootJerome Forissier
2025-06-20Merge patch series "Consistent Kconfig environment options CONFIG_ENV_ prefix"Tom Rini
2025-06-20env: Drop DELAY_ENVIRONMENTMarek Vasut
2025-06-20env: Rename SYS_RELOC_GD_ENV_ADDR to ENV_RELOC_GD_ENV_ADDRMarek Vasut
2025-06-19common/spl: improve error handling in spl_fitMikhail Kshevetskiy
2025-06-19common/spl: handle properly images with bad checksumMikhail Kshevetskiy
2025-06-19common/spl: fix potential out of buffer access in spl_fit_get_image_name func...Mikhail Kshevetskiy
2025-06-13spl: Rename jump_to_image_no_args()Simon Glass
2025-06-09Merge tag 'v2025.07-rc4' into nextTom Rini
2025-06-09configs: raise SPL_SYS_MALLOC_SIZE to 8 MiB on RISC-VHeinrich Schuchardt
2025-06-05cmd: bootmenu: permit to select bootmenu entry with a shortcutChristian Marangi
2025-06-05Merge tag 'xilinx-for-v2025.07-rc4' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-06-04x86: Correct condition for init_cache_f_r()Simon Glass
2025-06-04usb: onboard-hub: Fix return type for regulator APIsPadmarao Begari
2025-06-02Merge patch series "Audit include list for include/[a-m]*.h"Tom Rini
2025-06-02include/ide.h: Cleanup usageTom Rini
2025-06-02include/fat.h: Audit include listTom Rini
2025-05-29Merge patch series "Start removing <env.h> from headers when not required"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-05-26Merge tag 'v2025.07-rc3' into nextTom Rini
2025-05-22common: add config for board_init() callBen Dooks
2025-05-22tiny-printf: Handle formatting of %p with an extra KconfigChristoph Niedermaier
2025-05-22Merge tag 'u-boot-imx-master-20250522' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2025-05-21spl: Kconfig: support U-Boot load from raw NANDDario Binacchi
2025-05-21riscv: Access gd with inline assembly when building with LTO or ClangYao Zi
2025-05-16cyclic: make cyclic_register safe to call on already-registered infoRasmus Villemoes
2025-05-16cyclic: make cyclic_unregister() idempotentRasmus Villemoes
2025-05-06rockchip: Add SPL_PAD_TO Kconfig default valueJonas Karlman
2025-05-03spl: imx: use trampoline buffer to load images to secure regionYe Li
2025-05-02console: Support a format string for stderr outputSimon Glass
2025-05-02Merge patch series "Qualcomm: cleanup OF_LIVE fixup and fix RB1/2"Tom Rini
2025-05-02event: signal when livetree has been builtCaleb Connolly
2025-04-30common: board: fix build condition of noncached memory initcallWeijie Gao
2025-04-24configs: set SPL_TEXT_BASE by default for k3 platformsAnshul Dalal
2025-04-23Merge patch series "Uthreads"Tom Rini