[edk2-devel] Event: TianoCore Design Meeting - APAC/NAMO - 03/04/2022 #cal-reminder

2022-02-26 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Asia/Shanghai LAST-MODIFIED:20201011T015911Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai X-LIC-LOCAT

[edk2-devel] [PATCH 2/2] UefiPayloadPkg: Hookup Memory Mapped Media

2022-02-26 Thread Sean Rhodes
Hook MEMORY_MAPPED_MEDIA build option to PcdMemoryMappedBootMedia PCD. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Signed-off-by: Sean Rhodes --- UefiPayloadPkg/UefiPayloadPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkg.dsc b/UefiPaylo

[edk2-devel] [PATCH 1/2] MdeModulePkg/FaultTolerantWriteDxe: Add Pcd for Memory Mapped Boot Media

2022-02-26 Thread Sean Rhodes
Add PCD PcdMemoryMappedBootMedia to indiciate if Boot Media is memory mapped. If set to true, don't check for Block Alignment as it is not necessary. Cc: Hao A Wu Cc: Liming Gao Signed-off-by: Sean Rhodes --- MdeModulePkg/MdeModulePkg.dec| 7 +++ MdeModulePkg/Md

Re: [edk2-devel] [PATCH v2] ArmPkg: Invalidate Instruction Cache On MMU Enable

2022-02-26 Thread Ashish Singhal via groups.io
@Marc Zyngier Thanks for your response. I have provided some comments inline. Please note that I am still not saying what I am doing is a solution and I could still just be masking the problem at hand. Please provide me with some suggestions that I can try for the proble

Re: [edk2-devel] Unit Test and sanitizers

2022-02-26 Thread Marvin Häuser
Hey Andrew, +1 Linux Clang sanitizers not only work but actually have more advanced techniques here and there over macOS and Windows. GCC definitely has some level of support, but if I recall correctly it was not as nice for some reason. I think MSVC only has ASan and it's not very nice. I'm

Re: [edk2-devel] [PATCH 1/2] Reconfigure OpensslLib to add elliptic curve chipher algorithms

2022-02-26 Thread yi1 li
Well done! And Edk2 has code style tools internal, use this cmd to fix it: pip install -r pip-requirements.txt git ls-files CryptoPkg*.c CryptoPkg*.h | .\.pytool\Plugin\UncrustifyCheck\mu-uncrustify-release_extdep\Windows-x86\uncrustify.exe -c .\.pytool\Plugin\UncrustifyCheck\uncrustify.cfg -F