summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2025-04-23cyclic: invoke uthread_schedule() from schedule()Jerome Forissier
2025-04-23net: make initr_net() invocation command line agnosticHeinrich Schuchardt
2025-04-16Merge tag 'u-boot-marvell-20250516' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-04-16ARM: mvebu: Correct SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR usageTom Rini
2025-04-15common: Add CONFIG_SKIP_RELOCATEJesse Taube
2025-04-14IOMUX: Fix stopping unused dropped consolesStephan Gerhold
2025-04-14Merge patch series "Static initcalls"Tom Rini
2025-04-14common: board: make initcalls staticJerome Forissier
2025-04-11Merge tag 'qcom-for-2025.07' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini
2025-04-11Merge tag 'efi-2025-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2025-04-11cli_hush: support running bootcmd on boot retryCaleb Connolly
2025-04-11efi_loader: Handle GD_FLG_SKIP_RELOCVaradarajan Narayanan
2025-04-10common: console: move break; statementAndre Przywara
2025-04-08Merge patch series "Annotate switch/case fallthrough cases"Tom Rini
2025-04-08use proper fallthrough annotationsAndre Przywara
2025-04-08spl: mmc: properly annotate fallthroughAndre Przywara
2025-04-08Merge patch series "Change DRAM message and add RAM doc"Tom Rini
2025-04-08board_f: Modify DRAM messageNeha Malcom Francis
2025-04-03Merge patch series "membuff: Add tests and update to support a flag for empty...Tom Rini
2025-04-03membuf: Rename structSimon Glass
2025-04-03membuff: Rename functions to have membuf_ prefixSimon Glass
2025-04-02Merge patch series "Various toolchain compatibility fixes/improvements"Tom Rini