summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*WIP/05Sep2019Lukasz Majewski2019-09-0542-40/+126
* spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX)Lukasz Majewski2019-09-054-21/+4
* spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)Lukasz Majewski2019-09-052-2/+4
* configs: Resync with savedefconfigTom Rini2019-09-05346-490/+467
* 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
| * CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_read...liucheng (G)2019-09-041-0/+3
| * CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length...liucheng (G)2019-09-041-0/+3
| * CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper fu...liucheng (G)2019-09-041-0/+3
| * CVE: net: fix unbounded memcpy of UDP packetliucheng (G)2019-09-041-0/+3
| * net: make net_random_ethaddr() more randomMichael Walle2019-09-041-1/+1
| * net: macb: Fix rx buffer cache handlingStefan Roese2019-09-041-2/+4
| * net: designware: drop compatible altr, socfpga-stmmacRalph Siemsen2019-09-041-1/+0
| * Revert "net: macb: Fixed reading MII_LPA register"Bin Meng2019-09-041-1/+1
| * network: set timeline for CONFIG_DM_ETH conversionHeinrich Schuchardt2019-09-042-0/+19
| * drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID arrayAlex Marginean2019-09-041-0/+1
| * net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay2019-09-043-16/+19
| * net: dwc_eth_qos: Change eqos_ops function to staticPatrick Delaunay2019-09-041-6/+6
| * drivers: net: pfe_eth: undefined return valueHeinrich Schuchardt2019-09-041-2/+1
| * test: dm_mdio: avoid out of bounds accessHeinrich Schuchardt2019-09-041-2/+2
| * net: mvpp2: support setting hardware addresses from ethernet coreMatt Pelland2019-09-041-0/+8
| * arm: dts: Set custom names for cp110 master/slave MDIO busesAlex Marginean2019-09-042-0/+2
| * drivers: net: add marvell MDIO driverAlex Marginean2019-09-044-0/+262
| * doc: bindings: add mdio.txt describing generic MDIO propertiesAlex Marginean2019-09-041-0/+36
| * net: mdio-uclass: name MDIO according to device-name property if presetAlex Marginean2019-09-041-0/+11
| * configs: sandbox: enable PCAP capture cmdRamon Fried2019-09-041-0/+1
| * doc: pcap: add pcap cmd documentationRamon Fried2019-09-041-0/+62
| * net: introduce packet capture supportRamon Fried2019-09-049-1/+316
| * drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache2019-09-043-17/+26
| * drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean2019-09-043-0/+117
| * Revert "drivers: net: driver for MDIO muxes controlled over I2C"Joe Hershberger2019-09-042-9/+0
| * net: mdio: Clarify code flow Covarity 244085 & 244090Joe Hershberger2019-09-041-1/+2
| * net: Fix Covarity Defect 244093Joe Hershberger2019-09-041-1/+1
|/
* Merge tag 'arc-for-2019.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-09-034-0/+115
|\
| * arc: emsdp: Add more platform-specific compiler optionsAlexey Brodkin2019-09-031-0/+2
| * arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin2019-09-031-0/+75
| * arc: emsdp: Add initialization of PSRAMAlexey Brodkin2019-09-032-0/+38
* | Merge tag 'for-v2019.10-v2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/03Sep2019Tom Rini2019-09-032-0/+24
|\ \
| * | i2c: mxc: add CONFIG_CLK supportPeng Fan2019-09-022-0/+24
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/02Sep2019Tom Rini2019-09-0218-43/+379
|\ \ \ | |_|/ |/| |
| * | riscv: cache: use CCTL to flush d-cacheRick Chen2019-09-031-9/+13
| * | riscv: dts: move out AE350 L2 node from cpus nodeRick Chen2019-09-032-12/+22
| * | riscv: cache: Flush L2 cache before jump to linuxRick Chen2019-09-031-0/+17
| * | riscv: ax25: add imply v5l2 cache controllerRick Chen2019-09-031-0/+1
| * | riscv: ae350: use the v5l2 driver to configure the cacheRick Chen2019-09-031-0/+9
| * | dm: cache: add v5l2 cache controller driverRick Chen2019-09-033-0/+196
| * | dm: cache: Add enable and disable ops for sandbox and testRick Chen2019-09-032-0/+15