arm64: Add support for xen boot protocol.

This commit is contained in:
Fu Wei 2015-10-29 15:24:20 +01:00 committed by Vladimir Serbinenko
parent 4d0cb75538
commit 83cb45e982
2 changed files with 603 additions and 0 deletions

View file

@ -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;