[U-Boot] [PATCH v3 00/10] vexpress64 FVP and Juno configuration updates
Ryan Harkin
ryan.harkin at linaro.org
Thu Oct 1 19:43:26 CEST 2015
This patch series updates the default configuration of the vexpress64 FVP
and Juno platforms to allow it to work on a variety of setups without
modification by the user.
[PATCH v3 01/10] vexpress64: fix checkpatch warnings
[PATCH v3 02/10] vexpress64: Kconfig: tidy up
[PATCH v3 03/10] vexpress64: increase max gunzip size
[PATCH v3 04/10] vexpress64: fvp dram: add DRAM configuration
[PATCH v3 05/10] vexpress64: juno: add androidboot.hardware=juno
[PATCH v3 06/10] common/armflash: add command to check if image exists
[PATCH v3 07/10] common/armflash: load_image returns success or failure
[PATCH v3 08/10] vexpress64: juno: add optional initrd
[PATCH v3 09/10] vexpress64: juno: add alternate kernel and device tree
[PATCH v3 10/10] vexpress64: juno: use /dev/sda2
arch/arm/Kconfig | 4 ++++
board/armltd/vexpress64/Kconfig | 17 -----------------
board/armltd/vexpress64/MAINTAINERS | 5 +++++
common/cmd_armflash.c | 31 ++++++++++++++++++++++++++-----
configs/vexpress_aemv8a_dram_defconfig | 19 +++++++++++++++++++
include/configs/vexpress_aemv8a.h | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------
6 files changed, 107 insertions(+), 30 deletions(-)
Changes since v1:
- dropped the Kconfig changes for CONFIG_SYS_BOOTM_LEN
- added CONFIG_SYS_BOOTM_LEN to include/configs/vexpress_aemv8a.h
Changes since v2:
- fixed warning in cmd_armflash.c due to missing hunk from patch 07/10:
common/cmd_armflash.c:207:4: warning: 'return' with no value, in function returning non-void [-Wreturn-type]
More information about the U-Boot
mailing list