loader: add support for passing verity hash to xen kernels
This only supports DomU Linux bzImage, ignoring bare ELF images and Dom0 Xen+Linux but those cases are not applicable to us on CoreOS.
This commit is contained in:
parent
dab6a0f0c3
commit
bcd7fb9fd2
3 changed files with 19 additions and 1 deletions
|
@ -24,6 +24,9 @@
|
|||
#include <grub/elfload.h>
|
||||
|
||||
grub_elf_t grub_xen_file (grub_file_t file);
|
||||
grub_elf_t grub_xen_file_and_cmdline (grub_file_t file,
|
||||
char *cmdline,
|
||||
grub_size_t cmdline_max_len);
|
||||
|
||||
struct grub_xen_file_info
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue