mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Juergen Beisert <jbe@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Alexey Galakhov <agalakhov@gmail.com>
Subject: Re: [PATCH 3/9] Minimal S5PV210 + Tiny210 support (2nd stage only)
Date: Mon, 14 May 2012 10:13:05 +0200	[thread overview]
Message-ID: <201205141013.05760.jbe@pengutronix.de> (raw)
In-Reply-To: <1336912806-4163-4-git-send-email-agalakhov@gmail.com>

Alexey Galakhov wrote:
> Signed-off-by: Alexey Galakhov <agalakhov@gmail.com>
> ---
>  arch/arm/Kconfig                                   |    6 +
>  arch/arm/Makefile                                  |    1 +
>  arch/arm/boards/tiny210/Makefile                   |    1 +
>  arch/arm/boards/tiny210/config.h                   |    1 +
>  arch/arm/boards/tiny210/lowlevel.c                 |   41 +
>  arch/arm/boards/tiny210/tiny210.c                  |  113 +++
>  arch/arm/mach-samsung/Kconfig                      |   24 +
>  arch/arm/mach-samsung/Makefile                     |    1 +
>  arch/arm/mach-samsung/clocks-s5pcxx.c              |   98 +++
>  arch/arm/mach-samsung/gpio-s5pcxx.c                |  123 +++
>  arch/arm/mach-samsung/include/mach/clocks-s5pcxx.h |   55 ++
>  arch/arm/mach-samsung/include/mach/gpio.h          |    3 +
>  arch/arm/mach-samsung/include/mach/iomap-s5pcxx.h  |   49 ++
>  arch/arm/mach-samsung/include/mach/iomux-s5pcxx.h  |  798 ++++++++++++++++++++
>  arch/arm/mach-samsung/include/mach/s3c-clocks.h    |    3 +
>  arch/arm/mach-samsung/include/mach/s3c-iomap.h     |    3 +
>  16 files changed, 1320 insertions(+)
>  create mode 100644 arch/arm/boards/tiny210/Makefile
>  create mode 100644 arch/arm/boards/tiny210/config.h
>  create mode 100644 arch/arm/boards/tiny210/lowlevel.c
>  create mode 100644 arch/arm/boards/tiny210/tiny210.c
>  create mode 100644 arch/arm/mach-samsung/clocks-s5pcxx.c
>  create mode 100644 arch/arm/mach-samsung/gpio-s5pcxx.c
>  create mode 100644 arch/arm/mach-samsung/include/mach/clocks-s5pcxx.h
>  create mode 100644 arch/arm/mach-samsung/include/mach/iomap-s5pcxx.h
>  create mode 100644 arch/arm/mach-samsung/include/mach/iomux-s5pcxx.h
> [...]

This patch series reflects your development steps (2nd stage first, then
native boot support). But this is not useful when including the results into
the Barebox repository.

For example you should add your new platform at the end of this patch series
after all the required preparations are done to make it work.

jbe

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2012-05-14  8:14 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-12 16:23 [Pull request] Minimal S5PV210 support Alexey Galakhov
2012-05-13  9:09 ` Sascha Hauer
2012-05-13 12:39   ` [PATCH 0/9] " Alexey Galakhov
2012-05-13 12:39     ` [PATCH 1/9] Support most Samsung SoCs in S3C serial driver Alexey Galakhov
2012-05-13 12:39     ` [PATCH 2/9] Fine split S3C arch dependencies from generic code Alexey Galakhov
2012-05-14  8:03       ` Juergen Beisert
2012-05-14  8:54         ` Alexey Galakhov
2012-05-14  8:57           ` Sascha Hauer
2012-05-14  8:59             ` Alexey Galakhov
2012-05-14  9:00           ` Juergen Beisert
2012-05-14  9:30             ` Alexey Galakhov
2012-05-14  8:12       ` Sascha Hauer
2012-05-13 12:40     ` [PATCH 3/9] Minimal S5PV210 + Tiny210 support (2nd stage only) Alexey Galakhov
2012-05-14  8:13       ` Juergen Beisert [this message]
2012-05-14  8:57         ` Alexey Galakhov
2012-05-14  9:04           ` Juergen Beisert
     [not found]             ` <4FB0D058.3070206@gmail.com>
2012-05-14  9:57               ` Juergen Beisert
2012-05-14 11:07                 ` Alexey Galakhov
2012-05-14 13:07                   ` Juergen Beisert
2012-05-14 13:38                     ` Alexey Galakhov
2012-05-13 12:40     ` [PATCH 4/9] S5PV210 iROM magic boot code Alexey Galakhov
2012-05-14  7:51       ` Sascha Hauer
2012-05-14  8:55         ` Alexey Galakhov
2012-05-13 12:40     ` [PATCH 5/9] S5P DRAM support Alexey Galakhov
2012-05-13 12:40     ` [PATCH 6/9] S5P lowlevel clock init Alexey Galakhov
2012-05-13 12:40     ` [PATCH 7/9] Revert "S5PV210 iROM magic boot code" Alexey Galakhov
2012-05-13 12:40     ` [PATCH 8/9] S5P iROM boot support - improved Alexey Galakhov
2012-05-13 12:40     ` [PATCH 9/9] S5P boot header and image generator Alexey Galakhov

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=201205141013.05760.jbe@pengutronix.de \
    --to=jbe@pengutronix.de \
    --cc=agalakhov@gmail.com \
    --cc=barebox@lists.infradead.org \
    /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