All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/4 v4] s5pc1xx: add support SMDKC100 board
Date: Fri, 09 Oct 2009 12:10:21 +0900	[thread overview]
Message-ID: <4ACEA99D.1060901@samsung.com> (raw)
In-Reply-To: <4AC46658.8080203@samsung.com>

Minkyu Kang wrote:
> Adds new board SMDKC100 that uses s5pc100 SoC
> 
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
> ---
> Changes since v1:
> - arrange env values for more readable
> - make C struct instead of base+offset
> - use MACH_TYPE_SMDKC100 directly
> - fix the CONFIG_SYS_HZ to 1000
> - enable LOADB, LOADS, BOOTD, XIMG, FPGA
> 
> Changes since v2:
> - remove <asm/sizes.h> and SZ_XX defines
> - remove the define of machine type
> - remove the unnecessary comment
> 
> Changes since v3:
> - add README.s5pc1xx file
>  
>  MAINTAINERS                            |    4 +
>  MAKEALL                                |    1 +
>  Makefile                               |    3 +
>  board/samsung/smdkc100/Makefile        |   55 +++++++
>  board/samsung/smdkc100/config.mk       |   16 ++
>  board/samsung/smdkc100/lowlevel_init.S |  215 ++++++++++++++++++++++++++++
>  board/samsung/smdkc100/mem_setup.S     |  197 ++++++++++++++++++++++++++
>  board/samsung/smdkc100/onenand.c       |   83 +++++++++++
>  board/samsung/smdkc100/smdkc100.c      |   51 +++++++
>  doc/README.s5pc1xx                     |   56 ++++++++
>  include/configs/smdkc100.h             |  242 ++++++++++++++++++++++++++++++++
>  11 files changed, 923 insertions(+), 0 deletions(-)
>  create mode 100644 board/samsung/smdkc100/Makefile
>  create mode 100644 board/samsung/smdkc100/config.mk
>  create mode 100644 board/samsung/smdkc100/lowlevel_init.S
>  create mode 100644 board/samsung/smdkc100/mem_setup.S
>  create mode 100644 board/samsung/smdkc100/onenand.c
>  create mode 100644 board/samsung/smdkc100/smdkc100.c
>  create mode 100644 doc/README.s5pc1xx
>  create mode 100644 include/configs/smdkc100.h
> 

applied to u-boot-samsung

Minkyu Kang

      reply	other threads:[~2009-10-09  3:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-10  7:35 [U-Boot] [PATCH 4/4 v2] s5pc1xx: add support SMDKC100 board Minkyu Kang
2009-09-10 11:36 ` Wolfgang Denk
2009-09-11 10:33   ` Minkyu Kang
2009-09-22 12:36     ` [U-Boot] [PATCH 4/4 v3] " Minkyu Kang
2009-09-22 15:03       ` Tom
2009-09-22 15:20         ` Peter Tyser
2009-09-22 16:13           ` Tom
2009-09-22 16:58             ` Peter Tyser
2009-09-23 10:59         ` Minkyu Kang
2009-09-23 12:05           ` Tom
2009-09-23 14:19             ` Minkyu Kang
2009-09-23 23:43             ` Kyungmin Park
2009-09-24  1:24               ` Tom
2009-10-01  8:20                 ` [U-Boot] [PATCH 4/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=4ACEA99D.1060901@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.