aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bootconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-21bootconfig: Add append value operator supportMasami Hiramatsu1-2/+14
2020-02-21bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu1-0/+6
2020-02-20bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu2-0/+6
2020-02-20tools/bootconfig: Remove unneeded error message silencerMasami Hiramatsu2-12/+1
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2-12/+33
2020-02-10tools/bootconfig: Suppress non-error messagesMasami Hiramatsu2-14/+23
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu1-0/+12
2020-02-10tools/bootconfig: Fix wrong __VA_ARGS__ usageMasami Hiramatsu1-1/+1
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu1-0/+1
2020-01-21tools: bootconfig: Fix spelling mistake "faile" -> "failed"Colin Ian King1-2/+2
2020-01-13tools: bootconfig: Add bootconfig test scriptMasami Hiramatsu22-0/+176
2020-01-13tools: bootconfig: Add bootconfig commandMasami Hiramatsu10-0/+474