[U-Boot] [RESEND PATCH 0/3] ARM: liteboard: move towards driver model and device-tree boot

Marcin Niestroj m.niestroj at grinn-global.com
Sat Jan 19 16:06:44 UTC 2019


Hi,

This patch moves board support code to use driver model where
possible and device-tree bot. As part of that we import DTS files from
Linux v4.20.

One minor patch here is to use random ethaddr in order to make network
usable on that board by default.

This is a resend of patches [1]. Everything was rebased on master.

[1] https://lists.denx.de/pipermail/u-boot/2018-November/348624.html

Marcin Niestroj (3):
  ARM: dts: imx6ul-lite*: add DTS files for liteSOM and liteboard
  ARM: liteboard: move towards driver model and device-tree boot
  ARM: liteboard: use random ethaddr

 arch/arm/dts/Makefile             |   3 +-
 arch/arm/dts/imx6ul-liteboard.dts | 151 ++++++++++++++++++++++++++++++
 arch/arm/dts/imx6ul-litesom.dtsi  |  82 ++++++++++++++++
 board/grinn/liteboard/board.c     |  36 -------
 configs/liteboard_defconfig       |  12 ++-
 5 files changed, 246 insertions(+), 38 deletions(-)
 create mode 100644 arch/arm/dts/imx6ul-liteboard.dts
 create mode 100644 arch/arm/dts/imx6ul-litesom.dtsi

-- 
2.20.1



More information about the U-Boot mailing list