mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] at91sam9261: add bootstrap and firstage support
@ 2013-01-26 18:18 Jean-Christophe PLAGNIOL-VILLARD
  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-31 13:23 ` [PATCH 0/5] at91sam9261: add bootstrap and firstage support Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 10+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-01-26 18:18 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-01-31 13:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-26 18:18 [PATCH 0/5] at91sam9261: add bootstrap and firstage support Jean-Christophe PLAGNIOL-VILLARD
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox