U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Griffin <peter.griffin@linaro.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/8] arm: hikey: hi6220: Various fixups
Date: Thu, 10 Sep 2015 21:55:10 +0100	[thread overview]
Message-ID: <1441918518-25629-1-git-send-email-peter.griffin@linaro.org> (raw)

Hi folks,

This series fixes a few issues with the recently merged 96boards hikey
u-boot port.

It updates the README with some issues Simon found whilst attempting to
follow my instructions. Also it now includes the ATF makefile referenced
from the README to avoid an external URL as per Simons suggestion.
Some of the other links for nvme.img and mcuimage firmwares have also
been updated and added to match the latest ATF code.

This series also migrates over to DM_SERIAL for the serial ports, and
changes the default UART to UART3, which matches the latest hikey ATF
code on github, and fixes a few issues I found whilst doing that.
The UART used is howwever configurable, for those wishing to continue
using UART0.

kind regards,

Peter.

Changes since v1:
 - No longer adding CONFIG_ENV_SIZE (Fabio)
 - Make UART configurable (Tom)
 - Rebase onto v2015.10-rc3 (Peter)

Peter Griffin (8):
  ARM: hikey: Update README with various corrections
  ARM: hikey: Add ATF makefile referenced by README
  ARM: hikey: Use linux/sizes.h for malloc size
  ARM: hi6220: Add UART0 and UART3 base addresses
  ARM: hikey: Remove resetting gd->flags in board_init()
  ARM: hikey: Select DM, DM_GPIO from Kconfig
  ARM: hikey: hi6220: Migrate over to DM_SERIAL and use UART3 by
    default.
  ARM: hikey: Adjust SDRAM_1_SIZE to 0x3EFFFFFF

 arch/arm/Kconfig                          |   4 +-
 arch/arm/include/asm/arch-hi6220/hi6220.h |   3 +
 board/hisilicon/hikey/Kconfig             |   7 ++
 board/hisilicon/hikey/README              | 197 ++++++++++++++++++++++--------
 board/hisilicon/hikey/build-tf.mak        |  42 +++++++
 board/hisilicon/hikey/hikey.c             |  45 ++++++-
 configs/hikey_defconfig                   |   1 +
 include/configs/hikey.h                   |  20 ++-
 8 files changed, 255 insertions(+), 64 deletions(-)
 create mode 100644 board/hisilicon/hikey/build-tf.mak

-- 
1.9.1

             reply	other threads:[~2015-09-10 20:55 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-10 20:55 Peter Griffin [this message]
2015-09-10 20:55 ` [U-Boot] [PATCH v2 1/8] ARM: hikey: Update README with various corrections Peter Griffin
2015-09-28 21:07   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-10 20:55 ` [U-Boot] [PATCH v2 2/8] ARM: hikey: Add ATF makefile referenced by README Peter Griffin
2015-09-24 21:09   ` Tom Rini
2015-09-28 21:07   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-10 20:55 ` [U-Boot] [PATCH v2 3/8] ARM: hikey: Use linux/sizes.h for malloc size Peter Griffin
2015-09-18  4:03   ` Simon Glass
2015-09-28 21:07   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-10 20:55 ` [U-Boot] [PATCH v2 4/8] ARM: hi6220: Add UART0 and UART3 base addresses Peter Griffin
2015-09-18  4:03   ` Simon Glass
2015-09-28 21:07   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-10 20:55 ` [U-Boot] [PATCH v2 5/8] ARM: hikey: Remove resetting gd->flags in board_init() Peter Griffin
2015-09-18  4:04   ` Simon Glass
2015-09-28 21:08   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-10 20:55 ` [U-Boot] [PATCH v2 6/8] ARM: hikey: Select DM, DM_GPIO from Kconfig Peter Griffin
2015-09-18  4:04   ` Simon Glass
2015-09-28 21:08   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-10 20:55 ` [U-Boot] [PATCH v2 7/8] ARM: hikey: hi6220: Migrate over to DM_SERIAL and use UART3 by default Peter Griffin
2015-09-18  4:04   ` Simon Glass
2015-09-28 21:08   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-10 20:55 ` [U-Boot] [PATCH v2 8/8] ARM: hikey: Adjust SDRAM_1_SIZE to 0x3EFFFFFF Peter Griffin
2015-09-18  4:04   ` Simon Glass
2015-09-28 21:08   ` [U-Boot] [U-Boot, v2, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441918518-25629-1-git-send-email-peter.griffin@linaro.org \
    --to=peter.griffin@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox