summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARM: uniphier: check DT to determine whether to initialize SBCMasahiro Yamada2019-07-107-1/+33
| * | ARM: uniphier: check DT to determine whether to use support cardMasahiro Yamada2019-07-101-0/+33
| * | clk: uniphier: add EMMC clock for LD11, LD20, and PXs3Masahiro Yamada2019-07-101-6/+8
| * | ARM: uniphier: include <linux/io.h> from boot-device.cMasahiro Yamada2019-07-101-0/+1
| * | ARM: uniphier: use bool type for have_internal_stm parameterMasahiro Yamada2019-07-101-10/+10
| * | ARM: uniphier: clean up clk/MakefileMasahiro Yamada2019-07-101-7/+3
| * | ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup()Masahiro Yamada2019-07-103-11/+0
| * | ARM: uniphier: remove empty #ifdef blockMasahiro Yamada2019-07-101-4/+0
| * | arm64: dts: uniphier: add reserved-memory for secure memoryMasahiro Yamada2019-07-103-6/+33
| * | spi: Add SPI controller driver for UniPhier SoCsKunihiko Hayashi2019-07-103-0/+422
| * | ARM: uniphier_v8_defconfig: make 64bit SoC image position independentMasahiro Yamada2019-07-101-1/+3
| * | arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada2019-07-107-15/+20
* | | Merge branch '2019-07-11-master-imports'Tom Rini2019-07-1180-168/+2103
|\ \ \ | |_|/ |/| |
| * | gpio: pca953x: Add TI TCA9539 compatible stringMarek Vasut2019-07-111-0/+1
| * | arm: mach-omap2: am33xx: Init pinmux before clockMarek Vasut2019-07-111-1/+1
| * | doc: relocate/rename Android README and add BCB overviewEugeniu Rosca2019-07-113-0/+89
| * | cmd: Add 'bcb' command to read/modify/write BCB fieldsEugeniu Rosca2019-07-113-0/+358
| * | include: android_bootloader_message.h: Minimize the diff to AOSPEugeniu Rosca2019-07-111-58/+68
| * | SPL: Default to disabling legacy image support when using FITTom Rini2019-07-111-1/+1
| * | configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMATTom Rini2019-07-1149-67/+67
| * | tpm: wait for valid statusRoman Kapl2019-07-111-2/+10
| * | arm: spear: Return to BootROM if failing to boot from the main deviceMiquel Raynal2019-07-111-0/+12
| * | arm: spear: Do not link the _main branchMiquel Raynal2019-07-111-1/+2
| * | arm: spear: Support returning to BootROMMiquel Raynal2019-07-112-3/+39
| * | arm: spear: Simplify start.S organizationMiquel Raynal2019-07-111-15/+2
| * | arm: spear: Reference the link register with LR instead of R14Miquel Raynal2019-07-111-1/+1
| * | arm: spear: Use PUSH/POP mnemonics when relevantMiquel Raynal2019-07-111-4/+4
| * | arm: spear: Purely cosmetic changes in start.SMiquel Raynal2019-07-111-9/+8
| * | arm: spear: Fix the main comment in start.SMiquel Raynal2019-07-111-4/+3
| * | arm: spear: Drop false commentMiquel Raynal2019-07-111-5/+0
| * | arm: spear: Call the SPL 'SPL', not 'Xloader'Miquel Raynal2019-07-111-2/+2
| * | arm: spear: Drop useless board_init_r callMiquel Raynal2019-07-111-2/+0
| * | spl: Fix typo in kernel docMiquel Raynal2019-07-111-1/+1
| * | test: pci_ep: add basic pci_ep testsRamon Fried2019-07-113-0/+73
| * | pci_ep: add pci endpoint sandbox driverRamon Fried2019-07-115-0/+198
| * | pci_ep: add Cadence PCIe endpoint driverRamon Fried2019-07-115-0/+513
| * | drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried2019-07-118-0/+658
|/ /
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini2019-07-103-22/+89
|\ \
| * | rtc: pcf2127: Fixed bug with rtc settings and getting error timeChuanhua Han2019-07-091-9/+24
| * | xilinx_xiic: Fix transfer initialisationMelin Tomas2019-07-091-0/+12
| * | xilinx_xiic: Fix fill tx fifo loopMelin Tomas2019-07-091-1/+1
| * | i2c: designware: Get clock rate from clock DMLey Foon Tan2019-07-091-10/+45
| * | i2c: designware_i2c: Restore enable state after set speedJun Chen2019-07-091-2/+7
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubiTom Rini2019-07-10157-195/+628
|\ \ \ | |_|/ |/| |
| * | ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSGMarkus Klotzbuecher2019-07-092-1/+7
| * | ubispl: add support for loading volumes by nameHamish Guthrie2019-07-095-2/+246
| * | configs: migrate ubispl boards to KConfigMarkus Klotzbuecher2019-07-094-30/+24
| * | ubispl: migrate configuration to KconfigMarkus Klotzbuecher2019-07-092-12/+79
| * | ubi: fix UBI_SILENCE_MSGMarkus Klotzbuecher2019-07-092-1/+3
| * | env: ubi: support configurable VID offsetHamish Guthrie2019-07-092-4/+20