-
- Downloads
bootconfig: Add Extra Boot Config support
Extra Boot Config (XBC) allows admin to pass a tree-structured boot configuration file when boot up the kernel. This extends the kernel command line in an efficient way. Boot config will contain some key-value commands, e.g. key.word = value1 another.key.word = value2 It can fold same keys with braces, also you can write array data. For example, key { word1 { setting1 = data setting2 } word2.array = "val1", "val2" } User can access these key-value pair and tree structure via SKC APIs. Link: http://lkml.kernel.org/r/157867221257.17873.1775090991929862549.stgit@devnote2 Signed-off-by:Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by:
Steven Rostedt (VMware) <rostedt@goodmis.org>
Showing
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- include/linux/bootconfig.h 224 additions, 0 deletionsinclude/linux/bootconfig.h
- init/Kconfig 11 additions, 0 deletionsinit/Kconfig
- lib/Kconfig 3 additions, 0 deletionslib/Kconfig
- lib/Makefile 2 additions, 0 deletionslib/Makefile
- lib/bootconfig.c 803 additions, 0 deletionslib/bootconfig.c
Loading
Please register or sign in to comment