[U-Boot] [PATCH 0/5] Support for the Faraday ftgmac100 controller

Cédric Le Goater clg at kaod.org
Mon Sep 10 14:21:43 UTC 2018


Hello,

This series re-adds a driver for the Faraday ftgmac100 controller and
its Aspeed variant as as one can find on the OpenPOWER platforms.
I have choosen to remove and re-add the driver to ease review of the
changes, which are numerous, but we can proceed differently if you
prefer.

The DT patch depends on: 

  [PATCH 3/3] aspeed: Add SPI support to the ast2500 Eval Board
  https://lists.denx.de/pipermail/u-boot/2018-September/340568.html

It was tested on the AST2500 evb.

Git tree available here:

  https://github.com/legoater/u-boot/commits/aspeed

Thanks,

C.

Cédric Le Goater (5):
  net: remove the Faraday ftgmac100 controller driver
  net: re-add support for the Faraday ftgmac100 controller
  aspeed: ast2500: fix missing break in D2PLL clock enablement
  net: ftgmac100: add support for Aspeed SoC
  aspeed: Activate ethernet devices on the ast2500 Eval Board

 drivers/net/ftgmac100.h          | 163 +++----
 include/netdev.h                 |   1 -
 drivers/clk/aspeed/clk_ast2500.c |   1 +
 drivers/net/ftgmac100.c          | 701 +++++++++++++++----------------
 arch/arm/dts/ast2500-evb.dts     |  17 +
 arch/arm/dts/ast2500.dtsi        |   4 +-
 configs/evb-ast2500_defconfig    |   8 +
 drivers/net/Kconfig              |   8 +
 8 files changed, 456 insertions(+), 447 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list