Thierry Laurion 13daaa1203
modules/ coreboot+linux: add helpers to edit config in place + save in oldconfig/defconfig formats
both linux/coreboot:
- save_in_defconfig_format_in_place : takes whatever coreboot config file for a make BOARD=xyz statement and saves it in defconfig
- save_in_oldefconfig_format_in_place : takes whatever coreboot config file for a make BOARD=xyz statement and saves it in oldefconfig

linux:
- linux.prompt_for_new_config_options_for_kernel_version_bump:
  - The most useful helper as of now when doing kernel version bump.
  - Requires to save current kernel config in oldconfig (make BOARD=xyz linux.save_in_oldefconfig_format_in_place) first, then bump kernel version in board config and then use that helper to review new options and save in tree.
2023-06-27 11:20:59 -04:00
..
2022-08-25 20:55:39 +03:00
2022-11-11 00:59:12 +02:00
2018-02-05 11:30:39 -05:00
2022-08-25 20:55:39 +03:00
2020-01-16 09:30:48 -08:00
2022-08-25 20:55:39 +03:00
2023-03-10 17:07:00 -05:00
2022-08-25 20:55:39 +03:00
2022-08-25 20:55:39 +03:00
2023-06-07 01:10:13 +03:00
2022-08-25 20:55:39 +03:00
2022-04-01 09:47:39 -04:00