diff options
| author | Xiaotian Wu | 2023-02-06 13:48:50 +0100 |
|---|---|---|
| committer | Michael Brown | 2023-02-06 22:14:17 +0100 |
| commit | 62a1d5c0f5bc52227ba43ccb7924694d661449a2 (patch) | |
| tree | 56b64c5a3faaf931c3876c158b791a872dce083e /src/arch/loong64/include/bits/xen.h | |
| parent | [test] Include build architecture in test suite banner (diff) | |
| download | ipxe-62a1d5c0f5bc52227ba43ccb7924694d661449a2.tar.gz ipxe-62a1d5c0f5bc52227ba43ccb7924694d661449a2.tar.xz ipxe-62a1d5c0f5bc52227ba43ccb7924694d661449a2.zip | |
[loong64] Add initial support for LoongArch64
Add support for building a LoongArch64 Linux userspace binary.
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/loong64/include/bits/xen.h')
| -rw-r--r-- | src/arch/loong64/include/bits/xen.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/arch/loong64/include/bits/xen.h b/src/arch/loong64/include/bits/xen.h new file mode 100644 index 000000000..2a3d7741c --- /dev/null +++ b/src/arch/loong64/include/bits/xen.h @@ -0,0 +1,13 @@ +#ifndef _BITS_XEN_H +#define _BITS_XEN_H + +/** @file + * + * Xen interface + * + */ +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#include <ipxe/nonxen.h> + +#endif /* _BITS_XEN_H */ |
