summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-nds32WIP/19Jul2019Tom Rini2019-07-191-1/+1
|\
| * MAINTAINERS: Remove Macpaul and add Rick as nds32 maintainerRick Chen2019-07-191-1/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2019-07-1916-490/+487
|\ \
| * | doc: sifive-fu540: Update README for SiFive SPI and MMC SPI driversAnup Patel2019-07-191-3/+1
| * | riscv: sifive: fu540: Enable SiFive SPI and MMC SPI driversBhargav Shah2019-07-191-0/+6
| * | doc: sifive-fu540: Update README for steps to create FW_PAYLOADAnup Patel2019-07-191-192/+164
| * | riscv: sifive: fu540: Setup ethaddr env variable using OTPAnup Patel2019-07-192-0/+123
| * | clk: sifive: Drop GEMGXL clock driverAnup Patel2019-07-194-70/+0
| * | clk: sifive: Sync-up main driver with upstream LinuxAnup Patel2019-07-191-36/+60
| * | clk: sifive: Sync-up DT bindings header with upstream LinuxAnup Patel2019-07-193-30/+19
| * | clk: sifive: Sync-up WRPLL library with upstream LinuxAnup Patel2019-07-193-154/+107
| * | clk: sifive: Factor-out PLL library as separate moduleAnup Patel2019-07-199-9/+11
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-netWIP/18Jul2019Tom Rini2019-07-1821-15/+770
|\ \ | |/ |/|
| * net: unaligned copying of unsigned longHeinrich Schuchardt2019-07-181-2/+2
| * net: assign maintainer for include/net.hHeinrich Schuchardt2019-07-181-0/+1
| * net: designware: remove mdio bus on probe failureSimon Goldschmidt2019-07-181-5/+15
| * cmd: mdio: prevent data abort when no mdio bus is foundSimon Goldschmidt2019-07-181-0/+5
| * test: dm: add a test for MDIO MUX DM uclassAlex Marginean2019-07-187-1/+212
| * test: dm_mdio: add a 2nd register to the emulated PHYAlex Marginean2019-07-182-7/+12
| * doc: bindings: Add description for MDIO MUX dts nodesAlex Marginean2019-07-181-0/+138
| * net: add MDIO_MUX DM classAlex Marginean2019-07-185-0/+266
| * net: add comments to phy APIsAlex Marginean2019-07-181-0/+80
| * drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean2019-07-181-0/+11
| * drivers: net: phy: Use Aquantia driver for AQR112, AQR412Alexandru Marginean2019-07-181-0/+28
* | Merge branch '2019-07-17-master-imports'Tom Rini2019-07-1844-228/+649
|\ \
| * | Revert "test: Disable pci_ep test for now"Tom Rini2019-07-181-3/+0
| * | pci_ep: fix wrong addressing to barnoRamon Fried2019-07-181-4/+1
| * | board: Arcturus: ucp1020: Removing obsoleted stuffOleksandr Zhadan2019-07-181-60/+0
| * | blk: Invalidate block cache when switching hwpartWeijie Gao2019-07-181-2/+12
| * | arm: dts: MediaTek: remove tick-timer from mt7629.dtsiWeijie Gao2019-07-181-1/+0
| * | configs: mt7629_rfb: use arm arch timer instead of mtk timerWeijie Gao2019-07-181-3/+1
| * | arm: dts: MediaTek: fix clock order for timer0 node of mt7629.dtsiWeijie Gao2019-07-181-2/+2
| * | chromium: Update docs to clone vboot_reference directlySimon Glass2019-07-181-3/+9
| * | arm: mediatek: add missing arch timer configuration for MT7629Weijie Gao2019-07-181-0/+13
| * | power-domain.h: Fix typoAnatolij Gustschin2019-07-181-1/+1
| * | CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge2019-07-181-2/+5
| * | ext4: gracefully fail on divide-by-0Paul Emge2019-07-181-0/+12
| * | CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge2019-07-181-3/+5
| * | CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge2019-07-181-1/+1
| * | CVE-2019-13103: disk: stop infinite recursion in DOS PartitionsPaul Emge2019-07-181-0/+18
| * | qemu-riscv: enable VIRTIO_PCIDavid Abdurachmanov2019-07-181-0/+1
| * | arm: qemu: fix failure in flash initialization if booting from TF-AAKASHI Takahiro2019-07-182-0/+6
| * | arm: move CONFIG_TFABOOT to generic KconfigAKASHI Takahiro2019-07-182-7/+29
| * | doc: Move fastboot protocol doc to android dirSam Protsenko2019-07-182-2/+2
| * | cmd: mem: Add a command to fill the memory with random dataJean-Jacques Hiblot2019-07-182-0/+59
| * | tools: mkenvimage: Always consider non-regular filesAndre Przywara2019-07-181-49/+21
| * | tools: mkenvimage: Fix reading from slow pipeAndre Przywara2019-07-181-2/+1
| * | test/py: gpt: Use long options for sgdiskSam Protsenko2019-07-181-4/+7
| * | env: mmc: add erase-functionFrank Wunderlich2019-07-181-0/+51
| * | env: register erase commandFrank Wunderlich2019-07-184-0/+75