arm64: Add support for xen boot protocol.
This commit is contained in:
parent
4d0cb75538
commit
83cb45e982
2 changed files with 603 additions and 0 deletions
|
@ -1646,6 +1646,13 @@ module = {
|
|||
enable = x86;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = xen_boot;
|
||||
common = lib/cmdline.c;
|
||||
arm64 = loader/arm64/xen_boot.c;
|
||||
enable = arm64;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = linux;
|
||||
x86 = loader/i386/linux.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue