2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 05:34:00 +08:00
linux-next/tools/bootconfig
Masami Hiramatsu 5f811c57c9 bootconfig: Add append value operator support
Add append value operator "+=" support to bootconfig syntax.
With this operator, user can add new value to the key as
an entry of array instead of overwriting.
For example,

  foo = bar
  ...
  foo += baz

Then the key "foo" has "bar" and "baz" values as an array.

Link: http://lkml.kernel.org/r/158227283195.12842.8310503105963275584.stgit@devnote2

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-02-21 09:59:39 -05:00
..
include/linux tools/bootconfig: Remove unneeded error message silencer 2020-02-20 17:53:41 -05:00
samples bootconfig: Prohibit re-defining value on same key 2020-02-21 09:59:19 -05:00
.gitignore
main.c tools/bootconfig: Remove unneeded error message silencer 2020-02-20 17:53:41 -05:00
Makefile tools: bootconfig: Add bootconfig test script 2020-01-13 13:19:39 -05:00
test-bootconfig.sh bootconfig: Add append value operator support 2020-02-21 09:59:39 -05:00