]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/cpu/arm1176/cpu.c
ARM: Add arm1176 core with S3C6400 SoC
authorGuennadi Liakhovetski <lg@denx.de>
Sat, 30 Aug 2008 22:39:46 +0000 (00:39 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 30 Aug 2008 22:39:46 +0000 (00:39 +0200)
commit9b07773f8883665b002500c190507e9fd99b7181
tree5efa1c039073cd50da97671f9da6bcbe908f5746
parentfcaac589a68115819ddadcf5c18ded9a5f9e2c75
ARM: Add arm1176 core with S3C6400 SoC

Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13 files changed:
cpu/arm1176/Makefile [new file with mode: 0644]
cpu/arm1176/config.mk [new file with mode: 0644]
cpu/arm1176/cpu.c [new file with mode: 0644]
cpu/arm1176/s3c64xx/Makefile [new file with mode: 0644]
cpu/arm1176/s3c64xx/config.mk [new file with mode: 0644]
cpu/arm1176/s3c64xx/cpu_init.S [new file with mode: 0644]
cpu/arm1176/s3c64xx/interrupts.c [new file with mode: 0644]
cpu/arm1176/s3c64xx/speed.c [new file with mode: 0644]
cpu/arm1176/start.S [new file with mode: 0644]
include/asm-arm/arch-s3c64xx/hardware.h [new file with mode: 0644]
include/common.h
include/s3c6400.h [new file with mode: 0644]
include/s3c64x0.h [new file with mode: 0644]