summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | | efi_loader: interrupts in simple network protocolHeinrich Schuchardt2019-09-052-15/+27
| * | | | riscv: qemu: enable CONFIG_CMD_BOOTEFI_SELFTESTHeinrich Schuchardt2019-09-054-0/+4
|/ / / /
* | | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netWIP/04Sep2019Tom Rini2019-09-0439-57/+911
|\ \ \ \ | |/ / / |/| | |
| * | | net: nfs: remove superfluous packed attributeHeinrich Schuchardt2019-09-041-1/+1
| * | | net: nfs: remove superfluous conversionsHeinrich Schuchardt2019-09-041-3/+3
| * | | env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NETHeinrich Schuchardt2019-09-042-2/+2
| * | | CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_l...liucheng (G)2019-09-041-0/+4