From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Gehrlein Date: Thu, 07 Aug 2008 11:33:49 +0200 Subject: [U-Boot-Users] [PATCH 3/7 v6] ARM: Add arm1176 core with S3C6400 SoC In-Reply-To: References: Message-ID: <489AC17D.9010306@tqs.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Guennadi Liakhovetski schrieb: > Based on the original S3C64XX port by Samsung for U-Boot 1.1.6. > > Signed-off-by: Guennadi Liakhovetski > --- > cpu/arm1176/Makefile | 50 ++ > cpu/arm1176/config.mk | 35 ++ > cpu/arm1176/cpu.c | 189 +++++++ > cpu/arm1176/s3c64xx/Makefile | 48 ++ > cpu/arm1176/s3c64xx/config.mk | 34 ++ > cpu/arm1176/s3c64xx/cpu_init.S | 142 +++++ > cpu/arm1176/s3c64xx/interrupts.c | 280 ++++++++++ > cpu/arm1176/s3c64xx/speed.c | 140 +++++ > cpu/arm1176/start.S | 469 ++++++++++++++++ > include/asm-arm/arch-s3c64xx/hardware.h | 63 +++ > include/common.h | 3 +- > include/s3c6400.h | 884 +++++++++++++++++++++++++++++++ > include/s3c64x0.h | 92 ++++ Is it intended to put the CPU specific header files directly into the include directory (s3c6400.h and s3c64x0.h)? Kind regards, Jens