diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2020-01-10 17:03:32 +0100 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-01-13 19:19:38 +0100 |
commit | 76db5a27a827c2c89e5120a3d486472da847863b (patch) | |
tree | f5d871e93abc0c02f4a68afd84cca55aca9e9300 /.gitattributes | |
parent | tracing: Make struct ring_buffer less ambiguous (diff) | |
download | linux-76db5a27a827c2c89e5120a3d486472da847863b.tar.xz linux-76db5a27a827c2c89e5120a3d486472da847863b.zip |
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>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions