aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-31mmc: fix improper use of memsetWIP/2023-05-31-assorted-fixes-and-improvementsSam Edwards1-1/+1
2023-05-31common: dfu: Remove leading space charactersRavi Gunasekaran1-0/+2
2023-05-31cmd: sf/nand: Print and return failure when 0 length is passedAshok Reddy Soma2-0/+10
2023-05-31scripts/Makefile.lib: change spelling of $(srctree)/arch/$(ARCH)/dts in dtc_c...Rasmus Villemoes1-1/+1
2023-05-31semihosting: create file in smh_fs_write_at()Heinrich Schuchardt1-0/+4
2023-05-31arm: set alignment properly for asm funcsSam Edwards1-2/+2
2023-05-31cmd: fs: document where 'size' stores its resultBaruch Siach1-1/+1
2023-05-31cli: avoid buffer overrunHeinrich Schuchardt1-1/+1
2023-05-31spl: Correct checking of configuration nodeBin Meng1-1/+1
2023-05-31cmd: fdt: Correct checking of configuration nodeBin Meng1-1/+1
2023-05-31efi: Correct .efi rulesSimon Glass1-0/+3
2023-05-31acpi: Put the version numbers in a central placeSimon Glass4-17/+18
2023-05-31Makefile: Fix incorrect FORCE deps on env rulesSimon Glass1-2/+2
2023-05-31fastboot: Only call the bootm command if it is enabledSamuel Holland1-1/+1
2023-05-31Merge branch '2023-05-31-cleanup-unaligned-access-macros' into nextTom Rini8-175/+83
2023-05-31asm-generic: simplify unaligned.hWIP/2023-05-31-cleanup-unaligned-access-macrosJens Wiklander1-16/+73
2023-05-31linux/unaligned: remove unused access_ok.hJens Wiklander1-66/+0
2023-05-31fs/btrfs: use asm/unaligned.hJens Wiklander1-1/+1
2023-05-31powerpc: use asm-generic/unaligned.hJens Wiklander1-16/+2
2023-05-31m68k: use asm-generic/unaligned.hJens Wiklander1-15/+2
2023-05-31mips: use asm-generic/unaligned.hJens Wiklander1-22/+1
2023-05-31sh: use asm-generic/unaligned.hJens Wiklander1-20/+2
2023-05-31arm: use asm-generic/unaligned.hJens Wiklander1-19/+2
2023-05-31Merge branch '2023-05-31-code-cleanups' into nextTom Rini88-8046/+12
2023-05-31include: Remove unused header filesTom 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: vsc3316_3308: 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