mbox series

[U-Boot,GIT,PULL] u-boot-uniphier/master

Message ID CAK7LNASVKN4PizPv7NBFmTUGWErBBBRO4xQD9Y1jPKMTCworzQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,GIT,PULL] u-boot-uniphier/master | expand

Pull-request

git://git.denx.de/u-boot-uniphier.git master

Message

Masahiro Yamada Jan. 9, 2018, 1:04 p.m. UTC
Hi Tom,

The MW is open, and here are some updates. Please pull!



The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:

  Prepare v2018.01 (2018-01-08 20:25:29 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-uniphier.git master

for you to fetch changes up to a322eb9ff6f4c43d378b683457bdbfc59c1c19a6:

  ARM: uniphier: hide memory top by platform hook instead of CONFIG
(2018-01-09 21:58:19 +0900)

----------------------------------------------------------------
Masahiro Yamada (3):
      ARM: uniphier: do not use RAM that exceeds 32 bit address range
      ARM: uniphier: enable CONFIG_MMC_SDHCI_SDMA for ARMv8 SoCs
      ARM: uniphier: hide memory top by platform hook instead of CONFIG

 arch/arm/mach-uniphier/dram_init.c | 24 ++++++++++++++++++++++++
 configs/uniphier_v8_defconfig      |  1 +
 include/configs/uniphier.h         |  2 --
 3 files changed, 25 insertions(+), 2 deletions(-)

Comments

Tom Rini Jan. 9, 2018, 5:30 p.m. UTC | #1
On Tue, Jan 09, 2018 at 10:04:38PM +0900, Masahiro Yamada wrote:

> Hi Tom,
> 
> The MW is open, and here are some updates. Please pull!
> 
> 
> 
> The following changes since commit f3dd87e0b98999a78e500e8c6d2b063ebadf535a:
> 
>   Prepare v2018.01 (2018-01-08 20:25:29 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-uniphier.git master
> 
> for you to fetch changes up to a322eb9ff6f4c43d378b683457bdbfc59c1c19a6:
> 
>   ARM: uniphier: hide memory top by platform hook instead of CONFIG
> (2018-01-09 21:58:19 +0900)
> 

Applied to u-boot/master, thanks!