mbox

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

Message ID 20150104191142.5040896f@lilith
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Albert ARIBAUD Jan. 4, 2015, 6:11 p.m. UTC
Hi Tom,

The following changes since commit e3bf81b1e841ecabe7c8b3d48621256db8b8623e:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-12-16 15:20:02 -0500)

are available in the git repository at:

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

for you to fetch changes up to ed710457a52ff09880af52540c997615adbc91ee:

  ARM: Implement non-cached memory support (2014-12-18 21:18:43 +0100)

----------------------------------------------------------------
Thierry Reding (1):
      ARM: Implement non-cached memory support

 README                        | 19 +++++++++++++++++++
 arch/arm/include/asm/system.h |  5 +++++
 arch/arm/lib/cache.c          | 44 ++++++++++++++++++++++++++++++++++++++++++++
 common/board_r.c              | 11 +++++++++++
 4 files changed, 79 insertions(+)

Amicalement,

Comments

Tom Rini Jan. 5, 2015, 3:10 p.m. UTC | #1
On Sun, Jan 04, 2015 at 07:11:42PM +0100, Albert ARIBAUD wrote:

> Hi Tom,
> 
> The following changes since commit e3bf81b1e841ecabe7c8b3d48621256db8b8623e:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-12-16 15:20:02 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to ed710457a52ff09880af52540c997615adbc91ee:
> 
>   ARM: Implement non-cached memory support (2014-12-18 21:18:43 +0100)
> 

Applied to u-boot/master, thanks!