From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Thu, 9 Jun 2016 08:27:28 +0900 Subject: [U-Boot] pull request: u-boot-uniphier/master Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 -- Best Regards Masahiro Yamada