Re: [PATCH v4 1/5] xen/arm: Create tee command line parameter

2025-03-27 Thread Bertrand Marquis
Hi Julien, > On 26 Mar 2025, at 23:49, Julien Grall wrote: > > Hi Bertrand, > > On 24/03/2025 13:52, Bertrand Marquis wrote: >> Add a new command line parameter "tee=" to be used to explicitly select >> what tee mediator is to be used by Xen and fail if it does not exist >> or the probe functio

Re: [PATCH v4 1/5] xen/arm: Create tee command line parameter

2025-03-26 Thread Julien Grall
Hi Bertrand, On 24/03/2025 13:52, Bertrand Marquis wrote: Add a new command line parameter "tee=" to be used to explicitly select what tee mediator is to be used by Xen and fail if it does not exist or the probe function for it failed. Without specifying which tee is to be used, Xen will use th

Re: [PATCH v4 1/5] xen/arm: Create tee command line parameter

2025-03-25 Thread Jens Wiklander
Hi Bertrand, On Mon, Mar 24, 2025 at 2:53 PM Bertrand Marquis wrote: > > Add a new command line parameter "tee=" to be used to explicitly select > what tee mediator is to be used by Xen and fail if it does not exist > or the probe function for it failed. > > Without specifying which tee is to be

[PATCH v4 1/5] xen/arm: Create tee command line parameter

2025-03-24 Thread Bertrand Marquis
Add a new command line parameter "tee=" to be used to explicitly select what tee mediator is to be used by Xen and fail if it does not exist or the probe function for it failed. Without specifying which tee is to be used, Xen will use the first one for which the probe function succeeds which depen