summaryrefslogtreecommitdiffstats
path: root/board/xen/xenguest_arm64/Kconfig
diff options
context:
space:
mode:
authorAndrii Anisov <andrii_anisov@epam.com>2020-08-06 12:42:47 +0300
committerTom Rini <trini@konsulko.com>2020-08-14 15:18:27 -0400
commit770a8eef3e27a5dc16e286cafa1a58e9201c9721 (patch)
tree16da67f0db3866775e5d78602e2e8d656ba16001 /board/xen/xenguest_arm64/Kconfig
parent365d88ac7ef562daedded3dacb922bd92ccc72cc (diff)
downloadu-boot-770a8eef3e27a5dc16e286cafa1a58e9201c9721.tar.gz
u-boot-770a8eef3e27a5dc16e286cafa1a58e9201c9721.tar.xz
u-boot-770a8eef3e27a5dc16e286cafa1a58e9201c9721.zip
board: Introduce xenguest_arm64 board
Introduce a minimal Xen guest board running as a virtual machine under Xen Project's hypervisor [1], [2]. Part of the code is ported from Xen mini-os and also uses work initially done by different authors from NXP: please see relevant files for their copyrights. [1] https://xenbits.xen.org [2] https://wiki.xenproject.org/ Signed-off-by: Andrii Anisov <andrii_anisov@epam.com> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
Diffstat (limited to 'board/xen/xenguest_arm64/Kconfig')
-rw-r--r--board/xen/xenguest_arm64/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/xen/xenguest_arm64/Kconfig b/board/xen/xenguest_arm64/Kconfig
new file mode 100644
index 0000000000..cc131ed5b9
--- /dev/null
+++ b/board/xen/xenguest_arm64/Kconfig
@@ -0,0 +1,12 @@
+if TARGET_XENGUEST_ARM64
+
+config SYS_BOARD
+ default "xenguest_arm64"
+
+config SYS_VENDOR
+ default "xen"
+
+config SYS_CONFIG_NAME
+ default "xenguest_arm64"
+
+endif