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

Marcin Niestroj m.niestroj at grinn-global.com
Wed Nov 21 19:29:41 UTC 2018


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.19.

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

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.19.1



More information about the U-Boot mailing list