[U-Boot] [PATCH 0/7] hikey

Peter Griffin peter.griffin at linaro.org
Wed Apr 20 18:13:56 CEST 2016


Hi folks,

This patchset start the conversion of the hikey U-Boot port over
to being DT enabled. As more DT lands in the upstream kernel
the plan is to convert more drivers in U-Boot to use it. Currently
only serial driver is using DT, and the other drivers still use
platform data.

It also updates and simplifies the README, including updating the
mcuimage.bin location which leads to the additional a53 cores
not coming online correctly if using an outdated binary.

Additionally I've added myself as MAINTAINER of the hikey U-Boot port.

regards,

Peter.

Peter Griffin (7):
  ARM: hisilicon: hikey: Add hikey & hi6220 dts from v4.6-rc3.
  MAINTAINERS: Add myself as maintainer for hikey
  ARM: hisilicon: hikey: Enable OF_CONTROL for hikey board.
  ARM: hisilicon: hikey: Implement reset_cpu() for hikey.
  ARM: hisilicon: hikey: dts: Add pl011 additional clock binding.
  ARM: hisilicon: hikey: Align memory node with upstream kernel
  ARM: hikey: Simplify README instructions.

 MAINTAINERS                              |   6 +
 arch/arm/Kconfig                         |   1 +
 arch/arm/dts/Makefile                    |   2 +
 arch/arm/dts/hi6220-hikey.dts            |  41 ++++++
 arch/arm/dts/hi6220.dtsi                 | 218 +++++++++++++++++++++++++++++++
 board/hisilicon/hikey/MAINTAINERS        |   6 +
 board/hisilicon/hikey/README             |  95 +++++++-------
 board/hisilicon/hikey/hikey.c            |  37 +++++-
 configs/hikey_defconfig                  |   1 +
 include/configs/hikey.h                  |   2 +-
 include/dt-bindings/clock/hi6220-clock.h | 173 ++++++++++++++++++++++++
 11 files changed, 532 insertions(+), 50 deletions(-)
 create mode 100644 arch/arm/dts/hi6220-hikey.dts
 create mode 100644 arch/arm/dts/hi6220.dtsi
 create mode 100644 board/hisilicon/hikey/MAINTAINERS
 create mode 100644 include/dt-bindings/clock/hi6220-clock.h

-- 
1.9.1



More information about the U-Boot mailing list