mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] at91: at91sam9n12 support
@ 2012-11-23 15:59 Jean-Christophe PLAGNIOL-VILLARD
  2012-11-23 16:01 ` [PATCH 1/2] arm: at91: add " Jean-Christophe PLAGNIOL-VILLARD
  2012-11-26  7:34 ` [PATCH 0/2] at91: at91sam9n12 support Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-11-23 15:59 UTC (permalink / raw)
  To: barebox

Hi,

	this patch serie add the support of the at91sam9n12 with it's
	reference board the n12ek

	we do not switch to the defaultenv-2 as I need nfs boot with symlink
	and this is not support yet in it

	I'll switch all my platform when we will have it

	This patch serie depends on the at91_fixes send just before


wing changes since commit 02d37b5d4598cd3ffea4730aa027c8c04ab1f58d:

  Revert "mtd: atmel_nand: optimize read/write buffer functions" (2012-11-22 02:21:14 +0800)

are available in the git repository at:

  git://git.jcrosoft.org/barebox.git delivery/at91sam9n12

for you to fetch changes up to 96a5ef4e557a816e50e66d9f708934e68b49ea76:

  at91: add at91sam9n12ek board support (2012-11-22 02:24:59 +0800)

----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (2):
      arm: at91: add at91sam9n12 support
      at91: add at91sam9n12ek board support

 arch/arm/Makefile                                    |    1 +
 arch/arm/boards/at91sam9n12ek/Makefile               |    1 +
 arch/arm/boards/at91sam9n12ek/config.h               |    6 ++
 arch/arm/boards/at91sam9n12ek/env/bin/init_board     |   50 +++++++++++++
 arch/arm/boards/at91sam9n12ek/env/config             |   41 +++++++++++
 arch/arm/boards/at91sam9n12ek/init.c                 |  270 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/configs/at91sam9n12ek_defconfig             |   87 +++++++++++++++++++++++
 arch/arm/mach-at91/Kconfig                           |   23 ++++++
 arch/arm/mach-at91/Makefile                          |    1 +
 arch/arm/mach-at91/at91sam9n12.c                     |  233 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-at91/at91sam9n12_devices.c             |  374 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-at91/clock.c                           |   15 ++--
 arch/arm/mach-at91/gpio.c                            |    2 +-
 arch/arm/mach-at91/include/mach/at91sam9n12.h        |  166 ++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-at91/include/mach/at91sam9n12_matrix.h |   98 ++++++++++++++++++++++++++
 arch/arm/mach-at91/include/mach/board.h              |    1 +
 arch/arm/mach-at91/include/mach/cpu.h                |    7 ++
 arch/arm/mach-at91/include/mach/hardware.h           |    2 +
 18 files changed, 1372 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/boards/at91sam9n12ek/Makefile
 create mode 100644 arch/arm/boards/at91sam9n12ek/config.h
 create mode 100644 arch/arm/boards/at91sam9n12ek/env/bin/init_board
 create mode 100644 arch/arm/boards/at91sam9n12ek/env/config
 create mode 100644 arch/arm/boards/at91sam9n12ek/init.c
 create mode 100644 arch/arm/configs/at91sam9n12ek_defconfig
 create mode 100644 arch/arm/mach-at91/at91sam9n12.c
 create mode 100644 arch/arm/mach-at91/at91sam9n12_devices.c
 create mode 100644 arch/arm/mach-at91/include/mach/at91sam9n12.h
 create mode 100644 arch/arm/mach-at91/include/mach/at91sam9n12_matrix.h

Best Regards,
J.

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

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

end of thread, other threads:[~2012-11-26  7:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-23 15:59 [PATCH 0/2] at91: at91sam9n12 support Jean-Christophe PLAGNIOL-VILLARD
2012-11-23 16:01 ` [PATCH 1/2] arm: at91: add " Jean-Christophe PLAGNIOL-VILLARD
2012-11-23 16:01   ` [PATCH 2/2] at91: add at91sam9n12ek board support Jean-Christophe PLAGNIOL-VILLARD
2012-11-26  7:34 ` [PATCH 0/2] at91: at91sam9n12 support Sascha Hauer

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