aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bootconfig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu1-20/+45
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu1-4/+19
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers1-2/+2
2020-09-21lib/bootconfig: Fix to remove tailing spaces after valueMasami Hiramatsu1-1/+1
2020-09-21lib/bootconfig: Fix a bug of breaking existing tree nodesMasami Hiramatsu1-13/+23
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-03lib/bootconfig: Add override operator supportMasami Hiramatsu1-10/+23
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu1-9/+26
2020-02-21bootconfig: Add append value operator supportMasami Hiramatsu1-4/+11
2020-02-21bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu1-5/+8
2020-02-20bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu1-4/+12
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu1-3/+12
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu1-1/+4
2020-02-05bootconfig: Add more parse error messagesMasami Hiramatsu1-4/+12
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu1-0/+803