From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4 v4] s5pc1xx: support Samsung s5pc1xx SoC
Date: Fri, 09 Oct 2009 12:10:04 +0900 [thread overview]
Message-ID: <4ACEA98C.9070900@samsung.com> (raw)
In-Reply-To: <4AC46631.5050509@samsung.com>
Minkyu Kang wrote:
> 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>
> ---
> Changes since v1:
> - make C struct instead of base+offset
> - use writel/readl function
> - use the strmhz function
> - fix some comments
>
> Changes since v2:
> - use function pointer for separate Soc
> - provide two separate functions for each Soc
> - remove not helpful cpu informations
> - modify to lower case letter in C struct
> - remove unnecessary Macro and header files
>
> Changes since v3:
> - N/A
>
> cpu/arm_cortexa8/s5pc1xx/Makefile | 53 ++++++
> cpu/arm_cortexa8/s5pc1xx/cache.c | 43 +++++
> cpu/arm_cortexa8/s5pc1xx/clock.c | 308 ++++++++++++++++++++++++++++++++++
> cpu/arm_cortexa8/s5pc1xx/cpu_info.c | 57 +++++++
> cpu/arm_cortexa8/s5pc1xx/reset.S | 47 +++++
> cpu/arm_cortexa8/s5pc1xx/timer.c | 195 +++++++++++++++++++++
> include/asm-arm/arch-s5pc1xx/clk.h | 32 ++++
> include/asm-arm/arch-s5pc1xx/clock.h | 94 ++++++++++
> include/asm-arm/arch-s5pc1xx/cpu.h | 72 ++++++++
> include/asm-arm/arch-s5pc1xx/gpio.h | 129 ++++++++++++++
> include/asm-arm/arch-s5pc1xx/power.h | 42 +++++
> include/asm-arm/arch-s5pc1xx/pwm.h | 59 +++++++
> include/asm-arm/arch-s5pc1xx/uart.h | 47 +++++
> 13 files changed, 1178 insertions(+), 0 deletions(-)
> create mode 100644 cpu/arm_cortexa8/s5pc1xx/Makefile
> create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.c
> create mode 100644 cpu/arm_cortexa8/s5pc1xx/clock.c
> create mode 100644 cpu/arm_cortexa8/s5pc1xx/cpu_info.c
> create mode 100644 cpu/arm_cortexa8/s5pc1xx/reset.S
> create mode 100644 cpu/arm_cortexa8/s5pc1xx/timer.c
> create mode 100644 include/asm-arm/arch-s5pc1xx/clk.h
> create mode 100644 include/asm-arm/arch-s5pc1xx/clock.h
> create mode 100644 include/asm-arm/arch-s5pc1xx/cpu.h
> create mode 100644 include/asm-arm/arch-s5pc1xx/gpio.h
> create mode 100644 include/asm-arm/arch-s5pc1xx/power.h
> create mode 100644 include/asm-arm/arch-s5pc1xx/pwm.h
> create mode 100644 include/asm-arm/arch-s5pc1xx/uart.h
>
applied to u-boot-samsung
Minkyu Kang
prev parent reply other threads:[~2009-10-09 3:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-10 7:35 [U-Boot] [PATCH 1/4 v2] s5pc1xx: support Samsung s5pc1xx SoC Minkyu Kang
2009-09-10 10:31 ` Wolfgang Denk
2009-09-11 10:06 ` Minkyu Kang
2009-09-22 12:35 ` [U-Boot] [PATCH 1/4 v3] " Minkyu Kang
2009-09-22 14:34 ` Tom
2009-09-23 10:42 ` Minkyu Kang
2009-09-23 11:46 ` Tom
2009-10-01 8:20 ` [U-Boot] [PATCH 1/4 v4] " Minkyu Kang
2009-10-09 3:10 ` Minkyu Kang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ACEA98C.9070900@samsung.com \
--to=mk7.kang@samsung.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.