This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
021b5cd38f
zephyr
/
snippets
/
xen_dom0
/
xen_dom0.conf
3 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
snippets: add virtual Xen dom0 snippet support Zephyr snippets allow to apply pre-defined build configuration and extentions to your build0. It is made by applying generic snippet conf/device-tree changes and may be extended with platform-specific files. It looks like great approach for convertion Zephyr OS build to Xen control domain on different boards, as it requires Kconfig changes and board device tree changes (configuration for memory node, hypervisor console, grant table region etc). Please note, that Xen hypervisor passes all selected parameters via domain device-tree, but Zephyr does not use it in runtime. So, user should keep values in board overlays in sync with real Xen values. Add example and docs for converting qemu_cortex_a53 board to Xen Domain-0 guest. This approach might be used for other boards, where Zephyr Dom0 is needed. Signed-off-by: Mykola Kvach <mykola_kvach@epam.com> Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
2023-05-11 17:30:59 +08:00
CONFIG_XEN_DOM0=y
snippets: xen_dom0: add support of rcar_spider_ca55 Add support of rcar_spider_ca55 to xen_dom0 snippet. Disable CONFIG_UART_INTERRUPT_DRIVEN for xen_dom0, because xen dom0 consoleio doesn't support interrupt driven mode. Signed-off-by: Mykola Kvach <mykola_kvach@epam.com>
2024-03-14 18:45:02 +08:00
CONFIG_UART_INTERRUPT_DRIVEN=n