]> 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)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 9 Oct 2009 00:31:50 +0000 (09:31 +0900)
commitc3f0a0ec9d8e5c88a8acc0b75981009be35d0a04
tree605e0172b04ed9963082d6e2635573fdf48c056b
parent1d96cfe8f5eebfc6ea39d1a387f35ca4499e6b67
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]