mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ARM: stm32mp: finalize second stage support
@ 2019-10-28 21:39 Ahmad Fatoum
  2019-10-28 21:39 ` [PATCH v2 1/6] mci: stm32_sdmmc2: parse generic MCI oftree properties Ahmad Fatoum
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ahmad Fatoum @ 2019-10-28 21:39 UTC (permalink / raw)
  To: barebox

Add barebox update handler and Ethernet driver.

v1 -> v2:
 - Split off patch to override unsupported device tree specified
   bus-widths
 - Delete fixing the frequency to 208MHz. I can no longer reproduce
   120MHz to trigger timeouts
 - Last 4 patches are new

Ahmad Fatoum (6):
  mci: stm32_sdmmc2: parse generic MCI oftree properties
  ARM: stm32mp: dk2: add barebox SD-Card update handler
  net: add Designware Ethernet QoS for STM32MP
  net: eqos: extend Designware Ethernet QoS for Tegra 186 support
  ARM: stm32mp: include new drivers in defconfig
  Documentation: boards: stm32mp: remove done TODOs

 Documentation/boards/stm32mp.rst         |  11 -
 arch/arm/boards/stm32mp157c-dk2/board.c  |  13 +
 arch/arm/configs/stm32mp_defconfig       |  20 +-
 arch/arm/dts/stm32mp157a-dk1.dtsi        |   4 +
 arch/arm/mach-stm32mp/include/mach/bbu.h |  14 +
 drivers/mci/stm32_sdmmc2.c               |   7 +
 drivers/net/Kconfig                      |  27 +-
 drivers/net/Makefile                     |   3 +
 drivers/net/designware_eqos.c            | 876 +++++++++++++++++++++++
 drivers/net/designware_eqos.h            |  84 +++
 drivers/net/designware_stm32.c           | 245 +++++++
 drivers/net/designware_tegra186.c        | 347 +++++++++
 12 files changed, 1636 insertions(+), 15 deletions(-)
 create mode 100644 arch/arm/mach-stm32mp/include/mach/bbu.h
 create mode 100644 drivers/net/designware_eqos.c
 create mode 100644 drivers/net/designware_eqos.h
 create mode 100644 drivers/net/designware_stm32.c
 create mode 100644 drivers/net/designware_tegra186.c

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-04  8:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 21:39 [PATCH v2 0/6] ARM: stm32mp: finalize second stage support Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 1/6] mci: stm32_sdmmc2: parse generic MCI oftree properties Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 2/6] ARM: stm32mp: dk2: add barebox SD-Card update handler Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 3/6] net: add Designware Ethernet QoS for STM32MP Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 4/6] net: eqos: extend Designware Ethernet QoS for Tegra 186 support Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 5/6] ARM: stm32mp: include new drivers in defconfig Ahmad Fatoum
2019-10-28 21:39 ` [PATCH v2 6/6] Documentation: boards: stm32mp: remove done TODOs Ahmad Fatoum
2019-11-04  8:04 ` [PATCH v2 0/6] ARM: stm32mp: finalize second stage support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox