/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | file.c | diff f4dc7fffa9873db50ec25624572f8217a6225de8 Fri Sep 16 07:03:06 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: libstub: unify initrd loading between architectures
Use a EFI configuration table to pass the initrd to the core kernel, instead of per-arch methods. This cleans up the code considerably, and should make it easier for architectures to get rid of their reliance on DT for doing EFI boot in the future.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | efi-stub.c | diff f4dc7fffa9873db50ec25624572f8217a6225de8 Fri Sep 16 07:03:06 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: libstub: unify initrd loading between architectures
Use a EFI configuration table to pass the initrd to the core kernel, instead of per-arch methods. This cleans up the code considerably, and should make it easier for architectures to get rid of their reliance on DT for doing EFI boot in the future.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | x86-stub.c | diff f4dc7fffa9873db50ec25624572f8217a6225de8 Fri Sep 16 07:03:06 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: libstub: unify initrd loading between architectures
Use a EFI configuration table to pass the initrd to the core kernel, instead of per-arch methods. This cleans up the code considerably, and should make it easier for architectures to get rid of their reliance on DT for doing EFI boot in the future.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | fdt.c | diff f4dc7fffa9873db50ec25624572f8217a6225de8 Fri Sep 16 07:03:06 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: libstub: unify initrd loading between architectures
Use a EFI configuration table to pass the initrd to the core kernel, instead of per-arch methods. This cleans up the code considerably, and should make it easier for architectures to get rid of their reliance on DT for doing EFI boot in the future.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | efi-stub-helper.c | diff f4dc7fffa9873db50ec25624572f8217a6225de8 Fri Sep 16 07:03:06 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: libstub: unify initrd loading between architectures
Use a EFI configuration table to pass the initrd to the core kernel, instead of per-arch methods. This cleans up the code considerably, and should make it easier for architectures to get rid of their reliance on DT for doing EFI boot in the future.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | efistub.h | diff f4dc7fffa9873db50ec25624572f8217a6225de8 Fri Sep 16 07:03:06 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: libstub: unify initrd loading between architectures
Use a EFI configuration table to pass the initrd to the core kernel, instead of per-arch methods. This cleans up the code considerably, and should make it easier for architectures to get rid of their reliance on DT for doing EFI boot in the future.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | efi.c | diff f4dc7fffa9873db50ec25624572f8217a6225de8 Fri Sep 16 07:03:06 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: libstub: unify initrd loading between architectures
Use a EFI configuration table to pass the initrd to the core kernel, instead of per-arch methods. This cleans up the code considerably, and should make it easier for architectures to get rid of their reliance on DT for doing EFI boot in the future.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | efi.h | diff f4dc7fffa9873db50ec25624572f8217a6225de8 Fri Sep 16 07:03:06 CDT 2022 Ard Biesheuvel <ardb@kernel.org> efi: libstub: unify initrd loading between architectures
Use a EFI configuration table to pass the initrd to the core kernel, instead of per-arch methods. This cleans up the code considerably, and should make it easier for architectures to get rid of their reliance on DT for doing EFI boot in the future.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|