aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-21Merge commit '852c9595dedc179818441210c613371d04d5f330' into subtree-playingWIP/u-boot-with-devicetree-rebasing-since-v6.1Tom Rini1730-16130/+53336
2023-12-21Squashed 'devicetree-rebasing/' changes from c3aeeb05fb68..b1a9310dcabfTom Rini1730-16130/+53336
2023-12-21Merge commit 'ed9ccb3c27bc570b6b373433b30724f0475a0234' into subtree-playingTom Rini4137-206290/+253579
2023-12-21Squashed 'devicetree-rebasing/' changes from 386b154ea95b..c3aeeb05fb68Tom Rini4137-206290/+253579
2023-12-21Merge commit '88dbaa5a71a287725068f6c286ce01aff5a9c916' into subtree-playingTom Rini1870-20359/+61189
2023-12-21Squashed 'devicetree-rebasing/' changes from ed5dd48b8d1a..386b154ea95bTom Rini1870-20359/+61189
2023-12-21Merge commit '0fadef500c3d109d57940d1244cdc670f4165786' into subtree-playingTom Rini1753-26901/+101586
2023-12-21Squashed 'devicetree-rebasing/' changes from 5a088eb9f9d4..ed5dd48b8d1aTom Rini1753-26901/+101586
2023-12-21Merge commit '827d2648a399e5f2e54b4e944dfc2e574daf362c' into subtree-playingTom Rini2130-24682/+78721
2023-12-21Squashed 'devicetree-rebasing/' changes from a79c60ad06c0..5a088eb9f9d4Tom Rini2130-24682/+78721
2023-12-21configs: Resync with savedefconfigTom Rini899-1624/+1402
2023-12-21Squashed 'devicetree-rebasing/' content from commit a79c60ad06c0Tom Rini10209-0/+1813177
2023-12-21Merge commit '6360265f8fac80d1391757a3a3e1dbd6f65b00ec' as 'devicetree-rebasing'Tom Rini10209-0/+1813177
2023-12-20Merge branch '2023-12-20-assorted-general-updates' into nextTom Rini14-71/+193
2023-12-20Merge tag 'u-boot-imx-next-20231220' of https://gitlab.denx.de/u-boot/custodi...Tom Rini16-87/+137
2023-12-20cmd: part: Cover both part type entries with GUID ifdefMarek Vasut1-1/+1
2023-12-20smbios: Fallback to the default DT if sysinfo nodes are missingIlias Apalodimas1-5/+89
2023-12-20smbios: Simplify reporting of unknown valuesIlias Apalodimas1-38/+35
2023-12-20pxe_utils: Increase feedback to user when fdt file is not foundMichael Trimarchi1-0/+5
2023-12-20colibri-imx8x: configure usb hub to bypass modeAndrejs Cainikovs3-2/+16
2023-12-20colibri-imx8x: remove -u-boot.dtsi includeAndrejs Cainikovs1-1/+0
2023-12-20apalis-imx8: remove -u-boot.dtsi includeAndrejs Cainikovs1-1/+0
2023-12-20board: phytec: phytec_som_detection: fix uninitialized bugYannic Moog1-1/+2
2023-12-20board: phytec: som_detection: move definitions to source fileYannic Moog4-70/+71
2023-12-20board: phytec: phytec_som_detection: fix eeprom_data zero checkYannic Moog1-2/+2
2023-12-20board: phytec: imx8m_som_detection: fix uninitialized pointer bugYannic Moog1-3/+3
2023-12-20board: phytec: imx8m_som_detection: change phytec_imx8m_detect return typeYannic Moog2-3/+3
2023-12-20configs: imx8m{m, n, p}_venice_defconfig: add arch_misc_initTim Harvey3-0/+3
2023-12-20arm: dts: imx8mp-venice-gw72xx: add TPM deviceTim Harvey2-1/+17
2023-12-20arm: dts: imx8mm-venice-gw72xx: add TPM deviceTim Harvey2-1/+16
2023-12-20mxs: Fix VDDx brownout interrupt disable/enableCody Green1-3/+5
2023-12-20command: Move command completion temporary buffer to stackMarek Vasut1-2/+1
2023-12-20command: Allocate history buffer using calloc()Marek Vasut1-9/+17
2023-12-20bootflow: Allow setting a cmdline arg with no valueSimon Glass2-2/+6
2023-12-20bootm: Fix flags used for bootargs string substitutionPiotr Kubik2-1/+13
2023-12-20arm: afs: Set the filesize env. var. on loadRobert Catherall1-2/+10
2023-12-20rsa: use pkcs11 uri as defined in rfc7512Ayoub Zaki2-7/+7
2023-12-20imxtract: specify max gunzip sizeNikita Shubin2-6/+11
2023-12-20Merge tag 'u-boot-amlogic-next-20231220' of https://source.denx.de/u-boot/cus...WIP/20Dec2023-nextTom Rini28-90/+342
2023-12-20Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini83-1750/+9464
2023-12-19board: compal: paz00: clean up the boardSvyatoslav Ryhel4-63/+5
2023-12-19board: htc: endeavoru: switch to DM pinmuxSvyatoslav Ryhel3-376/+1147
2023-12-19board: asus: transformer: switch to DM pinmuxSvyatoslav Ryhel10-388/+3289
2023-12-19board: lg: x3-t30: switch to DM pinmuxSvyatoslav Ryhel9-498/+1029
2023-12-19board: asus: grouper: switch to DM pinmuxSvyatoslav Ryhel6-380/+1087
2023-12-19drivers: pinctrl: tegra: incorporate existing codeSvyatoslav Ryhel21-17/+212
2023-12-19drivers: pinctrl: create Tegra DM pinctrl driverSvyatoslav Ryhel11-0/+2149
2023-12-19ARM: mach-tegra: rearrange SPL configsSvyatoslav Ryhel1-1/+2
2023-12-19mmc: tegra: use max-frequency from device tree if providedPeter Geis1-1/+1
2023-12-19ARM: tegra114: clock: implement PLLD2 supportSvyatoslav Ryhel2-1/+8