[edk2-devel] [PATCH] UefiPayloadPkg/UefiPayloadEntry: Remove 4GB memory WA

2021-02-14 Thread Guo Dong
Previous it would hang in CpuDxe if DXE drivers are dispatched above 4GB. Now remove the work around since the fixed in CpuDxe are merged. Signed-off-by: Guo Dong --- UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c | 5 - 1 file changed, 5 deletions(-) diff --git a/UefiPayloadPkg/UefiPay

Re: [edk2-devel] [RFC] UnitTestFrameworkPkg cmocka submodule alternatives

2021-02-14 Thread Rebecca Cran
On 12/19/20 11:58 AM, Michael D Kinney wrote: Hello, There have been a few suggestions to create a mirror of cmocka in TianoCore org in GitHub. I have found a GitHub action that can do a repo sync. https://github.com/marketplace/actions/github-repo-sync I have created a temporary mirror

[edk2-devel] [PATCH edk2-platforms v1 1/1] TigerlakeOpenBoardPkg/TigerlakeURvp: Fix build errors with GCC5

2021-02-14 Thread Takuto Naito
This change fixes build errors of TigerlakeURvp with GCC5. - Fix the path of TigerLakeFspBinPkg - Fix misuse of RETURN_ERROR - Fix the Teton Glacier Endpoint entry in mPciDeviceTable - Remove unused function CheckNationalSio. Signed-off-by: Takuto Naito --- I tried to build TigerlakeURvp, but I f