Age | Commit message (Expand) | Author | Files | Lines |
2022-04-27 | bootconfig: Support embedding a bootconfig file in kernel | Masami Hiramatsu | 1 | -0/+10 |
2021-10-11 | bootconfig: Cleanup dummy headers in tools/bootconfig | Masami Hiramatsu | 1 | -0/+10 |
2021-10-11 | bootconfig: Replace u16 and u32 with uint16_t and uint32_t | Masami Hiramatsu | 1 | -6/+6 |
2021-10-11 | bootconfig: Remove unused debug function | Masami Hiramatsu | 1 | -3/+0 |
2021-10-11 | bootconfig: Rename xbc_destroy_all() to xbc_exit() | Masami Hiramatsu | 1 | -1/+1 |
2021-10-11 | bootconfig: Add xbc_get_info() for the node information | Masami Hiramatsu | 1 | -0/+2 |
2021-10-11 | bootconfig: Allocate xbc_data inside xbc_init() | Masami Hiramatsu | 1 | -1/+1 |
2021-09-10 | bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey() | Masami Hiramatsu | 1 | -2/+2 |
2021-07-08 | lib: fix spelling mistakes in header files | Zhen Lei | 1 | -2/+2 |
2021-06-10 | bootconfig: Share the checksum function with tools | Masami Hiramatsu | 1 | -0/+20 |
2021-06-10 | bootconfig: Support mixing a value and subkeys under a key | Masami Hiramatsu | 1 | -0/+32 |
2021-06-10 | bootconfig: Change array value to use child node | Masami Hiramatsu | 1 | -3/+3 |
2020-11-19 | tools/bootconfig: Align the bootconfig applied initrd image size to 4 | Masami Hiramatsu | 1 | -0/+3 |
2020-03-04 | tools/bootconfig: Show line and column in parse error | Masami Hiramatsu | 1 | -1/+2 |
2020-02-21 | bootconfig: Add bootconfig magic word for indicating bootconfig explicitly | Masami Hiramatsu | 1 | -0/+3 |
2020-01-13 | bootconfig: Add Extra Boot Config support | Masami Hiramatsu | 1 | -0/+224 |