From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/2] at91: add atmel at91sam9m10ihd tabel support
Date: Wed, 23 Jan 2013 23:50:07 +0100 [thread overview]
Message-ID: <20130123225007.GT26329@game.jcrosoft.org> (raw)
HI,
add the sam9m10ihd support
It's a tablet based on a sam9m10 with a maxtouch
The following changes since commit 6d588b9bfd85247f9007c002cec98a7535764ae4:
Merge branch 'for-next/misc' into next (2013-01-23 20:46:17 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/at91sam9m10ihd
for you to fetch changes up to 1ae65c31d5530ba28d0ff03d75654e36509e56e7:
at91: add at91sam9m10ihd tablet support (2013-01-20 01:27:23 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (2):
at91sam9m10g45ek/defconfig: set board type
at91: add at91sam9m10ihd tablet support
arch/arm/Makefile | 1 +
arch/arm/boards/at91sam9m10ihd/Makefile | 2 +
arch/arm/boards/at91sam9m10ihd/config.h | 6 +++
arch/arm/boards/at91sam9m10ihd/env/boot/android | 11 ++++++
arch/arm/boards/at91sam9m10ihd/env/boot/mmc | 19 ++++++++++
arch/arm/boards/at91sam9m10ihd/env/boot/net | 16 ++++++++
arch/arm/boards/at91sam9m10ihd/env/boot/net-usb | 22 +++++++++++
arch/arm/boards/at91sam9m10ihd/env/config | 21 +++++++++++
arch/arm/boards/at91sam9m10ihd/env/init/automount | 17 +++++++++
arch/arm/boards/at91sam9m10ihd/env/init/config-board | 8 ++++
arch/arm/boards/at91sam9m10ihd/env/init/mtdparts-001-nand | 11 ++++++
arch/arm/boards/at91sam9m10ihd/env/init/mtdparts-002-m25p80 | 11 ++++++
arch/arm/boards/at91sam9m10ihd/env/init/ps1 | 9 +++++
arch/arm/boards/at91sam9m10ihd/hw_version.c | 216 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/boards/at91sam9m10ihd/hw_version.h | 31 +++++++++++++++
arch/arm/boards/at91sam9m10ihd/init.c | 220 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/configs/at91sam9m10g45ek_defconfig | 1 +
arch/arm/configs/at91sam9m10ihd_defconfig | 94 ++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/Kconfig | 6 +++
19 files changed, 722 insertions(+)
create mode 100644 arch/arm/boards/at91sam9m10ihd/Makefile
create mode 100644 arch/arm/boards/at91sam9m10ihd/config.h
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/boot/android
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/boot/mmc
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/boot/net
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/boot/net-usb
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/config
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/init/automount
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/init/config-board
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/init/mtdparts-001-nand
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/init/mtdparts-002-m25p80
create mode 100644 arch/arm/boards/at91sam9m10ihd/env/init/ps1
create mode 100644 arch/arm/boards/at91sam9m10ihd/hw_version.c
create mode 100644 arch/arm/boards/at91sam9m10ihd/hw_version.h
create mode 100644 arch/arm/boards/at91sam9m10ihd/init.c
create mode 100644 arch/arm/configs/at91sam9m10ihd_defconfig
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-01-23 22:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-23 22:50 Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-01-23 22:52 ` [PATCH 1/2] at91sam9m10g45ek/defconfig: set board type Jean-Christophe PLAGNIOL-VILLARD
2013-01-23 22:52 ` [PATCH 2/2] at91: add at91sam9m10ihd tablet support Jean-Christophe PLAGNIOL-VILLARD
2013-01-25 17:36 ` [PATCH 0/2] at91: add atmel at91sam9m10ihd tabel 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=20130123225007.GT26329@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