[RFC PATCH 0/2] NEW boot config
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Fri Oct 28 05:34:56 EDT 2011
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.
More information about the barebox
mailing list