public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jens Gehrlein <sew_s@tqs.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 3/7 v6] ARM: Add arm1176 core with S3C6400 SoC
Date: Thu, 07 Aug 2008 11:33:49 +0200	[thread overview]
Message-ID: <489AC17D.9010306@tqs.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0808062126070.27004@axis700.grange>

Guennadi Liakhovetski schrieb:
> Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
> 
> Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
> ---
>  cpu/arm1176/Makefile                    |   50 ++
>  cpu/arm1176/config.mk                   |   35 ++
>  cpu/arm1176/cpu.c                       |  189 +++++++
>  cpu/arm1176/s3c64xx/Makefile            |   48 ++
>  cpu/arm1176/s3c64xx/config.mk           |   34 ++
>  cpu/arm1176/s3c64xx/cpu_init.S          |  142 +++++
>  cpu/arm1176/s3c64xx/interrupts.c        |  280 ++++++++++
>  cpu/arm1176/s3c64xx/speed.c             |  140 +++++
>  cpu/arm1176/start.S                     |  469 ++++++++++++++++
>  include/asm-arm/arch-s3c64xx/hardware.h |   63 +++
>  include/common.h                        |    3 +-
>  include/s3c6400.h                       |  884 +++++++++++++++++++++++++++++++
>  include/s3c64x0.h                       |   92 ++++

Is it intended to put the CPU specific header files directly into the 
include directory (s3c6400.h and s3c64x0.h)?

Kind regards,
Jens

  parent reply	other threads:[~2008-08-07  9:33 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-06 19:41 [U-Boot-Users] [PATCH 0/7 v6] SMDK6400 support Guennadi Liakhovetski
2008-08-06 19:42 ` [U-Boot-Users] [PATCH 2/7 v6] nand_spl: Support page-aligned read in nand_load, use chipselect Guennadi Liakhovetski
2008-08-06 22:54   ` Scott Wood
2008-08-07  6:36     ` Guennadi Liakhovetski
2008-08-06 19:42 ` [U-Boot-Users] [PATCH 3/7 v6] ARM: Add arm1176 core with S3C6400 SoC Guennadi Liakhovetski
2008-08-07  6:28   ` Andreas Engel
2008-08-07  6:55     ` Guennadi Liakhovetski
2008-08-07  9:33   ` Jens Gehrlein [this message]
2008-08-07  9:51     ` Wolfgang Denk
2008-08-07 10:03       ` Jens Gehrlein
2008-08-07 10:17         ` Wolfgang Denk
2008-08-07 11:03           ` Jens Gehrlein
2008-08-07 11:07             ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-07 10:00   ` Jens Gehrlein
2008-08-07 10:12     ` Guennadi Liakhovetski
2008-08-07 11:12       ` Jens Gehrlein
2008-08-09  9:11   ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-09  9:58     ` [U-Boot] " Wolfgang Denk
2008-08-09 10:07       ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-11  8:17     ` [U-Boot-Users] " Guennadi Liakhovetski
2008-08-06 19:42 ` [U-Boot-Users] [PATCH 4/7 v6] USB: Add support for OHCI controller on S3C6400 Guennadi Liakhovetski
2008-08-07 15:56   ` Markus Klotzbücher
2008-08-07 15:53     ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-08  9:16       ` Markus Klotzbücher
2008-08-06 19:42 ` [U-Boot-Users] [PATCH 5/7 v6] serial: add S3C64XX serial driver Guennadi Liakhovetski
2008-08-09  9:13   ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-11  8:44     ` Guennadi Liakhovetski
2008-08-11 10:06       ` [U-Boot] " Wolfgang Denk
2008-08-11 10:53         ` Guennadi Liakhovetski
2008-08-11 12:12           ` Wolfgang Denk
2008-08-11 12:43             ` Guennadi Liakhovetski
2008-08-06 19:42 ` [U-Boot-Users] [PATCH 6/7 v6] NAND: add NAND driver for S3C64XX Guennadi Liakhovetski
2008-08-07 22:15   ` Scott Wood
2008-08-06 19:42 ` [U-Boot-Users] [PATCH 7/7 v6] ARM: Add support for S3C6400 based SMDK6400 board Guennadi Liakhovetski
2008-08-09  9:32   ` 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=489AC17D.9010306@tqs.de \
    --to=sew_s@tqs.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox