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

Hello Tom,
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 8e59f8bb5b197e346e2d6afb0478cadb8cc5d0b9:
km_arm: convert the km_arm boards to the generic board support (2014-11-12 10:20:40 +0100)
---------------------------------------------------------------- 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/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 ++ 5 files changed, 16 insertions(+), 11 deletions(-)
Amicalement,

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,

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!
participants (2)
-
Albert ARIBAUD
-
Tom Rini