summaryrefslogtreecommitdiff
path: root/include/linux/bootconfig.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-22bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC supportSouradeep Chowdhury1-1/+1
2022-04-27bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu1-0/+10
2021-10-11bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu1-0/+10
2021-10-11bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu1-6/+6
2021-10-11bootconfig: Remove unused debug functionMasami Hiramatsu1-3/+0
2021-10-11bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu1-1/+1
2021-10-11bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu1-0/+2
2021-10-11bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu1-1/+1
2021-09-10bootconfig: 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-04tools/bootconfig: Show line and column in parse errorMasami Hiramatsu1-1/+2
2020-02-21bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu1-0/+3
2020-01-13bootconfig: Add Extra Boot Config supportMasami Hiramatsu1-0/+224