From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [RFC PATCH 0/2] NEW boot config
Date: Fri, 28 Oct 2011 11:34:56 +0200 [thread overview]
Message-ID: <20111028093456.GA7961@game.jcrosoft.org> (raw)
Hi,
This is a frist attempt to implement a new boot config management
that will allow us to have more complex config and a boot menu
so for small boot loader we will be able to drop the shell
Jean-Christophe PLAGNIOL-VILLARD (2):
add boot_config command support
add boot_menu command support
Documentation/bootsec.dtb | Bin 0 -> 2198 bytes
Documentation/bootsec/bootsec.cfg | 104 +++++++++
commands/Kconfig | 16 ++
commands/Makefile | 2 +
commands/boot_config.c | 262 ++++++++++++++++++++++
commands/boot_menu.c | 234 ++++++++++++++++++++
common/Kconfig | 5 +
common/Makefile | 1 +
common/boot_config.c | 438 +++++++++++++++++++++++++++++++++++++
common/boot_config_dts.c | 256 ++++++++++++++++++++++
include/boot_config.h | 158 +++++++++++++
11 files changed, 1476 insertions(+), 0 deletions(-)
create mode 100644 Documentation/bootsec.dtb
create mode 100644 Documentation/bootsec/bootsec.cfg
create mode 100644 Documentation/bootsec/splash_installer.bmp
create mode 100644 Documentation/bootsec/splash_menu.bmp
create mode 100644 commands/boot_config.c
create mode 100644 commands/boot_menu.c
create mode 100644 common/boot_config.c
create mode 100644 common/boot_config_dts.c
create mode 100644 include/boot_config.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-10-28 9:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-28 9:34 Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-10-28 9:37 ` [PATCH 1/2] add boot_config command support Jean-Christophe PLAGNIOL-VILLARD
2011-10-28 9:37 ` [PATCH 2/2] add boot_menu " Jean-Christophe PLAGNIOL-VILLARD
2011-10-28 22:19 ` [PATCH 1/2] add boot_config " Sascha Hauer
2011-10-30 18:50 ` Jean-Christophe PLAGNIOL-VILLARD
2011-10-31 18:33 ` 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=20111028093456.GA7961@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