aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-21arm: Finish migration of HAS_FSL_XHCI_USBWIP/migrate-HAS_FSL_XHCI_USBTom Rini2-3/+4
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-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
2021-07-18treewide: Test on CONFIG_USB_HOST (or CONFIG_CMD_USB) not CONFIG_USBTom Rini7-7/+7
2021-07-18tegra: Test on CONFIG_CMD_USB being enabled for distro bootcmdTom Rini1-1/+8
2021-07-18ge_bx50v3: Remove unused USB related definesTom Rini1-11/+0
2021-07-18m68k: Remove M52277EVB boardTom Rini17-1581/+1
2021-07-18m68k: Remove M54451EVB boardTom Rini23-2254/+1
2021-07-18m68k: Remove M54418TWR boardTom Rini21-1185/+0
2021-07-18m68k: Remove M54455EVB boardTom Rini21-1544/+2
2021-07-18vinco: Enable DM_USB and DM_SPI_FLASH supportTom Rini1-1/+2
2021-07-18Merge tag 'mips-pull-2021-07-18' of https://source.denx.de/u-boot/custodians/...WIP/18Jul2021Tom Rini8-7/+284
2021-07-18MIPS: malta: enable PCI driver modelDaniel Schwierzeck1-0/+4
2021-07-18MIPS: malta: add support for PCI driver modelDaniel Schwierzeck1-1/+79
2021-07-18MIPS: malta: add DT bindings for PCI host controllerDaniel Schwierzeck1-0/+28
2021-07-18pci: msc01: convert to driver modelDaniel Schwierzeck1-1/+71
2021-07-18pci: gt64120: convert to driver modelDaniel Schwierzeck1-1/+73
2021-07-18dm: pci: add option to map virtual system memory base addressDaniel Schwierzeck2-3/+19
2021-07-18mips: mt7688: gardena-smart-gateway: Adjust to production valuesReto Schneider1-1/+10
2021-07-18Merge tag 'efi-2021-10-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini11-480/+192
2021-07-18doc: Update CapsuleUpdate READMEsIlias Apalodimas2-203/+125
2021-07-18mkeficapsule: Remove dtb related optionsIlias Apalodimas1-222/+7
2021-07-18efi_capsule: Move signature from DTB to .rodataIlias Apalodimas7-47/+49
2021-07-18efi_loader: increase eventlog buffer sizeMasahisa Kojima1-1/+1
2021-07-18efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu1-5/+1
2021-07-18efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato2-2/+9
2021-07-17Merge branch '2021-07-16-cleanup-image-support'Tom Rini31-236/+259
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...WIP/17Jul2021Tom Rini55-290/+2826