Re: [PATCH 2/2] bsp/xen: Add xen_gicv3 target

2020-02-16 Thread Sebastian Huber
On 23/01/2020 17:04, Jeff Kubascik wrote: diff --git a/bsps/arm/xen/include/bsp.h b/bsps/arm/xen/include/bsp.h index e5b23a902e..13b7592f1e 100644 --- a/bsps/arm/xen/include/bsp.h +++ b/bsps/arm/xen/include/bsp.h @@ -58,11 +58,21 @@ extern "C" { #endif /* __cplusplus */ +#if USE_IRQ_GICV2

[PATCH 2/2] bsp/xen: Add xen_gicv3 target

2020-01-23 Thread Jeff Kubascik
Implement the xen_gicv3 target that uses the GICv3 interrupt controller driver. This is required for platforms where the underlying processor is using GICv3 with no legacy operation support. --- bsps/arm/xen/config/xen_gicv3.cfg | 14 ++ bsps/arm/xen/include/bsp.h| 10 +