Re: [edk2-devel] [PATCH 1/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot

2022-09-21 Thread Rebecca Cran
I am still interested in it! I'm just currently working through a bit of a backlog (next on the list is working on my MP Services patch, since I've found it doesn't work on the N2 FVP). -- Rebecca Cran On 9/21/22 01:03, Oliver Steffen wrote: Hi all, Is anybody still interested in this?

Re: [edk2-devel] [PATCH 1/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot

2022-09-21 Thread Oliver Steffen
Hi all, Is anybody still interested in this? Rohit's "Invoke constructors for SEC phase" patch was merged. Link to the original thread: https://edk2.groups.io/g/devel/message/4 Regards, Oliver On Thu, Jul 21, 2022 at 6:24 PM Sami Mujawar wrote: > Hi Rebecca, Ard, > > On Tue, May 3, 2022

Re: [edk2-devel] [PATCH 1/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot

2022-07-25 Thread Sami Mujawar
Hi Rebecca, Please find my response inline marked [SAMI]. Regards, Sami Mujawar On 21/07/2022 05:23 pm, Sami Mujawar via groups.io wrote: Hi Rebecca, Ard, On Tue, May 3, 2022 at 12:43 AM, Ard Biesheuvel wrote: // Data Cache enabled on Primary core when MMU is enabled. ArmDisableDataCache ();

Re: [edk2-devel] [PATCH 1/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot

2022-07-21 Thread Sami Mujawar
Hi Rebecca, Ard, On Tue, May 3, 2022 at 12:43 AM, Ard Biesheuvel wrote: > > >> // Data Cache enabled on Primary core when MMU is enabled. >> ArmDisableDataCache (); >> // Invalidate instruction cache >> @@ -90,6 +95,18 @@ CEntryPoint ( >> >> // If not primary Jump to Secondary Main >> if

Re: [edk2-devel] [PATCH 1/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot

2022-05-03 Thread Ard Biesheuvel
Hello Rebecca, Apologies for the delay. I'm a bit behind on review, and few other people appear to take an interest in these changes, unfortunately. On Thu, 14 Apr 2022 at 00:46, Rebecca Cran wrote: > > Copy code from PrePi to PrePeiCore that prints the firmware version > and build date early

Re: [edk2-devel] [PATCH 1/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot

2022-04-19 Thread Rebecca Cran
Could I get some reviews on this please? -- Rebecca Cran On 4/13/22 16:45, Rebecca Cran wrote: Copy code from PrePi to PrePeiCore that prints the firmware version and build date early in the boot process. Signed-off-by: Rebecca Cran --- ArmPlatformPkg/PrePeiCore/PrePeiCore.c | 17

[edk2-devel] [PATCH 1/1] ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot

2022-04-13 Thread Rebecca Cran
Copy code from PrePi to PrePeiCore that prints the firmware version and build date early in the boot process. Signed-off-by: Rebecca Cran --- ArmPlatformPkg/PrePeiCore/PrePeiCore.c | 17 + ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf | 3 +++