summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-09Merge tag 'dm-pull-8aug21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini8-16/+36
2021-08-08dtoc: Correct the intarray-widening test caseSimon Glass1-1/+1
2021-08-08patman: Avoid blank lines between tagsSimon Glass2-2/+28
2021-08-08dm: core: Don't allow uclass use before readySimon Glass3-1/+6
2021-08-08dm: migrate the dm_warn to use the log macroPatrick Delaunay2-12/+1
2021-08-08Revert "arm: bootm: Disable LMB reservation for command line and board info o...Jan Kiszka1-2/+0
2021-08-08Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini15-26/+4
2021-08-08ARM: renesas: Set CONFIG_SYS_TEXT_BASE=0x0 on R-Car Gen3Marek Vasut1-1/+1
2021-08-08ARM: renesas: Mallocate bootparams on Gen3Marek Vasut7-18/+2
2021-08-08ARM: renesas: Turn on PIE for Gen3Marek Vasut1-0/+1
2021-08-08ARM: rmobile: Remove default bootargsMarek Vasut7-7/+0
2021-08-06Merge tag 'video-2021-08-05' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini3-1/+154
2021-08-06Merge branch '2021-08-05-drop-almost-all-pre-dm_pci-code'Tom Rini71-3183/+16
2021-08-06pci: Drop migration methodSimon Glass1-9/+0
2021-08-06ppc: Drop t4qds and b4860qds referencesSimon Glass4-696/+2
2021-08-06ppc: Drop idt8t49n222a_serdes_clk driverSimon Glass3-315/+0
2021-08-06pci: ppc: Drop ftpci100 driverSimon Glass4-326/+0
2021-08-06pci: Drop pci_init_board()Simon Glass6-243/+0
2021-08-06distro_bootcmd: Update DM_PCI checkSimon Glass1-1/+1
2021-08-06pci: sata_sil: Drop DM_PCI checksSimon Glass2-12/+0
2021-08-06pci: arm: mvebu: Drop DM_PCI check from arch_early_init_rSimon Glass1-3/+2
2021-08-06pci: imx: Drop DM_PCI check from cpu driverSimon Glass2-8/+0
2021-08-06pci: Drop DM_PCI check from bios_emulSimon Glass3-153/+0
2021-08-06pci: scsi: pci: Drop DM_PCI check from scsiSimon Glass1-6/+0
2021-08-06pci: imx: Drop use of DM_PCISimon Glass1-81/+0
2021-08-06pci: msc01: Drop use of DM_PCISimon Glass1-64/+0
2021-08-06pci: gt64120: Drop use of DM_PCISimon Glass1-64/+0
2021-08-06ppc: socrates: Drop use of DM_PCISimon Glass1-3/+1
2021-08-06ppc: malta: Drop use of DM_PCISimon Glass1-67/+0
2021-08-06pci: usb: ohci: Test on PCI not DM_PCISimon Glass1-1/+1
2021-08-05ppc: Drop DM_PCI from config filesSimon Glass10-204/+0
2021-08-05pci: dm: core: Drop DM_PCI check from devfdt_get_addr_pci()Simon Glass1-2/+1
2021-08-05pci: freescale: Drop old codeSimon Glass16-351/+0
2021-08-05pci: powerpc: Drop old codeSimon Glass3-352/+0
2021-08-05ppc: Drop CONFIG_SYS_PCI_SUBSYS_VENDORIDSimon Glass6-6/+0
2021-08-05pci: Drop DM_PCI check from pci_commonSimon Glass1-2/+2
2021-08-05pci: Remove guard around compatibility functionsSimon Glass1-2/+6
2021-08-05pci: Drop old code from pci commandSimon Glass1-212/+0
2021-08-05Merge branch '2021-08-04-assorted-minor-fixes'Tom Rini8-7/+83
2021-08-04cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devicesAdarsh Babu Kalepalli1-2/+2
2021-08-04cmd:Elaborate 'blkcache' cmd HELP statementAdarsh Babu Kalepalli1-1/+2
2021-08-04config: MPC8548CDS: eliminate symbol CONFIG_SYS_ID_EEPROMHeinrich Schuchardt2-2/+0
2021-08-04doc: Add basic information about running CI testsTom Rini2-0/+71
2021-08-04fs/squashfs: Fix some hardlinks reading the wrong inodeCampbell Suter1-1/+1
2021-08-04fit: Fix verification of images with external dataJohn Keeping1-1/+7
2021-08-04CI: Update to LLVM-12Tom Rini3-7/+7
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini3-10/+24
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini19-121/+83
2021-08-03mtd: spi-nor: Mask out fast read if not requested in DTBin Meng1-3/+13
2021-08-03mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()Bin Meng1-3/+4