mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/2] at91: at91sam9n12 support
Date: Fri, 23 Nov 2012 16:59:45 +0100	[thread overview]
Message-ID: <20121123155945.GW8327@game.jcrosoft.org> (raw)

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

             reply	other threads:[~2012-11-23 16:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-23 15:59 Jean-Christophe PLAGNIOL-VILLARD [this message]
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

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=20121123155945.GW8327@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