aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-31include: Remove unused header filesWIP/2023-05-31-code-cleanupsTom Rini49-5488/+0
2023-05-31faraday: remove orphaned header fileAndre Przywara1-46/+0
2023-05-31exynos: fix header inclusion guardAndre Przywara1-1/+1
2023-05-31freescale: fix header inclusion guardAndre Przywara1-1/+1
2023-05-31arm: uniphier: fix header inclusion guardAndre Przywara1-1/+1
2023-05-31imx: fix header inclusion guardsAndre Przywara4-4/+4
2023-05-31arm: Remove ti816x_evm board and ti816x SoC supportTom Rini31-2505/+5
2023-05-18configs: Resync with savedefconfigTom Rini59-154/+154
2023-05-18Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb in...Tom Rini5-95/+126
2023-05-16Merge branch 'next_gpio' of https://source.denx.de/u-boot/custodians/u-boot-s...Tom Rini1-13/+2
2023-05-16Merge branch '2023-05-16-remove-misuse-of-env-is-nowhere' into nextTom Rini8-60/+0
2023-05-17usb: gadget: Add and use matching SPL USB ethernet gadget Kconfig symbolsMarek Vasut2-2/+25
2023-05-17usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/Marek Vasut3-66/+66
2023-05-17usb: Move SPL_USB_STORAGE Kconfig symbol to drivers/usb/Marek Vasut2-17/+22
2023-05-17usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/Marek Vasut2-10/+13
2023-05-16gpio: renesas: Simplify .request/.rfree callbacksPali Rohár1-13/+2
2023-05-16env: Remove misuse of env is nowhere leftoverWIP/2023-05-16-remove-misuse-of-env-is-nowhereStefan Herbrechtsmeier1-2/+0
2023-05-16powerpc/mpc85xx: socrates: Remove misuse of env is nowhere driverStefan Herbrechtsmeier2-18/+0
2023-05-16imx6q: acc: Remove misuse of env is nowhere driverStefan Herbrechtsmeier2-18/+0
2023-05-16imx6: aristainetos: Remove misuse of env is nowhere driverStefan Herbrechtsmeier3-22/+0
2023-05-15Merge branch '2023-05-15-build-system-updates' into nextTom Rini6-44/+21
2023-05-15Fix sparse checks processingWIP/2023-05-15-build-system-updatesChristophe Leroy3-40/+14
2023-05-15kbuild: Allow DTB overlays to built from .dtso named source filesRasmus Villemoes1-0/+3
2023-05-15kbuild: add dtc as dependency on .dtb filesRasmus Villemoes1-2/+2
2023-05-15scripts/Makefile.dts: tweak logic for deciding which dtbs to buildRasmus Villemoes1-1/+1
2023-05-15scripts: dtc-version: support git version strings tooMartin Hundebøll1-1/+1
2023-05-11Merge branch '2023-05-11-CONFIG_IS_ENABLED-vs-IS_ENABLED-cleanups' into nextTom Rini11-45/+50
2023-05-10power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)Troy Kisky1-1/+1
2023-05-10arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATATroy Kisky1-1/+1
2023-05-10wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky1-3/+2
2023-05-10solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky1-3/+2
2023-05-10freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)Troy Kisky1-1/+1
2023-05-10m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)Troy Kisky1-0/+2
2023-05-10ofnode: fdt_support definitions needed if OF_CONTROL is enabledTroy Kisky1-1/+2
2023-05-10config_distro_bootcmd: remove booting environment variables from SPL environmentTroy Kisky1-0/+23
2023-05-10x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLEDTroy Kisky1-1/+1
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky2-34/+15
2023-05-08Merge branch 'master' into nextTom Rini1870-18081/+65996
2023-05-08Prepare v2023.07-rc2v2023.07-rc2Tom Rini2-3/+3
2023-05-08configs: Resync with savedefconfigTom Rini9-92/+44
2023-05-08board: ti: am64x: Add support for AM64B SKJudith Mendez1-1/+3
2023-05-08common: spl: spl: Remove video driver before u-boot properNikhil M Jain1-0/+15
2023-05-08board: ti: am62x: evm: Add necessary functions to call splash screenNikhil M Jain1-0/+39
2023-05-08board: ti: am62x: am62x: Change splashimage and splashsourceNikhil M Jain1-2/+2
2023-05-08configs: am62x_evm_a53_defconfig: Changes in memory to support SPL splash screenNikhil M Jain1-2/+5
2023-05-08btrfs: fix offset when reading compressed extentsDominique Martinet1-1/+3
2023-05-08Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-46/+64
2023-05-08cmd: tlv_eeprom: enable 'dev' subcommand before 'read'Josua Mayer1-10/+16
2023-05-08cmd: tlv_eeprom: handle -ENODEV error from read_eeprom functionJosua Mayer1-6/+16
2023-05-08cmd: tlv_eeprom: remove use of global variable has_been_readJosua Mayer1-10/+11