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

Christophe Roullier christophe.roullier at st.com
Fri Apr 26 10:13:34 UTC 2019


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


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

 arch/arm/dts/stm32mp157-pinctrl.dtsi |  31 ++
 arch/arm/dts/stm32mp157c-ev1.dts     |  21 ++
 arch/arm/dts/stm32mp157c.dtsi        |  35 +++
 board/st/stm32mp1/stm32mp1.c         |  77 +++++
 configs/stm32mp15_basic_defconfig    |   2 +
 drivers/net/dwc_eth_qos.c            | 435 +++++++++++++++++++++++----
 include/configs/stm32mp1.h           |  11 +-
 7 files changed, 559 insertions(+), 53 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list