summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * LS2088ARDB: Secure Boot: Fix fall back option failureVinitha V Pillai2018-03-201-7/+7
| * armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088Ashish Kumar2018-03-206-5/+148
| * armv8: ls1088a: Add i2c_early_init() func for LS1088AQDSAshish Kumar2018-03-201-0/+3
| * armv8: ls1088a: Add clock related function in CONFIG_SPL_BUILDAshish Kumar2018-03-201-1/+1
| * armv8: ls1088qds: Remove CONFIG_ from local defines for FPGAAshish Kumar2018-03-201-8/+8
* | Merge git://git.denx.de/u-boot-usbTom Rini2018-03-197-128/+255
|\ \
| * | usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard2018-03-171-9/+11
| * | usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello2018-03-171-1/+1
| * | usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello2018-03-171-3/+35
| * | usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+6
| * | usb: ohci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
| * | usb: ohci-generic: handle phy power on/offPatrice Chotard2018-03-171-0/+17
| * | usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard2018-03-171-7/+9
| * | usb: ehci-generic: factorize PHY operationPatrice Chotard2018-03-171-40/+59
| * | usb: ehci-generic: handle phy power on/offPatrice Chotard2018-03-171-0/+17
| * | usb: Remove unused ppc4xx EHCI host driverStefan Roese2018-03-172-36/+0
| * | ubs: xhci-dwc3: Enable USB3 PHY when availableVignesh R2018-03-171-0/+11
| * | usb: xhci-dwc3: Refractor PHY operations into separate functionVignesh R2018-03-171-27/+48
| * | usb: xhci-dwc3: Power on USB PHY before usingVignesh R2018-03-171-0/+12
| * | usb: dwc2: Allow selection of data buffer sizeAlexey Brodkin2018-03-172-1/+13
* | | Merge git://git.denx.de/u-boot-sunxiTom Rini2018-03-193-20/+96
|\ \ \
| * | | sunxi: Add DRAM_SUN8I_A83T kconfig entryJagan Teki2018-03-192-1/+8
| * | | sunxi: Add DRAM_SUN8I_A33 kconfig entryJagan Teki2018-03-192-1/+8
| * | | sunxi: Add DRAM_SUN8I_A23 kconfig entryJagan Teki2018-03-192-1/+8
| * | | sunxi: Add DRAM_SUN9I kconfig entryJagan Teki2018-03-192-1/+8
| * | | sunxi: Add DRAM_SUN4I kconfig entryJagan Teki2018-03-192-3/+10
| * | | sunxi: add DRAM_SUN6I kconfigJagan Teki2018-03-192-1/+8
| * | | sunxi: Add AXP_PMIC_BUS kconfig entryJagan Teki2018-03-193-6/+12
| * | | sunxi: Add SUN8I_RSB kconfig entryJagan Teki2018-03-192-2/+11
| * | | sunxi: Use SUN6I_PRCM if usedJagan Teki2018-03-192-2/+2
| * | | sunxi: Add SUN6I_P2WI kconfig entryJagan Teki2018-03-192-1/+13
| * | | sunxi: Add SUN6I_PRCM kconfig entryJagan Teki2018-03-192-1/+8
| | |/ | |/|
* | | bootm: optee: Add a bootm command for type IH_OS_TEEBryan O'Donoghue2018-03-192-0/+41
* | | image: Add IH_OS_TEE for TEE chain-load bootBryan O'Donoghue2018-03-193-2/+15
* | | optee: Add error printoutBryan O'Donoghue2018-03-191-2/+17
* | | optee: Add optee_verify_bootm_image()Bryan O'Donoghue2018-03-192-0/+33
* | | optee: Add optee_image_get_load_addr()Bryan O'Donoghue2018-03-191-0/+5
* | | optee: Add optee_image_get_entry_point()Bryan O'Donoghue2018-03-191-0/+7
* | | optee: Add CONFIG_OPTEE_LOAD_ADDRBryan O'Donoghue2018-03-191-0/+6
* | | optee: Add CONFIG_OPTEE_TZDRAM_BASEBryan O'Donoghue2018-03-191-0/+8
* | | optee: Add CONFIG_OPTEE_TZDRAM_SIZEBryan O'Donoghue2018-03-191-0/+8
* | | optee: Add lib entries for sharing OPTEE code across portsBryan O'Donoghue2018-03-196-0/+64
* | | MAINTAINERS: Remove unused ppc4xx entryStefan Roese2018-03-191-6/+0
* | | pci: Remove unused ppc4xx variable from struct pci_controllerStefan Roese2018-03-191-2/+0
* | | nand: Remove unused ppc4xx NAND driver and referencesStefan Roese2018-03-194-219/+0
* | | board: st: add generic board for STM32MP1 familyPatrick Delaunay2018-03-1910-0/+492
* | | dts: add device tree for STM32MP157C-ED1 boardPatrick Delaunay2018-03-199-0/+1357
* | | clk: stm32mp1: add clock tree initializationPatrick Delaunay2018-03-193-0/+1086
* | | clk: add driver for stm32mp1Patrick Delaunay2018-03-194-0/+1167
* | | reset: stm32: adapt driver for stm32mp1Patrick Delaunay2018-03-192-7/+31