public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Deduplicate dhelectronics board files
@ 2022-07-25  8:19 Philip Oberfichtner
  2022-07-25  8:19 ` [PATCH v3 1/4] board: dhelectronics: Implement common MAC address functions Philip Oberfichtner
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Philip Oberfichtner @ 2022-07-25  8:19 UTC (permalink / raw)
  To: u-boot
  Cc: Patrice Chotard, festevam, Simon Glass, Marek Vasut,
	Patrick Delaunay, Christoph Niedermaier, peng.fan, sbabic, u-boot,
	Philip Oberfichtner, Andreas Geisreiter, Tom Rini, uboot-stm32


This series unifies common MAC address code for imx6, imx8 and stm32
based boards by DH. It is thought of as a starting point for more
deduplication in the future.

Changes in v3:
        - Entire series reviewed by Marek

Changes in v2:
        - Tested-by Marek
        - convert to livetree (rebase on commit 5a605b7c86152)
        - Fix spelling

Philip Oberfichtner (4):
  board: dhelectronics: Implement common MAC address functions
  ARM: imx6: DH: Use common MAC address functions
  ARM: imx8: DH: Use common MAC address functions
  ARM: stm32: DH: Use common MAC address functions

 board/dhelectronics/common/Makefile           |  10 ++
 board/dhelectronics/common/dh_common.c        |  65 ++++++++++
 board/dhelectronics/common/dh_common.h        |  28 ++++
 board/dhelectronics/common/dh_imx.c           |  24 ++++
 board/dhelectronics/common/dh_imx.h           |  12 ++
 board/dhelectronics/dh_imx6/dh_imx6.c         |  47 ++-----
 .../dh_imx8mp/imx8mp_dhcom_pdk2.c             | 121 +++++++-----------
 board/dhelectronics/dh_stm32mp1/board.c       | 102 +++++++--------
 8 files changed, 246 insertions(+), 163 deletions(-)
 create mode 100644 board/dhelectronics/common/Makefile
 create mode 100644 board/dhelectronics/common/dh_common.c
 create mode 100644 board/dhelectronics/common/dh_common.h
 create mode 100644 board/dhelectronics/common/dh_imx.c
 create mode 100644 board/dhelectronics/common/dh_imx.h

-- 
2.37.1


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

end of thread, other threads:[~2022-07-25 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-25  8:19 [PATCH v3 0/4] Deduplicate dhelectronics board files Philip Oberfichtner
2022-07-25  8:19 ` [PATCH v3 1/4] board: dhelectronics: Implement common MAC address functions Philip Oberfichtner
2022-07-25  8:19 ` [PATCH v3 2/4] ARM: imx6: DH: Use " Philip Oberfichtner
2022-07-25  8:19 ` [PATCH v3 3/4] ARM: imx8: " Philip Oberfichtner
2022-07-25  8:19 ` [PATCH v3 4/4] ARM: stm32: " Philip Oberfichtner
2022-07-25 15:33   ` Patrick DELAUNAY

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