Skip to content
Commit da43d976 authored by Dmytro Firsov's avatar Dmytro Firsov Committed by Benjamin Cabé
Browse files

Revert "arch: arm64: init xen in arch_kernel_init()"



This reverts commit 7c90f1bc.

Xen initialization maps enlighten page to Zephyr memory and also
initializes Xen event channels. It is used for communication between
Xen domains and based on interrupt connected to domain virtual GIC.
Moving event channel initialization to arch_kernel_init() make it call
irq_enable() when GIC is not initialized. Since GIC is initialized
on PRE_KERNEL_1 stage, this lead to fatal error during boot.

Revert these changes to make xenvm operable again.

Signed-off-by: default avatarDmytro Firsov <dmytro_firsov@epam.com>
parent f01498ec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment