summaryrefslogtreecommitdiffstats
path: root/tools/bootconfig/main.c
AgeCommit message (Expand)AuthorLines
2025-08-21bootconfig: Fix negative seeks on 32-bit with LFS enabledBen Hutchings-2/+2
2025-07-24bootconfig: Fix unaligned access when building footerBen Hutchings-11/+13
2025-07-14tools/bootconfig: Cleanup bootconfig footer size calculationsMasami Hiramatsu (Google)-8/+11
2025-01-28tools/bootconfig: Fix the wrong format specifierLuo Yifan-2/+2
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu-1/+0
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu-10/+10
2021-10-10tools/bootconfig: Print all error message in stderrMasami Hiramatsu-0/+2
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu-0/+1
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu-3/+3
2021-09-08bootconfig: Fix missing return check of xbc_node_compose_key functionJulio Faracco-1/+3
2021-06-10bootconfig: Share the checksum function with toolsMasami Hiramatsu-13/+2
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu-8/+37
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu-1/+1
2021-06-10tools/bootconfig: Simplify expressionzuoqilin-3/+1
2021-06-08tools/bootconfig: Fix error return code in apply_xbc()Zhen Lei-0/+1
2020-11-30tools/bootconfig: Store size and checksum in footer as le32Masami Hiramatsu-2/+5
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu-23/+34
2020-11-19tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu-4/+26
2020-11-19tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu-23/+29
2020-09-18tools/bootconfig: Make all functions staticMasami Hiramatsu-8/+8
2020-09-18tools/bootconfig: Add list optionMasami Hiramatsu-12/+40
2020-09-18tools/bootconfig: Show bootconfig compact tree from bootconfig fileMasami Hiramatsu-23/+58
2020-06-16tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu-4/+6
2020-06-16tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu-6/+8
2020-05-11tools/bootconfig: Fix apply_xbc() to return zero on successSteven Rostedt (VMware)-0/+1
2020-05-07tools/bootconfig: Fix resource leak in apply_xbc()Yunfeng Ye-3/+6
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu-4/+31
2020-02-20tools/bootconfig: Remove unneeded error message silencerMasami Hiramatsu-8/+0
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu-11/+32
2020-02-10tools/bootconfig: Suppress non-error messagesMasami Hiramatsu-14/+14
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu-0/+1
2020-01-21tools: bootconfig: Fix spelling mistake "faile" -> "failed"Colin Ian King-2/+2
2020-01-13tools: bootconfig: Add bootconfig commandMasami Hiramatsu-0/+353