summaryrefslogtreecommitdiff
path: root/tools/bootconfig/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-08bootconfig: Fix missing return check of xbc_node_compose_key functionJulio Faracco1-1/+3
2021-06-10bootconfig: Share the checksum function with toolsMasami Hiramatsu1-13/+2
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu1-8/+37
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu1-1/+1
2021-06-10tools/bootconfig: Simplify expressionzuoqilin1-3/+1
2021-06-08tools/bootconfig: Fix error return code in apply_xbc()Zhen Lei1-0/+1
2020-12-01tools/bootconfig: Store size and checksum in footer as le32Masami Hiramatsu1-2/+5
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu1-23/+34
2020-11-19tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu1-4/+26
2020-11-19tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu1-23/+29
2020-09-19tools/bootconfig: Make all functions staticMasami Hiramatsu1-8/+8
2020-09-19tools/bootconfig: Add list optionMasami Hiramatsu1-12/+40
2020-09-19tools/bootconfig: Show bootconfig compact tree from bootconfig fileMasami Hiramatsu1-23/+58
2020-06-17tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu1-4/+6
2020-06-17tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu1-6/+8
2020-05-12tools/bootconfig: Fix apply_xbc() to return zero on successSteven Rostedt (VMware)1-0/+1
2020-05-07tools/bootconfig: Fix resource leak in apply_xbc()Yunfeng Ye1-3/+6
2020-03-04tools/bootconfig: Show line and column in parse errorMasami Hiramatsu1-4/+31
2020-02-21tools/bootconfig: Remove unneeded error message silencerMasami Hiramatsu1-8/+0
2020-02-21bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu1-11/+32
2020-02-11tools/bootconfig: Suppress non-error messagesMasami Hiramatsu1-14/+14
2020-02-06tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu1-0/+1
2020-01-22tools: bootconfig: Fix spelling mistake "faile" -> "failed"Colin Ian King1-2/+2
2020-01-13tools: bootconfig: Add bootconfig commandMasami Hiramatsu1-0/+353