search for: x86_use_3dnow

Displaying 6 results from an estimated 6 matches for "x86_use_3dnow".

2014 Nov 18
1
Syslinux 6.03, kernel not relocatable.
...people volunteering to write documentation, however, see the Linux kernel documentation referenced below. Let's just say the Syslinux code was written by the Linux EFI maintainer. Current kernels have: config EFI_STUB bool "EFI stub support" depends on EFI && !X86_USE_3DNOW select RELOCATABLE <----- ---help--- This kernel feature allows a bzImage to be loaded directly by EFI firmware without the use of a bootloader. See Documentation/efi-stub.txt for more information. > Also, is that situation going to change in a...
2014 Nov 18
2
Syslinux 6.03, kernel not relocatable.
On 11/17/2014 12:55 AM, Didier Spaier wrote: > > So one more question: why can one boot with a GRUB EFI bootloader > but not with the SYSLINUX bootloader, using the same kernel? > > More accurately, I know why: because of the aforementioned patch, but > then, why is this test needed in SYSLINUX only? > Because Grub boots the kernel in a "hostile" way (not using
2014 Nov 18
0
Syslinux 6.03, kernel not relocatable.
On 18/11/2014 18:55, H. Peter Anvin wrote: > On 11/17/2014 12:55 AM, Didier Spaier wrote: >> So one more question: why can one boot with a GRUB EFI bootloader >> but not with the SYSLINUX bootloader, using the same kernel? >> >> More accurately, I know why: because of the aforementioned patch, but >> then, why is this test needed in SYSLINUX only? >> >
2019 Oct 04
0
[RESEND TRIVIAL 3/3] treewide: arch: Fix Kconfig indentation
...hip. APB timers are always running regardless of CPU + C states, they are used as per CPU clockevent device when possible. # Mark as expert because too many people got it wrong. # The code disables itself when not needed. @@ -1962,7 +1962,7 @@ config EFI_STUB depends on EFI && !X86_USE_3DNOW select RELOCATABLE ---help--- - This kernel feature allows a bzImage to be loaded directly + This kernel feature allows a bzImage to be loaded directly by EFI firmware without the use of a bootloader. See Documentation/admin-guide/efi-stub.rst for more informati...
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- drivers/acpi/Kconfig | 8 +- drivers/ata/Kconfig | 12 +-- drivers/auxdisplay/Kconfig | 14 +--
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org> --- drivers/acpi/Kconfig | 8 +- drivers/ata/Kconfig | 12 +-- drivers/auxdisplay/Kconfig | 14 +--