Reviewed-by: Ray Ni
> -Original Message-
> From: Liu, Zhiguang
> Sent: Friday, June 17, 2022 4:28 PM
> To: devel@edk2.groups.io
> Cc: Liu, Zhiguang ; Dong, Guo
> ; Ni, Ray ; Maurice Ma
> ; You, Benjamin ;
> Rhodes, Sean ; Gerd Hoffmann
>
> Subject: [PATCH v2] UefiPayloadPkg: Always spli
Hello Hamel, Lee M
Could you help to resend the patch? I found that I cannot extract the patch
from your mail. Please help to check if you follow the instructions in step 12
to generate the patch in the below link:
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process#
Signed-off-by: Rebecca Cran
---
BaseTools/Source/Python/Ecc/c.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/BaseTools/Source/Python/Ecc/c.py b/BaseTools/Source/Python/Ecc/c.py
index 4a82e5e76003..61ad084fcc5b 100644
--- a/BaseTools/Source/Python/Ecc/c.py
+++ b/BaseToo
Forgot to mention: I suspect that logging in SEC might work if
BoardAfterTempRamInit() is called earlier in
MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/PlatformInit.c:PlatformInit().
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Rep
Hi Nate,
It looks like you have the SerialPortLib linked into the wrong RSC module in
the SMM instance. It should be linked into the handler, as it is for the other
phases here. You probably just copied the wrong module name, but this is why
logging isn't working.
In general, I don't know why P
My issue has been resolved in 2022-05 version. Maybe Daniele wants to re-verify
his issue with that version, too.
> Am 15.05.2022 um 19:37 schrieb n...@nafets.de:
>
> Hi all,
>
> I have. similar symptom in a completely different environment:
> - Arch Linux Host
> - Arch Linux Guest
> - Guest wi