Skip to content

Commit

Permalink
x86_64: Support UKI image format
Browse files Browse the repository at this point in the history
Signed-off-by: Pingfan Liu <[email protected]>
Cc: Simon Horman <[email protected]>
To: [email protected]
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
Pingfan Liu authored and horms committed Dec 2, 2024
1 parent 0aed2c7 commit 69e19af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kexec/arch/x86_64/kexec-x86_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]);

Expand Down

0 comments on commit 69e19af

Please sign in to comment.