summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/08Sep2019Tom Rini2019-09-0823-66/+289
|\
| * mmc: sdhci: Add support for dt caps & caps maskT Karthik Reddy2019-09-061-9/+14
| * dm: core: Add functions to read 64-bit dt propertiesT Karthik Reddy2019-09-064-2/+45
| * dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind()Bin Meng2019-09-051-15/+20
| * mmc: dw_mmc: fix timeout calculate methodKever Yang2019-09-051-2/+3
| * ARM: dts: ast2500: Add SDHCI nodesEddie James2019-09-052-0/+30
| * configs: AST2500 EVB: Enable SD controllerEddie James2019-09-051-0/+8
| * mmc: Add Aspeed SD controller driverEddie James2019-09-054-1/+104
| * clk: aspeed: Add support for SD clockEddie James2019-09-053-0/+32
| * mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-056-32/+33
| * mmc: Fix timeout values passed to mmc_wait_dat0()Sam Protsenko2019-09-051-2/+2
| * dm: mmc: remove unused U_BOOT_DRIVER(mmc)Andy Yan2019-09-051-4/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-shWIP/06Sep2019Tom Rini2019-09-0713-86/+177
|\ \
| * | sh: r2dplus: Switch to DM PCI driverMarek Vasut2019-09-024-20/+16
| * | pci: sh7751: Convert to DM and DT probingMarek Vasut2019-09-021-58/+106
| * | sh: r2dplus: Enable OF controlMarek Vasut2019-09-025-0/+29
| * | sh: r2dplus: Enable DMMarek Vasut2019-09-021-0/+3
| * | sh: Fix OF_SEPARATE supportMarek Vasut2019-09-022-0/+15
| * | sh: tmu: Fix SH4 TCNT0 offsetMarek Vasut2019-09-021-1/+1
| * | dm: core: Decouple DM from DTMarek Vasut2019-09-023-7/+7
* | | Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-bootTom Rini2019-09-0613-35/+200
|\ \ \
| * | | git-mailrc: Add rpi and bcm283x maintainerAndrei Gherzan2019-09-061-0/+4
| * | | RPI: Add memory map for bcm2711Andrei Gherzan2019-09-061-3/+24
| * | | mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhciMatthias Brugger2019-09-061-2/+10
| * | | ARM: bcm283x: Include definition for additional emmc clockAndrei Gherzan2019-09-061-0/+1
| * | | RPI: Add entry for Raspberry Pi 4 model BAndrei Gherzan2019-09-061-0/+5
| * | | ARM: bcm283x: Define configs for RaspberryPi 4Andrei Gherzan2019-09-061-0/+62
| * | | ARM: bcm283x: Add BCM283x_BASE defineMatthias Brugger2019-09-065-20/+9
| * | | RPI: Add defconfigs for rpi4 (32/64)Andrei Gherzan2019-09-062-0/+66
| * | | rpi: increase SYS_BOOTM_LEN to 64M on ARM64Bonnans, Laurent2019-09-061-0/+4
| * | | mmc: bcm2835-host: Fix wait_transfer_completeRaul Benet2019-09-061-5/+7
| * | | ARM: bcm283x mbox: Fix send status registerFabian Vogt2019-09-062-5/+8
* | | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini2019-09-061-1/+1
|\ \ \ \
| * | | | ARM: exynos5: Try to boot on mmc2 before mmc0/1Guillaume GARDET2019-09-051-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'efi-2019-10-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2019-09-0615-102/+410
|\ \ \ \
| * | | | doc: UEFI API documentationHeinrich Schuchardt2019-09-054-9/+46
| * | | | efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()Heinrich Schuchardt2019-09-051-1/+16
| * | | | efi_loader: use EFI_PRINT() instead of debug()Heinrich Schuchardt2019-09-051-3/+3
| * | | | efi_loader: parameter checks BLOCK_IO_PROTOCOLHeinrich Schuchardt2019-09-051-1/+36
| * | | | efi_loader: do not set invalid screen modeHeinrich Schuchardt2019-09-051-0/+4
| * | | | efi_loader: cursor positioningHeinrich Schuchardt2019-09-051-5/+13
| * | | | efi_loader: correctly render UsbClass DP nodes as textHeinrich Schuchardt2019-09-051-1/+1
| * | | | efi_loader: correctly render CD-ROM device path nodesHeinrich Schuchardt2019-09-053-3/+4
| * | | | efi_loader: correctly render MAC address device path nodesHeinrich Schuchardt2019-09-051-8/+7
| * | | | efi_loader: correct text conversion for vendor DPHeinrich Schuchardt2019-09-051-1/+10
| * | | | efi_loader: Extract adding a conventional memory in separate routinePark, Aiden2019-09-052-32/+54
| * | | | efi_loader: implement MCastIPtoMACHeinrich Schuchardt2019-09-051-2/+42
| * | | | efi_loader: fix status management in network stackHeinrich Schuchardt2019-09-052-13/+104
| * | | | efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill headerHeinrich Schuchardt2019-09-051-6/+25
| * | | | efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTHeinrich Schuchardt2019-09-051-2/+14