summaryrefslogtreecommitdiffstats
path: root/lib/bootconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2020-11-181-2/+2
* lib/bootconfig: Fix to remove tailing spaces after valueMasami Hiramatsu2020-09-211-1/+1
* lib/bootconfig: Fix a bug of breaking existing tree nodesMasami Hiramatsu2020-09-211-13/+23
* lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-241-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* lib/bootconfig: Add override operator supportMasami Hiramatsu2020-08-031-10/+23
* tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-9/+26
* bootconfig: Add append value operator supportMasami Hiramatsu2020-02-211-4/+11
* bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu2020-02-211-5/+8
* bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu2020-02-201-4/+12
* bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu2020-02-101-3/+12
* tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu2020-02-051-1/+4
* bootconfig: Add more parse error messagesMasami Hiramatsu2020-02-051-4/+12
* bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-131-0/+803