aboutsummaryrefslogtreecommitdiff
path: root/lib/bootconfig.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-21lib/bootconfig: Fix to remove tailing spaces after valueGravatar Masami Hiramatsu 1-1/+1
2020-09-21lib/bootconfig: Fix a bug of breaking existing tree nodesGravatar Masami Hiramatsu 1-13/+23
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gravatar Gustavo A. R. Silva 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-08-03lib/bootconfig: Add override operator supportGravatar Masami Hiramatsu 1-10/+23
2020-03-03tools/bootconfig: Show line and column in parse errorGravatar Masami Hiramatsu 1-9/+26
2020-02-21bootconfig: Add append value operator supportGravatar Masami Hiramatsu 1-4/+11
2020-02-21bootconfig: Prohibit re-defining value on same keyGravatar Masami Hiramatsu 1-5/+8
2020-02-20bootconfig: Reject subkey and value on same parent keyGravatar Masami Hiramatsu 1-4/+12
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyGravatar Masami Hiramatsu 1-3/+12
2020-02-05tools/bootconfig: Show the number of bootconfig nodesGravatar Masami Hiramatsu 1-1/+4
2020-02-05bootconfig: Add more parse error messagesGravatar Masami Hiramatsu 1-4/+12
2020-01-13bootconfig: Add Extra Boot Config supportGravatar Masami Hiramatsu 1-0/+803