1. 19 10月, 2020 8 次提交
  2. 17 10月, 2020 1 次提交
  3. 16 10月, 2020 26 次提交
  4. 15 10月, 2020 3 次提交
    • T
      Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc · 9dc6aef8
      Tom Rini 提交于
      - fsl_esdhc_imx cleanup
      - not send cm13 if send_status is 0.
      - Add reinit API
      - Add mmc HS400 for fsl_esdhc
      - Several cleanup for fsl_esdhc
      - Add ADMA2 for sdhci
      9dc6aef8
    • T
      Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell · 0f35d96b
      Tom Rini 提交于
      - Octeon TX: Add NAND driver (Suneel)
      - Octeon TX: Add NIC driver driver (Suneel)
      - Octeon TX2: Add NIC driver driver (Suneel)
      - Armada 8040: Add iEi Puzzle-M80 board support (Luka)
      - Armada A37xx SPI: Add support for CS-GPIO (George)
      - Espressobin: Use Linux model/compatible strings (Andre)
      - Espressobin: Add armada-3720-espressobin-emmc.dts from Linux (Andre)
      - Armada A37xx: Small cleanup of config header (Pali)
      0f35d96b
    • T
      Merge branch '2020-10-14-assorted-changes' · 6731c5a5
      Tom Rini 提交于
      - Add support for Linux "pstore" dumps.
      - Button command fixup.
      - gd cleanup and documentation.
      - Assorted other cleanups.
      6731c5a5
  5. 14 10月, 2020 2 次提交
    • H
      doc: Sphinx.override_domain() deprecated · 40a30086
      Heinrich Schuchardt 提交于
      Sphinx.override_domain() is deprecated since Sphinx 1.8 and removed in
      Sphinx 3.
      
      Use Sphinx.add_domain(, override=True) instead.
      Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
      40a30086
    • C
      net: e1000: add defaults for i210 TX/RX PBSIZE · c90778ad
      Christian Gmeiner 提交于
      Set the defaults on probe for the packet buffer size registers
      for the i210.
      
      The TX/RX PBSIZE register of the i210 resets to its default value
      only at power-on - see Intel Ethernet Controller I210 Datasheet rev 3.5
      chapter 8.3 'Internal Packet Buffer Size Registers'.
      
      If something (another driver, another OS, etc.) modifies this register
      from its default value, the e1000 driver doesn't function correctly. It
      detects a hang of the transmitter and continuously resets the adapter.
      Here we set this value to its default when resetting the i210 to
      resolve this issue.
      Signed-off-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
      c90778ad