From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
Patrice Vilchez <patrice.vilchez@atmel.com>
Subject: [PATCH 00/14] Atmel ref board update
Date: Mon, 12 Mar 2012 11:47:36 +0100 [thread overview]
Message-ID: <20120312104736.GC444@game.jcrosoft.org> (raw)
Hi,
The following patch sereis update the Atmel reference board support
with
- MMU Support
- USB Device
- DFU
- USB Gadget Serial
- GPIO Keyboard
- LEDS
- of boot
please pull
The following changes since commit e0d674735b26c279d4cb6c73c140f1e0866a7953:
mach-omap: add HAS_DEBUG_LL (2012-03-05 18:13:00 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git at91-update
Jean-Christophe PLAGNIOL-VILLARD (14):
macb: fix mmu support
at91sam9263ek: add runtime nor detection
at91sam9263ek: add leds support
at91sam9263ek: add dfu and usb serial support
at91sam9263ek: update defconfig
at91sam9261ek/9g10ek: update partition layout
at91sam9261ek/9g10ek: add leds support
at91sam9261ek/9g10ek: add dfu and usb serial support
at91sam9261ek/9g10ek: add gpio Keyboard support
at91sam9261ek/9g10ek: update board supprt
at91sam9m10g45ek: update partition layout
at91sam9m10g45ek: add leds support
at91sam9m10g45ek: update defconfig
at91sam9260ek/9g20ek: update defconfig
arch/arm/boards/at91sam9261ek/env/bin/init_board | 51 ++++++++++
arch/arm/boards/at91sam9261ek/env/config | 7 +-
arch/arm/boards/at91sam9261ek/init.c | 111 +++++++++++++++++++++-
arch/arm/boards/at91sam9263ek/env/bin/init_board | 51 ++++++++++
arch/arm/boards/at91sam9263ek/env/config | 6 +-
arch/arm/boards/at91sam9263ek/init.c | 83 ++++++++++++++--
arch/arm/boards/at91sam9m10g45ek/env/config | 4 +-
arch/arm/boards/at91sam9m10g45ek/init.c | 46 +++++++++-
arch/arm/configs/at91sam9260ek_defconfig | 3 +-
arch/arm/configs/at91sam9261ek_defconfig | 29 +++++-
arch/arm/configs/at91sam9263ek_defconfig | 31 +++++-
arch/arm/configs/at91sam9g10ek_defconfig | 39 +++++++-
arch/arm/configs/at91sam9g20ek_defconfig | 3 +-
arch/arm/configs/at91sam9m10g45ek_defconfig | 32 +++++--
drivers/net/macb.c | 8 +-
15 files changed, 453 insertions(+), 51 deletions(-)
create mode 100644 arch/arm/boards/at91sam9261ek/env/bin/init_board
create mode 100644 arch/arm/boards/at91sam9263ek/env/bin/init_board
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
reply other threads:[~2012-03-12 10:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120312104736.GC444@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
--cc=nicolas.ferre@atmel.com \
--cc=patrice.vilchez@atmel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.