Skip to content
Snippets Groups Projects
  1. Oct 19, 2020
  2. Oct 17, 2020
  3. Oct 16, 2020
  4. Oct 15, 2020
  5. Oct 14, 2020
    • Tom Rini's avatar
      Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell · 0f35d96b
      Tom Rini authored
      - 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
    • Tom Rini's avatar
      Merge branch '2020-10-14-assorted-changes' · 6731c5a5
      Tom Rini authored
      - Add support for Linux "pstore" dumps.
      - Button command fixup.
      - gd cleanup and documentation.
      - Assorted other cleanups.
      6731c5a5
    • Heinrich Schuchardt's avatar
      doc: Sphinx.override_domain() deprecated · 40a30086
      Heinrich Schuchardt authored and Tom Rini's avatar Tom Rini committed
      
      Sphinx.override_domain() is deprecated since Sphinx 1.8 and removed in
      Sphinx 3.
      
      Use Sphinx.add_domain(, override=True) instead.
      
      Signed-off-by: Heinrich Schuchardt's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
      40a30086
    • Christian Gmeiner's avatar
      net: e1000: add defaults for i210 TX/RX PBSIZE · c90778ad
      Christian Gmeiner authored and Tom Rini's avatar Tom Rini committed
      
      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: default avatarChristian Gmeiner <christian.gmeiner@gmail.com>
      c90778ad
Loading