summaryrefslogtreecommitdiffstats
path: root/tools/bootconfig/main.c
Commit message (Expand)AuthorAgeFilesLines
* tools/bootconfig: Store size and checksum in footer as le32Masami Hiramatsu2020-11-301-2/+5
* tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu2020-11-191-23/+34
* tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu2020-11-191-4/+26
* tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu2020-11-191-23/+29
* tools/bootconfig: Make all functions staticMasami Hiramatsu2020-09-181-8/+8
* tools/bootconfig: Add list optionMasami Hiramatsu2020-09-181-12/+40
* tools/bootconfig: Show bootconfig compact tree from bootconfig fileMasami Hiramatsu2020-09-181-23/+58
* tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu2020-06-161-4/+6
* tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu2020-06-161-6/+8
* tools/bootconfig: Fix apply_xbc() to return zero on successSteven Rostedt (VMware)2020-05-111-0/+1
* tools/bootconfig: Fix resource leak in apply_xbc()Yunfeng Ye2020-05-071-3/+6
* tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-4/+31
* tools/bootconfig: Remove unneeded error message silencerMasami Hiramatsu2020-02-201-8/+0
* bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2020-02-201-11/+32
* tools/bootconfig: Suppress non-error messagesMasami Hiramatsu2020-02-101-14/+14
* tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu2020-02-051-0/+1
* tools: bootconfig: Fix spelling mistake "faile" -> "failed"Colin Ian King2020-01-211-2/+2
* tools: bootconfig: Add bootconfig commandMasami Hiramatsu2020-01-131-0/+353