[PATCH 3/3] arm64: Support UKI image format
Pingfan Liu
piliu at redhat.com
Tue Oct 8 04:54:03 PDT 2024
Signed-off-by: Pingfan Liu <piliu at redhat.com>
Cc: Simon Horman <horms at kernel.org>
Cc: Eric Biederman <ebiederm at xmission.com>
Cc: Baoquan He <bhe at redhat.com>
Cc: Dave Young <dyoung at redhat.com>
Cc: kexec at lists.infradead.org
---
kexec/arch/arm64/kexec-arm64.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kexec/arch/arm64/kexec-arm64.c b/kexec/arch/arm64/kexec-arm64.c
index 55e822b..9091f40 100644
--- a/kexec/arch/arm64/kexec-arm64.c
+++ b/kexec/arch/arm64/kexec-arm64.c
@@ -75,6 +75,7 @@ struct file_type file_type[] = {
{"Image", image_arm64_probe, image_arm64_load, image_arm64_usage},
{"uImage", uImage_arm64_probe, uImage_arm64_load, uImage_arm64_usage},
{"vmlinuz", pez_arm64_probe, pez_arm64_load, pez_arm64_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