aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bootconfig.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu1-0/+10
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu1-6/+6
2021-10-10bootconfig: Remove unused debug functionMasami Hiramatsu1-3/+0
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu1-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu1-0/+2
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu1-1/+1
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu1-2/+2
2021-07-08lib: fix spelling mistakes in header filesZhen Lei1-2/+2
2021-06-10bootconfig: Share the checksum function with toolsMasami Hiramatsu1-0/+20
2021-06-10bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu1-0/+32
2021-06-10bootconfig: Change array value to use child nodeMasami Hiramatsu1-3/+3
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu1-0/+3
2020-03-03tools/bootconfig: Show line and column in parse errorMasami Hiramatsu1-1/+2
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu1-0/+3
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu1-0/+224