mbox

[U-Boot] Pull request: u-boot-arm/master

Message ID 20150731030649.7fdccfe0@lilith
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Albert ARIBAUD July 31, 2015, 1:06 a.m. UTC
Hello,

The following changes since commit cc35734358540a1bbaf042fdf9f4cb2de17389ed:

  Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-07-29 18:58:39 -0400)

are available in the git repository at:

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

for you to fetch changes up to dad17fd51027ad02ac8f02deed186d08109d61fd:

  armv8: caches: Added routine to set non cacheable region (2015-07-31 01:38:12 +0200)

This is just so that the patch below enters mainline to unblock other patches.

----------------------------------------------------------------
Siva Durga Prasad Paladugu (1):
      armv8: caches: Added routine to set non cacheable region

 arch/arm/cpu/armv8/cache_v8.c | 36 ++++++++++++++++++++++++++++++++++++
 arch/arm/include/asm/system.h | 29 +++++++++++++++++++----------
 2 files changed, 55 insertions(+), 10 deletions(-)


Amicalement,

Comments

Tom Rini Aug. 1, 2015, 2:47 p.m. UTC | #1
On Fri, Jul 31, 2015 at 03:06:49AM +0200, Albert ARIBAUD wrote:

> Hello,
> 
> The following changes since commit cc35734358540a1bbaf042fdf9f4cb2de17389ed:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-tegra (2015-07-29 18:58:39 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to dad17fd51027ad02ac8f02deed186d08109d61fd:
> 
>   armv8: caches: Added routine to set non cacheable region (2015-07-31 01:38:12 +0200)
> 
> This is just so that the patch below enters mainline to unblock other patches.
> 

Applied to u-boot/master, thanks!