aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
TEST/kbuild-resync-v5.0-v3.1Makefile: Export clang toolchain variablesJoel Stanley2 months
TEST/v2-lwipWIP: Make lwIP defaultTom Rini2 months
TEST/v5-kernel-pytestWIP: Only static net if no dhcpTom Rini2 months
WIP/22May2024-nextMerge patch series "Clean-up patch set for MbedTLS integration"Tom Rini2 months
WIP/24May2024-nextMerge patch series "spi-nor: Add parallel and stacked memories support"Tom Rini2 months
WIP/25May2024Merge tag 'u-boot-rockchip-20240525' of https://source.denx.de/u-boot/custodi...Tom Rini2 months
WIP/27May2024Merge tag 'tpm-master-27052024' of https://source.denx.de/u-boot/custodians/u...Tom Rini2 months
WIP/29May2024Merge branch '2024-05-29-assorted-small-fixes'Tom Rini2 months
WIP/30May2024Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2 months
masterMerge tag 'u-boot-imx-master-20240802' of https://gitlab.denx.de/u-boot/custo...Tom Rini3 days
[...]
 
TagDownloadAuthorAge
v2024.10-rc1u-boot-2024.10-rc1.zip  u-boot-2024.10-rc1.tar.gz  u-boot-2024.10-rc1.tar.bz2  Tom Rini14 days
v2024.07u-boot-2024.07.zip  u-boot-2024.07.tar.gz  u-boot-2024.07.tar.bz2  Tom Rini5 weeks
v2024.07-rc5u-boot-2024.07-rc5.zip  u-boot-2024.07-rc5.tar.gz  u-boot-2024.07-rc5.tar.bz2  Tom Rini6 weeks
v2024.07-rc4u-boot-2024.07-rc4.zip  u-boot-2024.07-rc4.tar.gz  u-boot-2024.07-rc4.tar.bz2  Tom Rini2 months
v2024.07-rc3u-boot-2024.07-rc3.zip  u-boot-2024.07-rc3.tar.gz  u-boot-2024.07-rc3.tar.bz2  Tom Rini3 months
v2024.07-rc2u-boot-2024.07-rc2.zip  u-boot-2024.07-rc2.tar.gz  u-boot-2024.07-rc2.tar.bz2  Tom Rini3 months
v2024.07-rc1u-boot-2024.07-rc1.zip  u-boot-2024.07-rc1.tar.gz  u-boot-2024.07-rc1.tar.bz2  Tom Rini3 months
v2024.04u-boot-2024.04.zip  u-boot-2024.04.tar.gz  u-boot-2024.04.tar.bz2  Tom Rini4 months
v2024.04-rc5u-boot-2024.04-rc5.zip  u-boot-2024.04-rc5.tar.gz  u-boot-2024.04-rc5.tar.bz2  Tom Rini4 months
v2024.04-rc4u-boot-2024.04-rc4.zip  u-boot-2024.04-rc4.tar.gz  u-boot-2024.04-rc4.tar.bz2  Tom Rini5 months
[...]
 
AgeCommit messageAuthorFilesLines
2023-04-28CI: add test/usage_of_is_enabled_check.shWIP/2023-04-28-CONFIG_IS_ENABLED-vs-IS_ENABLED-cleanupTroy Kisky9-0/+426
2023-04-28power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)Troy Kisky1-1/+1
2023-04-28x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky2-1/+7
2023-04-28arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATATroy Kisky1-1/+1
2023-04-28wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky1-3/+2
2023-04-28solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky1-3/+2
2023-04-28ns16550: match when to define bdf with uart codeTroy Kisky2-1/+5
2023-04-28freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)Troy Kisky1-1/+1
2023-04-28m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)Troy Kisky1-0/+2
2023-04-28fdt_support: always define fdt_fixup_mtdpartsTroy Kisky1-10/+13
[...]