aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bootconfig.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-14bootconfig: use memblock_free_late to free xbc memory to buddyGravatar Qiang Zhang 1-1/+6
2024-04-09fs/proc: Skip bootloader comment if no embedded kernel parametersGravatar Masami Hiramatsu 1-0/+1
2023-02-22bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC supportGravatar Souradeep Chowdhury 1-1/+1
2022-04-26bootconfig: Support embedding a bootconfig file in kernelGravatar Masami Hiramatsu 1-0/+10
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigGravatar Masami Hiramatsu 1-0/+10
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tGravatar Masami Hiramatsu 1-6/+6
2021-10-10bootconfig: Remove unused debug functionGravatar Masami Hiramatsu 1-3/+0
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Gravatar Masami Hiramatsu 1-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationGravatar Masami Hiramatsu 1-0/+2
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Gravatar Masami Hiramatsu 1-1/+1
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Gravatar Masami Hiramatsu 1-2/+2
2021-07-08lib: fix spelling mistakes in header filesGravatar Zhen Lei 1-2/+2
2021-06-10bootconfig: Share the checksum function with toolsGravatar Masami Hiramatsu 1-0/+20
2021-06-10bootconfig: Support mixing a value and subkeys under a keyGravatar Masami Hiramatsu 1-0/+32
2021-06-10bootconfig: Change array value to use child nodeGravatar Masami Hiramatsu 1-3/+3
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Gravatar Masami Hiramatsu 1-0/+3
2020-03-03tools/bootconfig: Show line and column in parse errorGravatar Masami Hiramatsu 1-1/+2
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyGravatar Masami Hiramatsu 1-0/+3
2020-01-13bootconfig: Add Extra Boot Config supportGravatar Masami Hiramatsu 1-0/+224