Re: [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

2024-10-15 Thread Andrei Cherechesu
Hi Julien, Sorry for the slow replies. On 08/10/2024 23:31, Julien Grall wrote: > Hi, > > On 08/10/2024 20:01, Andrei Cherechesu wrote: >> Hi Julien, >> >> On 04/10/2024 19:24, Julien Grall wrote: >>> >>> >>> On 04/10/2024 16:37, Andrei Cherechesu wrote: Hi Julien, Stefano, >>> >>> Hi Andre

Re: [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

2024-10-08 Thread Julien Grall
Hi, On 08/10/2024 20:01, Andrei Cherechesu wrote: Hi Julien, On 04/10/2024 19:24, Julien Grall wrote: On 04/10/2024 16:37, Andrei Cherechesu wrote: Hi Julien, Stefano, Hi Andrei, On 01/10/2024 13:01, Julien Grall wrote: Hi Andrei, On 30/09/2024 12:47, Andrei Cherechesu (OSS) wrote:

Re: [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

2024-10-08 Thread Andrei Cherechesu
Hi Julien, On 04/10/2024 19:24, Julien Grall wrote: > > > On 04/10/2024 16:37, Andrei Cherechesu wrote: >> Hi Julien, Stefano, > > Hi Andrei, > >> >> On 01/10/2024 13:01, Julien Grall wrote: >>> Hi Andrei, >>> >>> On 30/09/2024 12:47, Andrei Cherechesu (OSS) wrote: From: Andrei Cherechesu >>

Re: [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

2024-10-04 Thread Julien Grall
On 04/10/2024 16:37, Andrei Cherechesu wrote: Hi Julien, Stefano, Hi Andrei, On 01/10/2024 13:01, Julien Grall wrote: Hi Andrei, On 30/09/2024 12:47, Andrei Cherechesu (OSS) wrote: From: Andrei Cherechesu Add code for NXP S32CC platforms (S32G2, S32G3, S32R45). S32CC platforms use t

Re: [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

2024-10-04 Thread Andrei Cherechesu
Hi Julien, Stefano, On 01/10/2024 13:01, Julien Grall wrote: > Hi Andrei, > > On 30/09/2024 12:47, Andrei Cherechesu (OSS) wrote: >> From: Andrei Cherechesu >> >> Add code for NXP S32CC platforms (S32G2, S32G3, S32R45). >> >> S32CC platforms use the NXP LINFlexD UART driver for >> console by defa

Re: [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

2024-10-01 Thread Julien Grall
Hi Andrei, On 30/09/2024 12:47, Andrei Cherechesu (OSS) wrote: From: Andrei Cherechesu Add code for NXP S32CC platforms (S32G2, S32G3, S32R45). S32CC platforms use the NXP LINFlexD UART driver for console by default, and rely on Dom0 having access to SCMI services for system-level resources f

Re: [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

2024-09-30 Thread Stefano Stabellini
On Mon, 30 Sep 2024, Andrei Cherechesu (OSS) wrote: > From: Andrei Cherechesu > > Add code for NXP S32CC platforms (S32G2, S32G3, S32R45). > > S32CC platforms use the NXP LINFlexD UART driver for > console by default, and rely on Dom0 having access to > SCMI services for system-level resources f

[PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

2024-09-30 Thread Andrei Cherechesu (OSS)
From: Andrei Cherechesu Add code for NXP S32CC platforms (S32G2, S32G3, S32R45). S32CC platforms use the NXP LINFlexD UART driver for console by default, and rely on Dom0 having access to SCMI services for system-level resources from firmware at EL3. Platform-related quirks will be addressed in