aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-08Revert "arm: bootm: Disable LMB reservation for command line and board info o...WIP/08Aug2021Jan 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...WIP/06Aug2021Tom 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-05pci: imx: Drop DM_PCI check from cpu driverSimon Glass2-8/+0
2021-08-05pci: Drop DM_PCI check from bios_emulSimon Glass3-153/+0
2021-08-05pci: scsi: pci: Drop DM_PCI check from scsiSimon Glass1-6/+0
2021-08-05pci: imx: Drop use of DM_PCISimon Glass1-81/+0
2021-08-05pci: msc01: Drop use of DM_PCISimon Glass1-64/+0
2021-08-05pci: gt64120: Drop use of DM_PCISimon Glass1-64/+0
2021-08-05ppc: socrates: Drop use of DM_PCISimon Glass1-3/+1
2021-08-05ppc: malta: Drop use of DM_PCISimon Glass1-67/+0
2021-08-05pci: 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-04Merge 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 devicesWIP/2021-08-04-assorted-minor-fixesAdarsh 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-12WIP/04Aug2021Tom Rini3-7/+7
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-spiWIP/03Aug2021Tom 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
2021-08-03spi: spi-mem-nodm: Fix read data size issueBin Meng1-4/+6
2021-08-03mtd: spi-nor-ids: Add support for XMC XM25QH64CReto Schneider1-0/+1
2021-08-02Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/02Aug2021Tom Rini37-135/+120
2021-08-02Merge branch '2021-08-02-numeric-input-cleanups'Tom Rini254-948/+1169
2021-08-02lib: Allow using 0x when a decimal value is requestedSimon Glass4-17/+37