Re: [edk2-devel] [PATCH v2] MdeModulePkg/UefiBootManagerLib: Signal ReadyToBoot on platform recovery

2023-11-24 Thread Neal Gompa
On Thu, Nov 2, 2023 at 6:35 AM Laszlo Ersek wrote: > > On 10/31/23 23:27, Jeremy Linton wrote: > > On 10/31/23 12:37, Neal Gompa via groups.io wrote: > >> From: Neal Gompa > >> > >> Currently, the ReadyToBoot event is only signaled when a formal Boot > >> Manager option is executed (in BmBoot.c

Re: [edk2-devel] [edk2-libc Patch 1/1] edk2-libc/StdLib: Fixed typo issues in multiple files

2023-11-24 Thread Jayaprakash, N
Reviewed-by : Jayaprakash Nevara -Original Message- From: R, Vishal Sent: Friday, November 24, 2023 4:41 PM To: devel@edk2.groups.io Cc: R, Vishal ; Rebecca Cran ; Kinney, Michael D ; Jayaprakash, N Subject: [edk2-libc Patch 1/1] edk2-libc/StdLib: Fixed typo issues in multiple files

Re: [edk2-devel] [PATCH v3 09/39] MdePkg: Add a new library named PeiServicesTablePointerLibReg

2023-11-24 Thread Laszlo Ersek
On 11/22/23 02:47, Chao Li wrote: > Hi Laszlo, > > > Thanks, > Chao > On 2023/11/21 22:37, Laszlo Ersek wrote: >> On 11/17/23 10:59, Chao Li wrote: >>> Since some ARCH or platform not require execute code on memory during >>> PEI phase, some values may transferred via CPU registers. >>> >>>

Re: [edk2-devel] [PATCH 1/1] StandaloneMmPkg/Core: Restart dispatcher once MmEntryPoint is registered

2023-11-24 Thread Laszlo Ersek
On 11/23/23 17:20, Xu, Wei6 wrote: > Thanks a lot for the review. Replied inline. > > BR, > Wei > >> -Original Message- >> From: Laszlo Ersek >> Sent: Wednesday, November 22, 2023 7:46 PM >> To: devel@edk2.groups.io; Xu, Wei6 >> Cc: Ard Biesheuvel ; Sami Mujawar >> ; Ni, Ray >>

[edk2-devel] [edk2-libc Patch 1/1] edk2-libc/StdLib: Fixed typo issues in multiple files

2023-11-24 Thread Vishal R
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4579 This commit fixes the various typo issues found in documentation strings in multiple files issue reported via the BZ4579 These changes are documentation updates only and does not affect the functionality of the code Cc: Rebecca Cran Cc:

[edk2-devel] [edk2-libc Patch 0/1] StdLib: Fixed typo issues in multiple files

2023-11-24 Thread Vishal R
This commit fixes the various typo issues found in documentation strings in multiple files issue reported via the BZ4579 These changes are documentation updates only and does not affect the functionality of the code Vishal R (1): edk2-libc/StdLib: Fixed typo issues in multiple files

Re: [edk2-devel] [PATCH 1/1] StandaloneMmPkg/Core: Restart dispatcher once MmEntryPoint is registered

2023-11-24 Thread Laszlo Ersek
On 11/22/23 16:11, Ard Biesheuvel wrote: > On Wed, 22 Nov 2023 at 12:45, Laszlo Ersek wrote: >> > ... >> (3) Most importantly, speaking to a larger context, I don't understand >> how this patch can work *at all*. >> >> Namely, I can find no MM IPL inside edk2! >> >> The DXE and MM dispatcher are