Re: [edk2-devel] [Patch 04/12] CryptoPkg: Update YAML to ignore specific ECC files/errors

2021-11-27 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Kinney, Michael D > Sent: Wednesday, November 24, 2021 5:21 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J ; > Lu, XiaoyuX ; Jiang, Guomin ; > Sean Brogan ; Bret Barkelew > ; Liming Gao ; > Michael Ku

[edk2-devel] [edk2-platforms PATCH 1/1] Readme.md: update outdated info about building BaseTools in parallel

2021-11-27 Thread Rebecca Cran
edk2 commit 9e1131b70b4b6002cd1904401946ef0b22cf7d33 fixed the dependencies in the BaseTools GNUMakefile to allow the build to be run with multiple threads. Update Readme.md to provide an example of building with "-j4". Signed-off-by: Rebecca Cran --- Readme.md | 7 +++ 1 file changed, 3 in

Re: [edk2-devel] one possible issue with ovmf fvb

2021-11-27 Thread Andrew Fish via groups.io
> On Nov 25, 2021, at 4:43 AM, maobibo wrote: > > Hi Gerd, > > I am porting Loongarch Qemu uefi bios, and I want to use reuse ovmf code. > And I encounter one problem > when using OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c > > here is piece of code: > -

Re: [edk2-devel] Confirm your bibo_...@163.com email address

2021-11-27 Thread maobibo
On 11/26/2021 10:24 AM, Groups.io Notification wrote: > Hello, > > Thank you for your interest in the https://edk2.groups.io/g/devel group at > Groups.io. If you did not request or do not want to join > devel@edk2.groups.io, please ignore this message. > > If you only want to send and receiv

Re: [edk2-devel] one possible issue with ovmf fvb

2021-11-27 Thread maobibo
On 11/25/2021 06:38 PM, Gerd Hoffmann wrote: > Hi, > >> PcdStatus = PcdSet64S (PcdFlashNvStorageVariableBase64, (UINT32)(UINTN) >> Ptr); >> ASSERT_RETURN_ERROR (PcdStatus); > > I guess you are referring to that UINT32 cast? > Not sure why it is there. I think you can just drop it. Yes,

[edk2-devel] one possible issue with ovmf fvb

2021-11-27 Thread maobibo
Hi Gerd, I am porting Loongarch Qemu uefi bios, and I want to use reuse ovmf code. And I encounter one problem when using OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c here is piece of code: --- Initialize = TRUE; if (PcdGet64 (PcdEmuVaria