Attention is currently required from: Christian Walter, Martin L Roth, Marvin Drees, Maximilian Brune, Stefan Reinauer.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76150?usp=email )
Change subject: payloads/external/LinuxBoot: Clean up ......................................................................
Patch Set 3:
(1 comment)
File payloads/external/LinuxBoot/Kconfig:
https://review.coreboot.org/c/coreboot/+/76150/comment/48176bc7_66187628 : PS2, Line 55: choice : prompt "Kernel release" : default LINUXBOOT_KERNEL_STABLE : help : Choose the kernel release. : : Select 'custom' if your want to define the kernel version. : For more information about the current 'mainline', 'stable' or 'longterm' : version, visit: https://www.kernel.org/ : : config LINUXBOOT_KERNEL_MAINLINE : bool "mainline" : help : Mainline kernel version : : config LINUXBOOT_KERNEL_STABLE : bool "stable" : help : Stable kernel version : : config LINUXBOOT_KERNEL_LONGTERM : bool "longterm" : help : Longterm (LTS) kernel version : : config LINUXBOOT_KERNEL_CUSTOM : bool "custom" : help : Custom kernel version : : endchoice : This is broken now?