Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Thomas writes:
"Make the EFI arm stub device tree loader default on to unbreak
existing EFI boot loaders which do not have DTB support."

* 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
efi/libstub/arm: default EFI_ARMSTUB_DTB_LOADER to y

+6 -3
+6 -3
drivers/firmware/efi/Kconfig
··· 90 90 config EFI_ARMSTUB_DTB_LOADER 91 91 bool "Enable the DTB loader" 92 92 depends on EFI_ARMSTUB 93 + default y 93 94 help 94 95 Select this config option to add support for the dtb= command 95 96 line parameter, allowing a device tree blob to be loaded into 96 97 memory from the EFI System Partition by the stub. 97 98 98 - The device tree is typically provided by the platform or by 99 - the bootloader, so this option is mostly for development 100 - purposes only. 99 + If the device tree is provided by the platform or by 100 + the bootloader this option may not be needed. 101 + But, for various development reasons and to maintain existing 102 + functionality for bootloaders that do not have such support 103 + this option is necessary. 101 104 102 105 config EFI_BOOTLOADER_CONTROL 103 106 tristate "EFI Bootloader Control"