mbox series

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

Message ID 20190119160647.24471-1-m.niestroj@grinn-global.com
Headers show
Series ARM: liteboard: move towards driver model and device-tree boot | expand

Message

Marcin Niestroj Jan. 19, 2019, 4:06 p.m. UTC
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