[U-Boot] pull request: u-boot-uniphier/master

Hi Tom,
Here are some more UniPhier updates for -rc2.
- Add eMMC boot suuport for new ARMv8 SoCs - Misc fixes
Please pull!
The following changes since commit b104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91:
Prepare v2016.07-rc1 (2016-06-06 17:43:54 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to 9c2f9b2da650907b928995350cc4e29480fb0f80:
ARM: uniphier: insert dsb barrier to ensure visibility of store (2016-06-09 08:19:13 +0900)
---------------------------------------------------------------- Masahiro Yamada (6): ARM: uniphier: support eMMC boot for PH1-LD11 and PH1-LD20 ARM: uniphier: fix boot mode for PH1-LD11 ARM: uniphier: check return code of setenv() ARM: uniphier: do not overwrite fdt_file environment ARM: uniphier: do not erase when updating U-Boot image in eMMC device ARM: uniphier: insert dsb barrier to ensure visibility of store
arch/arm/mach-uniphier/arm64/smp_kick_cpus.c | 4 +- arch/arm/mach-uniphier/board_late_init.c | 7 +- arch/arm/mach-uniphier/boot-mode/Makefile | 4 ++ arch/arm/mach-uniphier/boot-mode/boot-mode-ld20.c | 19 +++++- arch/arm/mach-uniphier/boot-mode/boot-mode.c | 25 +++++++- arch/arm/mach-uniphier/boot-mode/spl_board.c | 128 +++++++++++++++++++++++++++++++++++++ include/configs/uniphier.h | 5 +- 7 files changed, 181 insertions(+), 11 deletions(-) create mode 100644 arch/arm/mach-uniphier/boot-mode/spl_board.c

On Thu, Jun 09, 2016 at 08:27:28AM +0900, Masahiro Yamada wrote:
Hi Tom,
Here are some more UniPhier updates for -rc2.
- Add eMMC boot suuport for new ARMv8 SoCs
- Misc fixes
Please pull!
The following changes since commit b104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91:
Prepare v2016.07-rc1 (2016-06-06 17:43:54 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git master
for you to fetch changes up to 9c2f9b2da650907b928995350cc4e29480fb0f80:
ARM: uniphier: insert dsb barrier to ensure visibility of store (2016-06-09 08:19:13 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini