[U-Boot-Users] [PATCH 3/7 v6] ARM: Add arm1176 core with S3C6400 SoC

Jens Gehrlein sew_s at tqs.de
Thu Aug 7 11:33:49 CEST 2008


Guennadi Liakhovetski schrieb:
> Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
> 
> Signed-off-by: Guennadi Liakhovetski <lg at denx.de>
> ---
>  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




More information about the U-Boot mailing list