summaryrefslogtreecommitdiffstats
path: root/lib/bootconfig.c
AgeCommit message (Expand)AuthorLines
2020-08-03lib/bootconfig: Add override operator supportMasami Hiramatsu-10/+23
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu-9/+26
2020-02-21bootconfig: Add append value operator supportMasami Hiramatsu-4/+11
2020-02-21bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu-5/+8
2020-02-20bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu-4/+12
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu-3/+12
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu-1/+4
2020-02-05bootconfig: Add more parse error messagesMasami Hiramatsu-4/+12
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu-0/+803