From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/5] at91sam9261: add bootstrap and firstage support
Date: Sat, 26 Jan 2013 19:18:09 +0100 [thread overview]
Message-ID: <20130126181809.GH26329@game.jcrosoft.org> (raw)
HI,
the following patch serie add support to the sam9261 of
- bootstrap
- first stage
- spi
The following changes since commit 62c096b6e4d5fe22de09659697bf921d5dbca28b:
at91sam9261: fix max bare_init it's 156KiB (2013-01-22 20:18:57 +0800)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/at91sam9261ek_bootstrap
for you to fetch changes up to f6c904910c2731437f09cb69b394e3927b1303ff:
at91sam9261ek: add first stage support (2013-01-22 20:54:04 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (5):
at91sam9260/9g20/9261/9g10/9263: split soc lowlevel_init from generic
at91: introduce AT91_LOAD_BAREBOX_SRAM to specifcy which size load for external boot
at91sam9261ek: add spi support
at91sam9261ek: add boostrap support
at91sam9261ek: add first stage support
arch/arm/boards/at91sam9261ek/Makefile | 4 +++
arch/arm/boards/at91sam9261ek/env/config | 10 +++++--
arch/arm/boards/at91sam9261ek/init.c | 59 +++++++++++++++++++++++++++++++++++--
arch/arm/boards/at91sam9261ek/lowlevel_init.c | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/configs/at91sam9261ek_bootstrap_defconfig | 25 ++++++++++++++++
arch/arm/configs/at91sam9261ek_defconfig | 3 +-
arch/arm/configs/at91sam9261ek_first_stage_defconfig | 71 ++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/Kconfig | 19 ++++++++++++
arch/arm/mach-at91/Makefile | 5 +++-
arch/arm/mach-at91/at91sam9260_lowlevel_init.c | 34 +++++++++++++++++++++
arch/arm/mach-at91/at91sam9261_lowlevel_init.c | 34 +++++++++++++++++++++
arch/arm/mach-at91/at91sam9263_lowlevel_init.c | 34 +++++++++++++++++++++
arch/arm/mach-at91/at91sam926x_lowlevel_init.c | 36 +++++------------------
arch/arm/mach-at91/include/mach/at91_lowlevel_init.h | 1 +
arch/arm/mach-at91/include/mach/barebox-arm-head.h | 2 +-
15 files changed, 408 insertions(+), 37 deletions(-)
create mode 100644 arch/arm/boards/at91sam9261ek/lowlevel_init.c
create mode 100644 arch/arm/configs/at91sam9261ek_bootstrap_defconfig
create mode 100644 arch/arm/configs/at91sam9261ek_first_stage_defconfig
create mode 100644 arch/arm/mach-at91/at91sam9260_lowlevel_init.c
create mode 100644 arch/arm/mach-at91/at91sam9261_lowlevel_init.c
create mode 100644 arch/arm/mach-at91/at91sam9263_lowlevel_init.c
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-01-26 18:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-26 18:18 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-01-26 18:19 ` [PATCH 1/5] at91sam9260/9g20/9261/9g10/9263: split soc lowlevel_init from generic Jean-Christophe PLAGNIOL-VILLARD
2013-01-26 18:19 ` [PATCH 2/5] at91: introduce AT91_LOAD_BAREBOX_SRAM to specifcy which size load for external boot Jean-Christophe PLAGNIOL-VILLARD
2013-01-26 18:19 ` [PATCH 3/5] at91sam9261ek: add spi support Jean-Christophe PLAGNIOL-VILLARD
2013-01-26 18:19 ` [PATCH 4/5] at91sam9261ek: add boostrap support Jean-Christophe PLAGNIOL-VILLARD
2013-01-26 18:19 ` [PATCH 5/5] at91sam9261ek: add first stage support Jean-Christophe PLAGNIOL-VILLARD
2013-01-26 21:59 ` Sascha Hauer
2013-01-26 23:14 ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 13:22 ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-31 13:23 ` [PATCH 0/5] at91sam9261: add bootstrap and firstage support 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=20130126181809.GH26329@game.jcrosoft.org \
--to=plagnioj@jcrosoft.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