Skip to content

Commit

Permalink
arm64: Support UKI image format
Browse files Browse the repository at this point in the history
Signed-off-by: Pingfan Liu <piliu@redhat.com>
Signed-off-by: Simon Horman <horms@kernel.org>
  • Loading branch information
Pingfan Liu authored and horms committed Oct 11, 2024
1 parent 37f6907 commit b89f62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kexec/arch/arm64/kexec-arm64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit b89f62c

Please sign in to comment.