[U-Boot] Please pull u-boot-marvell/master

Stefan Roese sr at denx.de
Mon Apr 4 14:07:13 CEST 2016


Hi Tom,

please pull the Armada 375 support from the Marvell U-Boot
git repository.

Thanks,
Stefan


The following changes since commit 563d8d93585035fa2a0b20190c1008eb625432c4:

  net: phy: Realtek RTL8211B/C PHY ID fix (2016-04-02 19:26:08 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to ebe7890321250352b812dbbf127a46ef58256d1c:

  arm: mvebu: Don't enable d-cache on A375 (2016-04-04 11:22:15 +0200)

----------------------------------------------------------------
Stefan Roese (6):
      spi: kirkwood_spi.c: Add compatible match ID for Armada 375
      net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375
      dt-bindings: Add include/dt-bindings/phy/phy.h from Linux v4.4
      arm: mvebu: Add basic support for the Marvell Armada 375 SoC
      arm: mvebu: Add basic support for Armada 375 eval board db-88f6720
      arm: mvebu: Don't enable d-cache on A375

 arch/arm/Kconfig                          |    2 +-
 arch/arm/dts/Makefile                     |    1 +
 arch/arm/dts/armada-375-db.dts            |  216 ++
 arch/arm/dts/armada-375.dtsi              |  658 +++++
 arch/arm/mach-mvebu/Kconfig               |   12 +-
 arch/arm/mach-mvebu/Makefile              |    1 +
 arch/arm/mach-mvebu/cpu.c                 |   75 +-
 arch/arm/mach-mvebu/include/mach/config.h |    5 +-
 arch/arm/mach-mvebu/include/mach/cpu.h    |    5 +
 arch/arm/mach-mvebu/include/mach/soc.h    |   19 +-
 arch/arm/mach-mvebu/spl.c                 |    3 +
 board/Marvell/db-88f6720/MAINTAINERS      |    6 +
 board/Marvell/db-88f6720/Makefile         |    7 +
 board/Marvell/db-88f6720/db-88f6720.c     |   91 +
 board/Marvell/db-88f6720/kwbimage.cfg     |   12 +
 configs/db-88f6720_defconfig              |   28 +
 drivers/net/Kconfig                       |    8 +
 drivers/net/Makefile                      |    1 +
 drivers/net/mvpp2.c                       | 4190 +++++++++++++++++++++++++++++
 drivers/spi/kirkwood_spi.c                |    1 +
 include/configs/db-88f6720.h              |  120 +
 include/dt-bindings/phy/phy.h             |   19 +
 include/net.h                             |    2 +
 23 files changed, 5473 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/dts/armada-375-db.dts
 create mode 100644 arch/arm/dts/armada-375.dtsi
 create mode 100644 board/Marvell/db-88f6720/MAINTAINERS
 create mode 100644 board/Marvell/db-88f6720/Makefile
 create mode 100644 board/Marvell/db-88f6720/db-88f6720.c
 create mode 100644 board/Marvell/db-88f6720/kwbimage.cfg
 create mode 100644 configs/db-88f6720_defconfig
 create mode 100644 drivers/net/mvpp2.c
 create mode 100644 include/configs/db-88f6720.h
 create mode 100644 include/dt-bindings/phy/phy.h


More information about the U-Boot mailing list