summaryrefslogtreecommitdiffstats
path: root/include/linux/bootconfig.h
Commit message (Expand)AuthorAgeFilesLines
* bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC supportSouradeep Chowdhury2023-02-221-1/+1
* bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu2022-04-261-0/+10
* bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu2021-10-101-0/+10
* bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu2021-10-101-6/+6
* bootconfig: Remove unused debug functionMasami Hiramatsu2021-10-101-3/+0
* bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu2021-10-101-1/+1
* bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu2021-10-101-0/+2
* bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu2021-10-101-1/+1
* bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu2021-09-091-2/+2
* lib: fix spelling mistakes in header filesZhen Lei2021-07-081-2/+2
* bootconfig: Share the checksum function with toolsMasami Hiramatsu2021-06-101-0/+20
* bootconfig: Support mixing a value and subkeys under a keyMasami Hiramatsu2021-06-101-0/+32
* bootconfig: Change array value to use child nodeMasami Hiramatsu2021-06-101-3/+3
* tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu2020-11-191-0/+3
* tools/bootconfig: Show line and column in parse errorMasami Hiramatsu2020-03-031-1/+2
* bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2020-02-201-0/+3
* bootconfig: Add Extra Boot Config supportMasami Hiramatsu2020-01-131-0/+224