summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-07-28Merge tag 'efi-2026-01-rc2' of https://git.u-boot-project.org/u-boot/custodia...Tom Rini
2026-07-27Merge tag 'u-boot-imx-main-20260727' of https://git.u-boot-project.org/u-boot...Tom Rini
2026-07-27sandbox: fix enum host_platform_flags descriptionHeinrich Schuchardt
2026-07-27Merge tag 'u-boot-rockchip-2026.10-20260724' of https://git.u-boot-project.or...Tom Rini
2026-07-27board: toradex: aquila-imx95: detect RAM sizesEmanuele Ghidoli
2026-07-27board: toradex: smarc-imx95: detect RAM sizesEmanuele Ghidoli
2026-07-27imx9{4, 5, 52}_evk: power on mcore according to SM configYe Li
2026-07-27imx9: bootaux: Support booting CM70, CM71 and CM33 sync coresAlice Guo
2026-07-27board: purism: Add support for the Librem5 devkitGuido Günther
2026-07-24fit: prefer the default configuration on best-match tiesCarlo Caione
2026-07-23rockchip: rk3588s: Add support for ROC-RK3588S-PCFabio Estevam
2026-07-23rockchip: pinctrl: use include from dts/upstreamJohan Jonker
2026-07-23rockchip: pinctrl: replace RK_GPIOn definesJohan Jonker
2026-07-23rockchip: pinctrl: replace RK_FUNC_n definesJohan Jonker
2026-07-21Merge patch series "some string cleanup, and a tweak of the "config" command"Tom Rini
2026-07-21string: add strcasestr()Rasmus Villemoes
2026-07-21string: remove more pointless __HAVE_ARCH_STR*Rasmus Villemoes
2026-07-21string: remove unused strswab() functionRasmus Villemoes
2026-07-21string: correct prototype of strchrnul()Rasmus Villemoes
2026-07-21Merge tag 'riscv-for-v2026.10-rc1' of https://git.u-boot-project.org/u-boot/c...Tom Rini
2026-07-21power: pmic: add support for Spacemit P1 PMICRaymond Mao
2026-07-21configs: k1: enable early timer supportRaymond Mao
2026-07-21spacemit: k1: enable SPL with debug UARTRaymond Mao
2026-07-21spacemit: k1: support multi-board infrastructureRaymond Mao
2026-07-21dt-bindings: reset: drop spacemit-k1-reset.hGuodong Xu
2026-07-21reset: spacemit: k1: introduce syscon-bound reset driverGuodong Xu
2026-07-21clk: spacemit: Add support for K1 SoCJunhui Liu
2026-07-20spi: dw: Allow bits_per_word to be configured by device driversBoon Khai Ng
2026-07-20board: rockchip: add Anbernic RG-DSChris Morgan
2026-07-17bloblist: Rename GD_FLG_BLOBLIST_READY to GD_FLG_BLOBLIST_HANDOFFTom Rini
2026-07-14Merge tag 'mmc-for-2026.10-rc1' of https://git.u-boot-project.org/u-boot/cust...Tom Rini
2026-07-13cmd: fdt: keep control FDT during checksignJames Hilliard
2026-07-13power: regulator: add generic PMBus UCLASS_REGULATOR adapterVincent Jardin
2026-07-13pmbus: add PMBus 1.x framework, CLI, and bindingVincent Jardin
2026-07-12power: regulator: Fix regulator_enable/disable() macrosJonas Karlman
2026-07-12test: dm: regulator: Add regulator_set_value_clamp() testsJonas Karlman
2026-07-12power: regulator: Add helper to set voltage within an acceptable rangeJonas Karlman
2026-07-10Merge patch series "fs: btrfs: add support for readdir"Tom Rini
2026-07-10fs: btrfs: use fs_ls_generic() and drop custom implementationAlexey Charkov
2026-07-10fs: btrfs: implement opendir(), readdir() and closedir()Alexey Charkov
2026-07-09Merge tag 'ubi-updates-for-2026.10-rc1' of https://source.denx.de/u-boot/cust...Tom Rini
2026-07-08Merge patch series "pinctrl: add support of Airoha SoCs"Tom Rini
2026-07-08pinctrl: add more pinconf/pinctrl definitionsMikhail Kshevetskiy
2026-07-08bitfield: Add non-constant field_{prep, get}() helpersGeert Uytterhoeven
2026-07-08bitfield: Add less-checking __FIELD_{GET,PREP}()Geert Uytterhoeven
2026-07-08bitops: import BITS_PER_TYPE() macro from linuxMikhail Kshevetskiy
2026-07-08cmd: ubi: export more APIs to publicWeijie Gao
2026-07-08cmd: ubifs: mark string parameters with constWeijie Gao
2026-07-08cmd: ubi: use void * for buf parameter in ubi_volume_readWeijie Gao
2026-07-08cmd: ubi: mark read-only function parameters with constWeijie Gao