[PATCH 3/3] x86_64: Support UKI image format
Pingfan Liu
piliu at redhat.com
Mon Nov 4 19:57:07 PST 2024
Signed-off-by: Pingfan Liu <piliu at redhat.com>
Cc: Simon Horman <horms at kernel.org>
To: kexec at lists.infradead.org
---
kexec/arch/x86_64/kexec-x86_64.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kexec/arch/x86_64/kexec-x86_64.c b/kexec/arch/x86_64/kexec-x86_64.c
index 7b2453f..f7f59f6 100644
--- a/kexec/arch/x86_64/kexec-x86_64.c
+++ b/kexec/arch/x86_64/kexec-x86_64.c
@@ -43,6 +43,7 @@ struct file_type file_type[] = {
{ "bzImage", bzImage_probe, bzImage_load, bzImage_usage },
{ "beoboot-x86", beoboot_probe, beoboot_load, beoboot_usage },
{ "nbi-x86", nbi_probe, nbi_load, nbi_usage },
+ {"uki", uki_image_probe, uki_image_load, uki_image_usage},
};
int file_types = sizeof(file_type)/sizeof(file_type[0]);
--
2.41.0
More information about the kexec
mailing list