From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/4] at91 boot menu support
Date: Sat, 7 Apr 2012 05:12:28 +0200 [thread overview]
Message-ID: <20120407031228.GF16306@game.jcrosoft.org> (raw)
Hi,
This patch series add the support on at91sam9m10g45ek of a boot menu.
this pull include also at91-fixes, menu
please full
The following changes since commit 9c29dab5aab70d399c51d2cae73d9e40c5948707:
net: env: getenv_ip use resolv (2012-04-03 11:39:29 +0800)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git at91
for you to fetch changes up to 6c0b0166b7b0ba9ec5733366b5edfc34e5eb165b:
at91sam9m10g45ek: add boot menu support (2012-04-07 10:55:37 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (8):
at91rm9200ek: set maximum nor flash size
at91sam9260ek/9g20ek: udpate defconfig
menu: fix double action when "\n\r" or "\r\n" is received
menu: add color fancy support
defaultenv: add support for custom board boot
at91sam9m10g45ek: add gpio keys support
at91sam9m10g45ek: enable kernel console over framebuffer
at91sam9m10g45ek: add boot menu support
arch/arm/boards/at91rm9200ek/init.c | 3 +-
.../arm/boards/at91sam9m10g45ek/env/bin/boot_board | 51 +++++++++++++++++++
arch/arm/boards/at91sam9m10g45ek/env/bin/menu_boot | 37 ++++++++++++++
arch/arm/boards/at91sam9m10g45ek/env/config | 2 +-
arch/arm/boards/at91sam9m10g45ek/init.c | 51 +++++++++++++++++++
arch/arm/configs/at91sam9260ek_defconfig | 5 ++-
arch/arm/configs/at91sam9g20ek_defconfig | 8 +++-
common/menu.c | 53 +++++++++++++++++---
defaultenv/bin/init | 18 ++++---
include/menu.h | 3 +
10 files changed, 213 insertions(+), 18 deletions(-)
create mode 100644 arch/arm/boards/at91sam9m10g45ek/env/bin/boot_board
create mode 100644 arch/arm/boards/at91sam9m10g45ek/env/bin/menu_boot
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-04-07 3:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-07 3:12 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-04-07 3:14 ` [PATCH 1/4] defaultenv: add support for custom board boot Jean-Christophe PLAGNIOL-VILLARD
2012-04-07 3:14 ` [PATCH 2/4] at91sam9m10g45ek: add gpio keys support Jean-Christophe PLAGNIOL-VILLARD
2012-04-07 3:15 ` [PATCH 3/4] at91sam9m10g45ek: enable kernel console over framebuffer Jean-Christophe PLAGNIOL-VILLARD
2012-04-07 3:15 ` [PATCH 4/4] at91sam9m10g45ek: add boot menu support Jean-Christophe PLAGNIOL-VILLARD
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=20120407031228.GF16306@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