mbox

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

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

Pull-request

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

Message

Albert ARIBAUD Nov. 13, 2014, 1:49 p.m. UTC
Hello Tom,

This PR replaces the one posted today at 08:54.

The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 15:49:10 -0500)

are available in the git repository at:

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

for you to fetch changes up to 18900401abf54182a56d8ff6dc38c7421402920b:

  ARM: remove unused CPU directory (2014-11-13 12:35:17 +0100)

----------------------------------------------------------------
Masahiro Yamada (1):
      ARM: remove unused CPU directory

Thierry Reding (3):
      ARM: cache_v7: Various minor cleanups
      ARM: cache-cp15: Use more accurate types
      malloc: Output region when debugging

Valentin Longchamp (1):
      km_arm: convert the km_arm boards to the generic board support

 arch/arm/cpu/arm_intcm/Makefile  |  9 ---------
 arch/arm/cpu/arm_intcm/config.mk |  8 --------
 arch/arm/cpu/arm_intcm/cpu.c     | 36 ------------------------------------
 arch/arm/cpu/arm_intcm/start.S   | 79 -------------------------------------------------------------------------------
 arch/arm/cpu/armv7/cache_v7.c    | 14 +++++++-------
 arch/arm/include/asm/system.h    |  2 +-
 arch/arm/lib/cache-cp15.c        |  6 +++---
 common/dlmalloc.c                |  3 +++
 include/configs/km/km_arm.h      |  2 ++
 9 files changed, 16 insertions(+), 143 deletions(-)
 delete mode 100644 arch/arm/cpu/arm_intcm/Makefile
 delete mode 100644 arch/arm/cpu/arm_intcm/config.mk
 delete mode 100644 arch/arm/cpu/arm_intcm/cpu.c
 delete mode 100644 arch/arm/cpu/arm_intcm/start.S

Amicalement,

Comments

Tom Rini Nov. 13, 2014, 3:34 p.m. UTC | #1
On Thu, Nov 13, 2014 at 02:49:10PM +0100, Albert ARIBAUD wrote:

> Hello Tom,
> 
> This PR replaces the one posted today at 08:54.
> 
> The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 15:49:10 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to 18900401abf54182a56d8ff6dc38c7421402920b:
> 
>   ARM: remove unused CPU directory (2014-11-13 12:35:17 +0100)
> 

Applied to u-boot/master, thanks!