All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] hikey
@ 2016-04-20 16:13 Peter Griffin
  2016-04-20 16:13 ` [U-Boot] [PATCH 1/7] ARM: hisilicon: hikey: Add hikey & hi6220 dts from v4.6-rc3 Peter Griffin
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Peter Griffin @ 2016-04-20 16:13 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-04-26  0:17 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-20 16:13 [U-Boot] [PATCH 0/7] hikey Peter Griffin
2016-04-20 16:13 ` [U-Boot] [PATCH 1/7] ARM: hisilicon: hikey: Add hikey & hi6220 dts from v4.6-rc3 Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:13 ` [U-Boot] [PATCH 2/7] MAINTAINERS: Add myself as maintainer for hikey Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:13 ` [U-Boot] [PATCH 3/7] ARM: hisilicon: hikey: Enable OF_CONTROL for hikey board Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:14 ` [U-Boot] [PATCH 4/7] ARM: hisilicon: hikey: Implement reset_cpu() for hikey Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:14 ` [U-Boot] [PATCH 5/7] ARM: hisilicon: hikey: dts: Add pl011 additional clock binding Peter Griffin
2016-04-21 13:40   ` Tom Rini
2016-04-26  0:16   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:14 ` [U-Boot] [PATCH 6/7] ARM: hisilicon: hikey: Align memory node with upstream kernel Peter Griffin
2016-04-21 13:41   ` Tom Rini
2016-04-26  0:17   ` [U-Boot] [U-Boot, " Tom Rini
2016-04-20 16:14 ` [U-Boot] [PATCH 7/7] ARM: hikey: Simplify README instructions Peter Griffin
2016-04-21 13:41   ` Tom Rini
2016-04-26  0:17   ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.