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

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


Hi,

Currently on master branch we are no longer able to boot Linux on
chiliboard. This is due to issue described at [1]. This series makes
the boot to Linux working once again.

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.

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

Marcin Niestroj (4):
  ARM: dts: am335x-chili*: add chiliSOM and chiliboard DTS files
  ARM: dts: am335x-chiliboard: add /chosen/stdout-path
  ARM: chiliboard: move towards driver model and device-tree boot
  ARM: chiliboard: remove dead !CONFIG_DM_SERIAL code

 arch/arm/dts/Makefile                      |   3 +-
 arch/arm/dts/am335x-chiliboard-u-boot.dtsi |  11 ++
 arch/arm/dts/am335x-chiliboard.dts         | 200 +++++++++++++++++++++
 arch/arm/dts/am335x-chilisom.dtsi          | 178 ++++++++++++++++++
 board/grinn/chiliboard/board.c             |  61 -------
 configs/chiliboard_defconfig               |  12 +-
 6 files changed, 401 insertions(+), 64 deletions(-)
 create mode 100644 arch/arm/dts/am335x-chiliboard-u-boot.dtsi
 create mode 100644 arch/arm/dts/am335x-chiliboard.dts
 create mode 100644 arch/arm/dts/am335x-chilisom.dtsi

-- 
2.19.1



More information about the U-Boot mailing list