aboutsummaryrefslogtreecommitdiff
path: root/tools/bootconfig
AgeCommit message (Expand)AuthorFilesLines
2020-05-11tools/bootconfig: Fix apply_xbc() to return zero on successGravatar Steven Rostedt (VMware) 1-0/+1
2020-05-07tools/bootconfig: Fix resource leak in apply_xbc()Gravatar Yunfeng Ye 1-3/+6
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 3-18/+58
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-03tools/bootconfig: Show line and column in parse errorGravatar Masami Hiramatsu 1-4/+31
2020-03-03bootconfig: Support O=<builddir> optionGravatar Masami Hiramatsu 2-14/+27
2020-02-21bootconfig: Add append value operator supportGravatar Masami Hiramatsu 1-2/+14
2020-02-21bootconfig: Prohibit re-defining value on same keyGravatar Masami Hiramatsu 1-0/+6
2020-02-20bootconfig: Reject subkey and value on same parent keyGravatar Masami Hiramatsu 2-0/+6
2020-02-20tools/bootconfig: Remove unneeded error message silencerGravatar Masami Hiramatsu 2-12/+1
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyGravatar Masami Hiramatsu 2-12/+33
2020-02-10tools/bootconfig: Suppress non-error messagesGravatar Masami Hiramatsu 2-14/+23
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyGravatar Masami Hiramatsu 1-0/+12
2020-02-10tools/bootconfig: Fix wrong __VA_ARGS__ usageGravatar Masami Hiramatsu 1-1/+1
2020-02-05tools/bootconfig: Show the number of bootconfig nodesGravatar Masami Hiramatsu 1-0/+1
2020-01-21tools: bootconfig: Fix spelling mistake "faile" -> "failed"Gravatar Colin Ian King 1-2/+2
2020-01-13tools: bootconfig: Add bootconfig test scriptGravatar Masami Hiramatsu 22-0/+176
2020-01-13tools: bootconfig: Add bootconfig commandGravatar Masami Hiramatsu 10-0/+474