Re: [edk2-devel] [PATCH] ArmPkg/ArmPsciMpServices Add EFI_NOT_READY return

2023-10-18 Thread Ard Biesheuvel
On Tue, 17 Oct 2023 at 00:55, Rebecca Cran wrote: > > Reviewed-by: Rebecca Cran > > > Looks like this is still waiting to be merged by an ArmPkg maintainer. > > Thanks for the reminder Really queued up now > > On 6/29/23 14:46, Jeff Brasen wrote: > > Add EFI_NOT_READY return if the CPU can

Re: [edk2-devel] [PATCH] ArmPkg/ArmPsciMpServices Add EFI_NOT_READY return

2023-10-16 Thread Rebecca Cran
Reviewed-by: Rebecca Cran Looks like this is still waiting to be merged by an ArmPkg maintainer. -- Rebecca Cran On 6/29/23 14:46, Jeff Brasen wrote: Add EFI_NOT_READY return if the CPU can not be enabled if the processor is already on. This can occur in normal use if the CPU is still

Re: [edk2-devel] [PATCH] ArmPkg/ArmPsciMpServices Add EFI_NOT_READY return

2023-10-04 Thread Jeff Brasen via groups.io
.com > Subject: Re: [edk2-devel] [PATCH] ArmPkg/ArmPsciMpServices Add > EFI_NOT_READY return > > External email: Use caution opening links or attachments > > > On Thu, 29 Jun 2023 at 22:47, Jeff Brasen via groups.io > wrote: > > > > Add EFI_NOT_READY return if the

Re: [edk2-devel] [PATCH] ArmPkg/ArmPsciMpServices Add EFI_NOT_READY return

2023-09-07 Thread Ard Biesheuvel
On Thu, 29 Jun 2023 at 22:47, Jeff Brasen via groups.io wrote: > > Add EFI_NOT_READY return if the CPU can not be enabled if the > processor is already on. > > This can occur in normal use if the CPU is still being turned off from > a previous call when this is called again. > > Signed-off-by:

[edk2-devel] [PATCH] ArmPkg/ArmPsciMpServices Add EFI_NOT_READY return

2023-06-29 Thread Jeff Brasen via groups.io
Add EFI_NOT_READY return if the CPU can not be enabled if the processor is already on. This can occur in normal use if the CPU is still being turned off from a previous call when this is called again. Signed-off-by: Jeff Brasen --- ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServicesDxe.c | 4