aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-12test: Fix test_pinmux to run in parallelSimon Glass1-0/+1
2022-09-12xilinx: zynq: Disable LMB for mini configurationsMichal Simek3-0/+3
2022-09-12xilinx: zynqmp: Disable LMB for mini u-bootAshok Reddy Soma2-0/+2
2022-09-12cmd: bdinfo: Enable dumping lmb data when LMB is enabledMichal Simek1-1/+1
2022-09-12xilinx: zynqmp: Disable various configs for mini U-BootAshok Reddy Soma1-2/+12
2022-09-12xilinx: versal: Enable i2c mux uclass with pca954x driverMichal Simek1-0/+2
2022-09-12xilinx: zynqmp: Fix AES with a user provided keyJanne Ylalehto1-3/+3
2022-09-12fpga: zynq: Remove post config info message for SPLStefan Herbrechtsmeier1-1/+2
2022-09-12zynq: Convert arm twd timer to DM driverStefan Herbrechtsmeier8-116/+123
2022-09-02Merge branch '2022-09-02-assorted-improvements' into nextTom Rini30-53/+336
2022-09-02dm: rtc: Try to handle the localtime() raceSimon Glass1-13/+19
2022-09-02dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass1-5/+17
2022-09-02dm: rtc: Avoid a race in the rtc_reset testSimon Glass1-2/+7
2022-09-02test: Allow running tests multiple timesSimon Glass7-10/+60
2022-09-02dm: rtc: Make use of ut_assertnonnull()Simon Glass1-5/+5
2022-09-02ci: Add a test for a non-LTO buildSimon Glass2-0/+11
2022-09-02Makefile: Allow LTO to be disabled for a buildSimon Glass5-9/+33
2022-09-02arm: ARMv4 assembly compatibilitySergei Antonov5-19/+19
2022-09-02cmd: Add pause commandSamuel Dionne-Riel9-0/+143
2022-09-02distro_bootcmd: Introduce support for extension commandMatwey V. Kornilov1-0/+32
2022-09-02Merge branch '2022-09-01-assorted-Kconfig-migrations' into nextTom Rini81-138/+106
2022-09-01ARM: imx6: dh-imx6: Enable d-cache early in SPLMarek Vasut2-0/+42
2022-09-01ARM: cache: Allow SPL to build cache-pl310.cPhilip Oberfichtner2-1/+6
2022-09-01Convert CONFIG_SYS_L2_PL310 to KconfigPhilip Oberfichtner38-17/+27
2022-09-01Remove CONFIG_SYS_I2C_EEPROM_PAGE_WRITE_BITS et alTom Rini2-9/+0
2022-09-01Convert CONFIG_SYS_I2C_EEPROM_CCID et al to KconfigTom Rini38-103/+31
2022-08-26Merge branch '2022-08-26-assorted-platform-updates' into nextTom Rini53-740/+1406
2022-08-26firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() functionWIP/2022-08-26-assorted-platform-updatesAndrew Davis1-141/+24
2022-08-26firmware: ti_sci: Remove inline keyword from functionsAndrew Davis1-3/+3
2022-08-26firmware: ti_sci: Factor out message alloc failed messageAndrew Davis1-36/+4
2022-08-26firmware: ti_sci: Reduce output on ti_sci_do_xfer errorAndrew Davis1-98/+34
2022-08-26arm: dts: qcom: Sync pinctrl DT nodes with Linux bindingsSumit Garg10-43/+82
2022-08-26pinctrl: sdm845: Remove redundant CONFIG_SDM845 checkSumit Garg2-3/+1
2022-08-26qcs404evb_defconfig: Enable USB configsSumit Garg1-0/+18
2022-08-26board: qcs404-evb: Enable USB3 specific PMIC GPIOSumit Garg2-0/+35
2022-08-26dts: qcs404-evb: Add PMIC GPIO controller nodeSumit Garg1-0/+25
2022-08-26gpio: qcom_pmic: Add support for GPIO LV/MV subtypeSumit Garg1-20/+76
2022-08-26pmic: Convert pm8916 driver to a generic Qcom PMIC driverSumit Garg18-124/+200
2022-08-26dts: qcs404-evb: Add USB controller and PHY nodesSumit Garg1-0/+87
2022-08-26clocks: qcs404: Add support for USB clocksSumit Garg2-0/+52
2022-08-26clocks: qcom: Add clock enable callback supportSumit Garg5-0/+27
2022-08-26dts: qcs404-evb: Add reset controller nodeSumit Garg1-0/+6
2022-08-26reset: qcom: Add support for QCS404 SoC reset tableSumit Garg1-0/+30
2022-08-26reset: Convert ipq4019 driver to a generic Qcom driverSumit Garg3-27/+30
2022-08-26phy: Add support for drivers to enable USB on QCS404 SoCSumit Garg4-0/+422
2022-08-26phy: Move qcom SoCs specific phy drivers to qcom folderSumit Garg6-16/+17
2022-08-26arm: total_compute: enable psciDavidson K1-0/+4
2022-08-26configs: j721s2_evm_a72_defconfig: fix the bootcmdJayesh Choudhary1-1/+1
2022-08-24Merge commit 'ac30d240dbb520d0980f0687630feb702a14f51a' of https://source.den...WIP/24Aug2022-nextTom Rini8-39/+55
2022-08-23Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/23Aug2022Tom Rini33-331/+521