From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 13 Jan 2010 13:25:35 +0900 Subject: [U-Boot] Please pull u-boot-samsung/master Message-ID: <4B4D4B3F.3030403@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom, The following changes since commit 33bf447477ff38eda46529b346677856b53e0f87: kevin.morfitt at fearnside-systems.co.uk (1): Add a unified s3c24x0 header file are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (1): s5pc1xx: update cache routines Seunghyeon Rhee (1): samsung: fix DMC1_MEM_CFG for s3c64xx cpu/arm_cortexa8/s5pc1xx/Makefile | 4 +- cpu/arm_cortexa8/s5pc1xx/cache.S | 120 ++++++++++++++++++++ include/asm-arm/arch-s3c64xx/s3c6400.h | 4 +- .../asm-arm/arch-s5pc1xx/sys_proto.h | 27 ++--- include/configs/smdkc100.h | 2 - 5 files changed, 132 insertions(+), 25 deletions(-) create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.S rename cpu/arm_cortexa8/s5pc1xx/cache.c => include/asm-arm/arch-s5pc1xx/sys_proto.h (61%)