summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2025-07-30Merge patch series "Extend usb_onboard_hub driver to support Cypress HX3 hub ...Tom Rini
2025-07-30usb: onboard-hub: Add support for Cypress HX3 familyLukasz Czechowski
2025-07-30usb: onboard-hub: Add support for multiple power suppliesLukasz Czechowski
2025-07-30usb: onboard-hub: Set the reset gpio pin before freeingLukasz Czechowski
2025-07-30usb: onboard-hub: Use devm API do automatically free the reset GPIOLukasz Czechowski
2025-07-30usb: onboard-hub: Use the ofnode to check if the peer-hub was probedLukasz Czechowski
2025-07-29spl: NULL check variable before dereferenceAndrew Goodbody
2025-07-28treewide: fix Casey's nameCasey Connolly
2025-07-27sunxi: add basic A523 supportAndre Przywara
2025-07-24spl: spl_imx_container: Delete uninitialized variableYe Li
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