summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ARM: dts: stm32mp1: add dsi host for stm32mp157c-dk2 boardYannick Fertré2019-10-131-0/+7
| * | | ARM: dts: stm32mp1: add dsi host for stm32mp157c-ev1 boardYannick Fertré2019-10-131-0/+5
| * | | ARM: dts: stm32f769: add display for STM32F769 disco boardYannick Fertré2019-10-131-0/+62
| * | | board: Add STM32F769 SoC, discovery board supportYannick Fertré2019-10-132-0/+64
| * | | video: add support of panel RM68200Yannick Fertré2019-10-133-0/+361
| * | | video: add support of panel OTM8009AYannick Fertré2019-10-133-0/+389
| * | | video: add support of STM32 MIPI DSI controller driverYannick Fertré2019-10-133-0/+500
| * | | video: add MIPI DSI host controller bridgeYannick Fertré2019-10-133-0/+849
| * | | dm: Add a dsi host uclassYannick Fertré2019-10-1311-1/+285
| * | | video: add support of MIPI DSI interfaceYannick Fertré2019-10-134-0/+1303
| * | | include: Add new DCS commands in the enum listYannick Fertré2019-10-131-0/+8
| * | | video: stm32: stm32_ltdc: add bridge to display controllerYannick Fertré2019-10-131-60/+83
| |/ /
* | | Merge tag 'mmc-10-10-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-10-149-12/+353
|\ \ \ | |/ / |/| |
| * | mmc: stm32_sdmmc2: implement host_power_cycle callbackYann Gautier2019-10-101-2/+11
| * | mmc: add a driver callback for power-cycleYann Gautier2019-10-103-0/+42
| * | drivers: mmc: Add sdhci driver for Broadcom iProc platformArun Parameswaran2019-10-104-0/+271
| * | spl: dm_mmc: Initialize only the required mmc deviceLokesh Vutla2019-10-103-10/+29
| |/
* | travis: Exclude MIPS from the bcm jobTom Rini2019-10-131-2/+2
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/12Oct2019Tom Rini2019-10-1211-44/+72
|\ \
| * | binman: Use qemu-x86_defconfig in the exampleBin Meng2019-10-111-2/+2
| * | x86: Reduce resetvec sizeSimon Glass2019-10-111-3/+0
| * | x86: Drop RESET_SEG_SIZESimon Glass2019-10-112-6/+0
| * | x86: Drop RESET_BASESimon Glass2019-10-111-1/+0
| * | x86: Update Kconfig options for FSP1Simon Glass2019-10-111-7/+7
| * | x86: Add a function to find the size of an mrccache recordSimon Glass2019-10-111-7/+8
| * | trace: Remove the const from write functionsSimon Glass2019-10-112-10/+9
| * | sandbox: pci: Remember the device being emulatedSimon Glass2019-10-112-6/+44
| * | x86: Panic when SPL or TPL failSimon Glass2019-10-112-2/+2
| |/
* | Merge branch '2019-10-11-master-imports'Tom Rini2019-10-1236-325/+1318
|\ \
| * | cmd: itest: add support for .q size specifierMarek Szyprowski2019-10-111-0/+12
| * | fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt2019-10-111-1/+1
| * | fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt2019-10-111-10/+20
| * | sandbox: Remove sandbox_noblk buildTom Rini2019-10-113-191/+1
| * | spl: Introduce SPL_DM_SPI Kconfig defineLukasz Majewski2019-10-111-0/+7
| * | arm64: print instructions leading to exceptionHeinrich Schuchardt2019-10-111-0/+12
| * | cmd: avoid decimal conversionT Karthik Reddy2019-10-111-12/+12
| * | ARM: asm/io.h: remove redundant #if !defined(readb) blockRasmus Villemoes2019-10-111-15/+0
| * | ARM: asm/io.h: kill off confusing #ifdef __mem_pci blockRasmus Villemoes2019-10-111-41/+0
| * | spl: mmc: Add option to set eMMC HW boot partitionMans Rullgard2019-10-112-0/+10
| * | spl: mmc: Fix indentation in spl_mmc.c fileMans Rullgard2019-10-111-20/+20
| * | regulator: fixed: Modify enable-active-high behaviorPatrice Chotard2019-10-111-1/+6
| * | ata: ahci: Don't forget to clear upper address regs.Oleksandr Rybalko2019-10-111-4/+7
| * | ahci-pci: ASM1061 report wrong class, but support AHCI.Oleksandr Rybalko2019-10-111-0/+1
| * | dt-bindings: phy: add a document for MediaTek tphyRyder Lee2019-10-111-0/+86
| * | dt-bindings: pcie: add a document for MT7623 PCIe controllerRyder Lee2019-10-111-0/+122
| * | arm: dts: split mtk-reset.h into per-chip headerRyder Lee2019-10-114-5/+39
| * | arm: dts: add PCIe controller for MT7623 SoCRyder Lee2019-10-112-0/+157
| * | phy: mediatek: add MediaTek T-PHY support for PCIeRyder Lee2019-10-113-0/+374
| * | pci: mediatek: add PCIe controller support for MT7623Ryder Lee2019-10-113-0/+288
| * | spl: add a generic function board_init_fPhilippe Reynes2019-10-112-0/+27