From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Wed, 20 Jan 2016 08:54:21 +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, Sorry for the short interval from the previous one, but please pull one more series. The following changes since commit 3ed2ece5e162b104cd3ea3788cae841ecd24408f: armv8: cavium: Get DRAM size from ATF (2016-01-19 22:26:13 +0000) are available in the git repository at: git://git.denx.de/u-boot-uniphier.git master for you to fetch changes up to 048c61d674c4e5c793f5391fb7a57c8c79c99ebd: ARM: uniphier: remove unneeded if conditionals (2016-01-20 08:40:33 +0900) ---------------------------------------------------------------- Masahiro Yamada (8): ARM: uniphier: define CONFIG_SYS_BOOTMAPSZ ARM: uniphier: add bootm_low environment ARM: uniphier: refactor outer cache operation slightly ARM: uniphier: factor out outer cache sync as a helper function ARM: uniphier: fix range invalidate for outer cache ARM: uniphier: set active ways to really enable outer cache ARM: uniphier: move UMC register macros to umc-regs.h ARM: uniphier: remove unneeded if conditionals arch/arm/mach-uniphier/cache_uniphier.c | 43 +++++++++++++++++++++++++++++++++++++------ arch/arm/mach-uniphier/dram/ddrphy-ph1-pro4.c | 10 ++-------- arch/arm/mach-uniphier/dram/umc-proxstream2.c | 49 +------------------------------------------------ arch/arm/mach-uniphier/dram/umc-regs.h | 26 ++++++++++++++++++++++++++ include/configs/uniphier.h | 11 ++++++++--- 5 files changed, 74 insertions(+), 65 deletions(-) -- Best Regards Masahiro Yamada