aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/22Jul2201Tom Rini100-338/+415
2021-07-21Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/21Jul2021Tom Rini8-1569/+81
2021-07-21board: sifive: unmatched: reset USB hub, PCIe-USB bridge, and ULPI device in SPLVincent Chen1-0/+36
2021-07-21board: sifive: unmatched: refine GEMGXL initialized function in SPLVincent Chen1-19/+39
2021-07-21board: sifive: drop stuff related to unmatched revision 1Zong Li6-1531/+3
2021-07-21riscv: booti: do not force relocation if force_reloc is not setVitaly Wool1-1/+6
2021-07-21board: sifive: remove the command for setting serial numberZong Li1-22/+1
2021-07-20Merge branch 'master' of git://source.denx.de/u-boot-shTom Rini18-9/+378
2021-07-20ARM: dts: rmobile: Remove multiple unused DT properties on R-Car Gen3Marek Vasut6-0/+12
2021-07-20ARM: dts: rmobile: Disable RPC HF by defaultMarek Vasut8-8/+8
2021-07-20ARM: rmobile: Align CPU: print with other printsMarek Vasut1-1/+1
2021-07-20ARM: rmobile: Enable sysinfo on R-Car Gen3Marek Vasut3-0/+3
2021-07-20ARM: rmobile: Enable I2C EEPROM support on R-Car Gen3Marek Vasut3-0/+21
2021-07-20ARM: dts: rmobile: Add sysinfo extras on R-Car Gen3Marek Vasut7-0/+128
2021-07-20sysinfo: rcar3: Add Renesas R-Car Gen3 sysinfo driverMarek Vasut3-0/+205
2021-07-20configs: ls2080ardb.h: Update mc size in envPriyanka Jain1-6/+6
2021-07-20configs: ls2080aqds.h: Update mc size in envPriyanka Jain1-4/+4
2021-07-20configs: ls1088ardb.h: Update mc size in envPriyanka Jain1-12/+12
2021-07-20configs: ls1088aqds.h: Update mc size in envPriyanka Jain1-16/+16
2021-07-20configs: ls1043aqds: Configure environment related configsKuldeep Singh3-0/+3
2021-07-20board: freescale: LX2162AQDS: Add MAINTAINERWasim Khan1-0/+1
2021-07-20board: freescale: LX2160AQDS: Add MAINTAINERWasim Khan1-0/+1
2021-07-20board: freescale: LX2160ARDB: Add MAINTAINERWasim Khan1-0/+1
2021-07-20configs: ls1046ardb: enable PHY_FIXEDCamelia Groza8-0/+8
2021-07-20armv8: lx2160ardb: Add thermal node fixup for revc boardWasim Khan1-1/+120
2021-07-20arm: dts: ls1043ardb: configure the RGMII ports with rgmii-idCamelia Groza1-3/+3
2021-07-20board: freescale: t2080qds: Update I2C mux configStephen Carlson7-25/+7
2021-07-20board: freescale: lx2160a: Update I2C mux configStephen Carlson9-25/+14
2021-07-20board: freescale: ls2080a, ls2088a: Update I2C mux configStephen Carlson16-47/+19
2021-07-20board: freescale: ls1088a: Update I2C mux configStephen Carlson13-26/+18
2021-07-20board: freescale: ls1046a: Update I2C mux configStephen Carlson13-51/+13
2021-07-20board: freescale: ls1043aqds: Update I2C mux configStephen Carlson10-26/+10
2021-07-20board: freescale: ls1021aqds: Update I2C mux configStephen Carlson11-50/+11
2021-07-20board: freescale: Refactor NXP common mux codeStephen Carlson7-46/+148
2021-07-19Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/19Jul2021Tom Rini14-37/+548
2021-07-19Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini67-609/+2466
2021-07-19arm: mvebu: Espressobin: Enable 'mtd' command and define SPI NOR partitionsPali Rohár3-5/+21
2021-07-19arm: mvebu: turris_omnia: fixup MTD partitions in Linux' DTBMarek Behún2-0/+91
2021-07-19ARM: dts: armada-385-turris-omnia: add `u-boot-env` NOR partitionMarek Behún1-0/+11
2021-07-19arm: kirkwood: Marvell Sheevaplug: Use Ethernet PHY name and address from dev...Tony Dinh1-12/+42
2021-07-19arm: kirkwood: Marvell Sheevaplug: Add DM SATA and remove IDE configsTony Dinh1-5/+4
2021-07-19arm: kirkwood: Marvell Sheevaplug: Add DM Ethernet and DM SATA configsTony Dinh1-1/+5
2021-07-19arm: kirkwood: NSA310S: Use Ethernet PHY name from device treeTony Dinh1-8/+39
2021-07-19arm: kirkwood: NSA310S: Add DM SATA configsTony Dinh1-5/+5
2021-07-19arm: kirkwood: NSA310S: Add DM USB, DM Ethernet, and DM SATA configsTony Dinh1-1/+11
2021-07-19arm: kirkwood: NSA310S: Add device tree DTS for Zyxel NSA310S boardTony Dinh2-0/+319
2021-07-18Merge branch '2021-07-18-finalize-migrations'Tom Rini114-7615/+75
2021-07-18Makefile: Remove DM_VIDEO and DM_SPI_FLASH checksWIP/2021-07-18-finalize-migrationsTom Rini1-4/+0
2021-07-18pci: Require DM_PCITom Rini5-984/+5
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini28-45/+51