]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
s5pc1xx: support Samsung s5pc1xx SoC
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 1 Oct 2009 08:20:01 +0000 (17:20 +0900)
committerTom Rix <Tom.Rix@windriver.com>
Wed, 14 Oct 2009 02:13:55 +0000 (21:13 -0500)
commit399e5ae0d0b2eb4663fc5784201968c07d45afac
tree9c88ca02e6f2d4432a025b05ad2cb83bf3ba3785
parenta380279b2abe130c2d3d2c8de36f8ff98bc6b3b0
s5pc1xx: support Samsung s5pc1xx SoC

This patch adds support for the Samsung s5pc100 and s5pc110
SoCs. The s5pc1xx SoC is an ARM Cortex A8 processor.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
13 files changed:
cpu/arm_cortexa8/s5pc1xx/Makefile [new file with mode: 0644]
cpu/arm_cortexa8/s5pc1xx/cache.c [new file with mode: 0644]
cpu/arm_cortexa8/s5pc1xx/clock.c [new file with mode: 0644]
cpu/arm_cortexa8/s5pc1xx/cpu_info.c [new file with mode: 0644]
cpu/arm_cortexa8/s5pc1xx/reset.S [new file with mode: 0644]
cpu/arm_cortexa8/s5pc1xx/timer.c [new file with mode: 0644]
include/asm-arm/arch-s5pc1xx/clk.h [new file with mode: 0644]
include/asm-arm/arch-s5pc1xx/clock.h [new file with mode: 0644]
include/asm-arm/arch-s5pc1xx/cpu.h [new file with mode: 0644]
include/asm-arm/arch-s5pc1xx/gpio.h [new file with mode: 0644]
include/asm-arm/arch-s5pc1xx/power.h [new file with mode: 0644]
include/asm-arm/arch-s5pc1xx/pwm.h [new file with mode: 0644]
include/asm-arm/arch-s5pc1xx/uart.h [new file with mode: 0644]