[U-Boot] [PATCH v2 0/6] - Add Ethernet support for stm32mpu

Christophe Roullier christophe.roullier at st.com
Fri May 17 13:08:41 UTC 2019


       Support all PHY config:
         PHY_MODE (MII,GMII, RMII, RGMII)
         Phy wo crystal (25Mhz and 50 Mhz), No 125Mhz from PHY config

Changes in v2:
-remark from Joe Hershberger to replace "int interface" with "phy_interface_t interface"
 and manage return values "-1", "0" with PHY_INTERFACE_MODE_NONE and PHY_INTERFACE_MODE_MII

Christophe Roullier (5):
  board: stm32mp1: Add board_interface_eth_init
  net: dwc_eth_qos: add Ethernet stm32mp1 support
  ARM: dts: stm32: Add Ethernet support on stm32mp1
  stm32mp1: Add Ethernet support for stm32mp1 board
  configs: stm32mp15: Enable Ethernet feature

Patrick Delaunay (1):
  stm32mp1: clk: use the correct identifier for ethck

 arch/arm/dts/stm32mp157-pinctrl.dtsi |   9 +-
 arch/arm/dts/stm32mp157c-ev1.dts     |   2 +-
 arch/arm/dts/stm32mp157c.dtsi        |  16 +-
 board/st/stm32mp1/stm32mp1.c         |  68 ++++-
 configs/stm32mp15_basic_defconfig    |   2 +
 drivers/clk/clk_stm32mp1.c           |   2 +-
 drivers/net/dwc_eth_qos.c            | 435 +++++++++++++++++++++++----
 include/configs/stm32mp1.h           |  12 +-
 8 files changed, 480 insertions(+), 66 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list