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 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
> 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:
> -
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
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,
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