aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-19arm: dts: rockchip: rk3288: move thermal sub nodes to dtsiJohan Jonker2-88/+73
2022-10-19phycore-rk3288: Avoid enabling partition support in SPLSimon Glass1-0/+1
2022-10-19rockchip: phycore_rk3288: remove phycore_init() functionJohan Jonker2-47/+0
2022-10-18Merge branch '2022-10-18-TI-platform-updates'Tom Rini20-384/+410
2022-10-18watchdog: omap_wdt: Switch required include for watchdog definesTom Rini1-1/+1
2022-10-18Nokia RX-51: Fix compilation with non-zero CONFIG_SYS_TEXT_BASEPali Rohár1-2/+2
2022-10-18arm: mach-k3: Move hardware handling to common filesAndrew Davis7-106/+32
2022-10-18arm: mach-k3: security: Use dma-mapping for cache opsAndrew Davis1-8/+6
2022-10-18dma: Transfer dma_ops should use DMA address typesAndrew Davis5-14/+14
2022-10-18dma: ti-edma3: Add DMA map operations before and after transfersAndrew Davis1-0/+19
2022-10-18dma: Use dma-mapping for cache ops and sync after writeAndrew Davis1-4/+13
2022-10-18arm: mach-k3: common: Set boot_fit on non-GP devicesAndrew Davis1-0/+4
2022-10-18phy: ti: j721e-wiz: add j784s4-wiz-10g module supportMatt Ranostay1-3/+72
2022-10-18arm: dts: k3-am64-evm: EMIF tool update to v0.08.40 for 1600MT/s DDR4Dave Gerlach1-60/+62
2022-10-18arm: dts: k3-am64-sk: EMIF tool update to v0.08.40 and move to 1600MT/s LPDDR4Dave Gerlach2-187/+186
2022-10-18Merge tag 'dm-pull-18oct22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/18Oct2022Tom Rini77-405/+904
2022-10-18Merge tag 'u-boot-stm32-20221018' of https://source.denx.de/u-boot/custodians...Tom Rini17-78/+398
2022-10-18sunxi: OrangePi Zero 2: Enable SPI bootingAndre Przywara1-0/+1
2022-10-18sunxi: SPL SPI: Add SPI boot support for the Allwinner H616 SoCAndre Przywara2-13/+16
2022-10-18sunxi: defconfig: drop redundant definitionsAndre Przywara160-354/+0
2022-10-18sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara2-0/+7
2022-10-18sunxi: dts: arm: update devicetree filesAndre Przywara35-350/+209
2022-10-18sunxi: dts: arm64: update devicetree filesAndre Przywara24-288/+353
2022-10-18stm32mp: fix compilation issue with DEBUG_UARTPatrick Delaunay6-54/+34
2022-10-18ARM: dts: stm32: update SCMI dedicated filePatrick Delaunay1-4/+0
2022-10-18ARM: dts: stm32: Fix and expand PLL configuration commentsMarek Vasut2-2/+32
2022-10-18ARM: dts: stm32: Add DHCOR based Testbench boardMarek Vasut5-17/+325
2022-10-18ARM: dts: stm32: Drop extra newline from AV96 U-Boot extras DTMarek Vasut1-1/+0
2022-10-18ARM: stm32: Enable btrfs support on DHSOMMarek Vasut2-0/+2
2022-10-18ARM: dts: stm32: Remove buck3 regulator-always-on on AV96Marek Vasut2-0/+5
2022-10-17vbe: Add a test for VBE device tree fixupsSimon Glass7-3/+192
2022-10-17dm: core: Update docs about oftree_from_fdt()Simon Glass2-1/+4
2022-10-17vbe: Add fixups for a basic set of OS requestsSimon Glass3-1/+235
2022-10-17test: Move common FIT code into a separate fit_util fileSimon Glass3-80/+110
2022-10-17boot: Tidy up logging and naming in vbe_simpleSimon Glass1-7/+9
2022-10-17boot: Pass the correct FDT to the EVT_FT_FIXUP eventSimon Glass1-6/+9
2022-10-17sandbox: Support FDT fixupsSimon Glass1-0/+17
2022-10-17bootstd: Move VBE setup into a shared functionSimon Glass3-30/+68
2022-10-17fdt: Show a message when the working FDT changesSimon Glass3-1/+12
2022-10-17fs: Quieten down the filesystems moreSimon Glass4-14/+13
2022-10-17boot: Correct handling of addresses in boot_relocate_fdt()Simon Glass1-11/+11
2022-10-17bootm: Drop #ifdef from do_bootm()Simon Glass1-10/+9
2022-10-17bootm: Avoid returning error codes from commandSimon Glass1-2/+6
2022-10-17bootm: Change incorrect 'unsupported' errorSimon Glass1-1/+1
2022-10-17dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek2-25/+25
2022-10-17dm: core: Switch uclass_foreach_dev_probe to use simple iteratorMichal Suchanek2-6/+3
2022-10-17mpc83xx: gazerbeam: Update sysinfo_get error handlingMichal Suchanek1-3/+9
2022-10-17net: eth-uclass: Do not set device on errorMichal Suchanek1-0/+2
2022-10-17dm: blk: Do not use uclass_next_device_errMichal Suchanek1-10/+6
2022-10-17dm: treewide: Use uclass_next_device_err when accessing second deviceMichal Suchanek2-2/+2