/openbmc/linux/arch/x86/platform/efi/ |
H A D | fake_mem.c | 4059ba65 Sat Oct 01 11:38:15 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: memmap: Move EFI fake memmap support into x86 arch tree
The EFI fake memmap support is specific to x86, which manipulates the EFI memory map in various different ways after receiving it from the EFI stub. On other architectures, we have managed to push back on this, and the EFI memory map is kept pristine.
So let's move the fake memmap code into the x86 arch tree, where it arguably belongs.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | Makefile | 4059ba65 Sat Oct 01 11:38:15 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: memmap: Move EFI fake memmap support into x86 arch tree
The EFI fake memmap support is specific to x86, which manipulates the EFI memory map in various different ways after receiving it from the EFI stub. On other architectures, we have managed to push back on this, and the EFI memory map is kept pristine.
So let's move the fake memmap code into the x86 arch tree, where it arguably belongs.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | Makefile | 4059ba65 Sat Oct 01 11:38:15 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: memmap: Move EFI fake memmap support into x86 arch tree
The EFI fake memmap support is specific to x86, which manipulates the EFI memory map in various different ways after receiving it from the EFI stub. On other architectures, we have managed to push back on this, and the EFI memory map is kept pristine.
So let's move the fake memmap code into the x86 arch tree, where it arguably belongs.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | Kconfig | 4059ba65 Sat Oct 01 11:38:15 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: memmap: Move EFI fake memmap support into x86 arch tree
The EFI fake memmap support is specific to x86, which manipulates the EFI memory map in various different ways after receiving it from the EFI stub. On other architectures, we have managed to push back on this, and the EFI memory map is kept pristine.
So let's move the fake memmap code into the x86 arch tree, where it arguably belongs.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | efi.h | 4059ba65 Sat Oct 01 11:38:15 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: memmap: Move EFI fake memmap support into x86 arch tree
The EFI fake memmap support is specific to x86, which manipulates the EFI memory map in various different ways after receiving it from the EFI stub. On other architectures, we have managed to push back on this, and the EFI memory map is kept pristine.
So let's move the fake memmap code into the x86 arch tree, where it arguably belongs.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | efi.h | 4059ba65 Sat Oct 01 11:38:15 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: memmap: Move EFI fake memmap support into x86 arch tree
The EFI fake memmap support is specific to x86, which manipulates the EFI memory map in various different ways after receiving it from the EFI stub. On other architectures, we have managed to push back on this, and the EFI memory map is kept pristine.
So let's move the fake memmap code into the x86 arch tree, where it arguably belongs.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/arch/x86/kernel/ |
H A D | setup.c | 4059ba65 Sat Oct 01 11:38:15 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: memmap: Move EFI fake memmap support into x86 arch tree
The EFI fake memmap support is specific to x86, which manipulates the EFI memory map in various different ways after receiving it from the EFI stub. On other architectures, we have managed to push back on this, and the EFI memory map is kept pristine.
So let's move the fake memmap code into the x86 arch tree, where it arguably belongs.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 4059ba65 Sat Oct 01 11:38:15 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: memmap: Move EFI fake memmap support into x86 arch tree
The EFI fake memmap support is specific to x86, which manipulates the EFI memory map in various different ways after receiving it from the EFI stub. On other architectures, we have managed to push back on this, and the EFI memory map is kept pristine.
So let's move the fake memmap code into the x86 arch tree, where it arguably belongs.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|