aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini31-117/+279
2019-07-11Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini70-491/+1207
2019-07-11Merge branch '2019-07-11-master-imports'Tom Rini80-168/+2103
2019-07-11gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut1-0/+1
2019-07-11arm: mach-omap2: am33xx: Init pinmux before clockMarek Vasut1-1/+1
2019-07-11doc: relocate/rename Android README and add BCB overviewEugeniu Rosca3-0/+89
2019-07-11cmd: Add 'bcb' command to read/modify/write BCB fieldsEugeniu Rosca3-0/+358
2019-07-11include: android_bootloader_message.h: Minimize the diff to AOSPEugeniu Rosca1-58/+68
2019-07-11SPL: Default to disabling legacy image support when using FITTom Rini1-1/+1
2019-07-11configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini49-67/+67
2019-07-11tpm: wait for valid statusRoman Kapl1-2/+10
2019-07-11arm: spear: Return to BootROM if failing to boot from the main deviceMiquel Raynal1-0/+12
2019-07-11arm: spear: Do not link the _main branchMiquel Raynal1-1/+2
2019-07-11arm: spear: Support returning to BootROMMiquel Raynal2-3/+39
2019-07-11arm: spear: Simplify start.S organizationMiquel Raynal1-15/+2
2019-07-11arm: spear: Reference the link register with LR instead of R14Miquel Raynal1-1/+1
2019-07-11arm: spear: Use PUSH/POP mnemonics when relevantMiquel Raynal1-4/+4
2019-07-11arm: spear: Purely cosmetic changes in start.SMiquel Raynal1-9/+8
2019-07-11arm: spear: Fix the main comment in start.SMiquel Raynal1-4/+3
2019-07-11arm: spear: Drop false commentMiquel Raynal1-5/+0
2019-07-11arm: spear: Call the SPL 'SPL', not 'Xloader'Miquel Raynal1-2/+2
2019-07-11arm: spear: Drop useless board_init_r callMiquel Raynal1-2/+0
2019-07-11spl: Fix typo in kernel docMiquel Raynal1-1/+1
2019-07-11test: pci_ep: add basic pci_ep testsRamon Fried3-0/+73
2019-07-11pci_ep: add pci endpoint sandbox driverRamon Fried5-0/+198
2019-07-11pci_ep: add Cadence PCIe endpoint driverRamon Fried5-0/+513
2019-07-11drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried8-0/+658
2019-07-11arm: mvebu: set 38x and 39x AVS on lower frequencyBaruch Siach4-0/+40
2019-07-11km/spi: remove deprecated SPI flash driver code for KM Kirkwood boardsPascal Linder5-65/+0
2019-07-11km/spi: activate driver model for SPI flash on KM Kirkwood boardsPascal Linder2-1/+5
2019-07-11km/spi: add SPI configuration to KM Kirkwood device treePascal Linder1-0/+22
2019-07-11km/spi: overwrite kirkwood_spi weak functions for KM Kirkwood boardsPascal Linder1-0/+31
2019-07-11km/spi: add weak functions to kirkwood_spi driver (DM part)Pascal Linder1-0/+16
2019-07-11km: modify Kconfig file organization for KM boardsPascal Linder7-45/+109
2019-07-11ARM: mvebu: Enable FIT support for db-xc3-24g4xgChris Packham1-0/+3
2019-07-11arm: mvebu: crs305-1g-4s: Enable CMD_BOOTZ and increase SYS_BOOTM_LENLuka Kovacic2-0/+2
2019-07-11arm: mvebu: turris_omnia: fix rescue mode bootcmd bootargs settingMarek Behún1-1/+2
2019-07-11arm: mvebu: turris_omnia: call pci_init from board init codeMarek Behún1-0/+1
2019-07-11arm: mvebu: turris_omnia: prefer SCSI booting before USBMarek Behún1-1/+1
2019-07-11arm: mvebu: turris_omnia: remove unneeded macro from board configMarek Behún1-5/+0
2019-07-11arm: mvebu: turris_omnia: change environment address in SPI flashMarek Behún1-2/+2
2019-07-11arm: mvebu: turris_omnia: fix adapters MAC addressesMarek Behún1-3/+3
2019-07-11arm: mvebu: turris_omnia: set default ethernet adapterMarek Behún1-0/+1
2019-07-11arm: mvebu: clearfog: document boot from SATABaruch Siach1-0/+6
2019-07-11arm: mvebu: clearfog: set U-Boot offset for SATA bootBaruch Siach1-1/+1
2019-07-11arm: mvebu: clearfog: enable SATA in SPLBaruch Siach1-0/+8
2019-07-11arm: mvebu: add support for boot from SATABaruch Siach4-0/+15
2019-07-11arm: mvebu: fix ahci mbus config in SPLBaruch Siach1-0/+4
2019-07-11spl: sata: don't force FS_FAT supportBaruch Siach1-2/+6
2019-07-11spl: sata: fix build with DM_SCSIBaruch Siach1-1/+3