[U-Boot] [PATCH 0/8] hikey: hi6220: Various fixups
Peter Griffin
peter.griffin at linaro.org
Wed Sep 9 23:13:47 CEST 2015
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.
kind regards,
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 UART3 for serial.
ARM: hikey: Adjust SDRAM_1_SIZE to 0x3EFFFFFF
arch/arm/Kconfig | 4 +-
arch/arm/include/asm/arch-hi6220/hi6220.h | 3 +
board/hisilicon/hikey/README | 197 ++++++++++++++++++++++--------
board/hisilicon/hikey/build-tf.mak | 42 +++++++
board/hisilicon/hikey/hikey.c | 14 ++-
configs/hikey_defconfig | 1 +
include/configs/hikey.h | 19 ++-
7 files changed, 216 insertions(+), 64 deletions(-)
create mode 100644 board/hisilicon/hikey/build-tf.mak
--
1.9.1
More information about the U-Boot
mailing list