mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] NEW boot config
@ 2011-10-28  9:34 Jean-Christophe PLAGNIOL-VILLARD
  2011-10-28  9:37 ` [PATCH 1/2] add boot_config command support Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-10-28  9:34 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-10-31 18:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-28  9:34 [RFC PATCH 0/2] NEW boot config Jean-Christophe PLAGNIOL-VILLARD
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox