From: Dirk Behme <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] Create the S5PC100 SoC code under the cpu/arm_cortesa8/
Date: Tue, 02 Jun 2009 17:41:24 +0200 [thread overview]
Message-ID: <4A254824.8000407@googlemail.com> (raw)
In-Reply-To: <b64afca20906020551g5fd3fa8as1cecc9e2e52d0a86@mail.gmail.com>
Hi Riverful,
Kim, Heung Jun wrote:
> Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
>
> ---
>
> This patch is the new processor - S5PC100's SoC code & headers.
> This patch consists of 2 files.
>
> The First file is to create the new SoC code related with S5PC100
> application processor.
> It's located in ther cpu/arm_cortesa8/s5pc100.
>
> The Second file is to create the new SoC header related with S5PC100
> application processor.
> It's located in ther include/asm-arm/s5pc100.
>
> This file is the First.
>
> cpu/arm_cortexa8/s5pc100/Makefile | 48 +++++++
> cpu/arm_cortexa8/s5pc100/config.mk | 36 ++++++
> cpu/arm_cortexa8/s5pc100/cpu_init.S | 196 +++++++++++++++++++++++++++++
> cpu/arm_cortexa8/s5pc100/interrupts.c | 218 +++++++++++++++++++++++++++++++++
> cpu/arm_cortexa8/s5pc100/speed.c | 159 ++++++++++++++++++++++++
> 5 files changed, 657 insertions(+), 0 deletions(-)
> create mode 100644 cpu/arm_cortexa8/s5pc100/Makefile
> create mode 100644 cpu/arm_cortexa8/s5pc100/config.mk
> create mode 100644 cpu/arm_cortexa8/s5pc100/cpu_init.S
> create mode 100644 cpu/arm_cortexa8/s5pc100/interrupts.c
> create mode 100644 cpu/arm_cortexa8/s5pc100/speed.c
...
Some general comments on this and the second patch:
Can you try to format your patch series that it looks like something
[PATCH 0/2] ARM Cortex A8: Add new target S5PC100 SoC
[PATCH 1/2] ARM Cortex A8: S5PC100: Add CPU files
[PATCH 2/2] ARM Cortex A8: S5PC100: Add header files
With Patch 0/2 containing *no* patch code, just the explanation:
-- cut --
This patch series adds the new ARM Cortex A8 based S5PC100's SoC code
& headers. This patch consists of 2 files.
The First file is to create the new SoC code related with S5PC100
application processor. It's located in ther cpu/arm_cortesa8/s5pc100.
The Second file is to create the new SoC header related with S5PC100
application processor. It's located in ther include/asm-arm/s5pc100.
This series depends on
http://lists.denx.de/pipermail/u-boot/2009-June/053623.html
and
http://lists.denx.de/pipermail/u-boot/2009-May/053490.html
-- cut --
Then with Patch 1/2:
-- cut --
Add CPU support for S5PC100.
Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
---
cpu/arm_cortexa8/s5pc100/Makefile | 48 +++++++
cpu/arm_cortexa8/s5pc100/config.mk | 36 ++++++
...
-- cut --
(Note the explanation *before* the Signed-off-by and the ---)
Then with patch 2/2:
-- cut --
Add S5PC100 header files.
Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
---
include/asm-arm/arch-s5pc100/clock.h | 137 +++++++
include/asm-arm/arch-s5pc100/cpu.h | 292 +++++++++++++++
...
-- cut --
Best regards
Dirk
next prev parent reply other threads:[~2009-06-02 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-02 12:51 [U-Boot] [PATCH 1/2] Create the S5PC100 SoC code under the cpu/arm_cortesa8/ Kim, Heung Jun
2009-06-02 15:41 ` Dirk Behme [this message]
2009-06-20 14:45 ` Jean-Christophe PLAGNIOL-VILLARD
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=4A254824.8000407@googlemail.com \
--to=dirk.behme@googlemail.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.