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

2022-03-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:20220317T223602Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai

[edk2-devel] [PATCH edk2-platforms 1/2] Ext4Pkg: Replace the CRC implementations with BaseLib

2022-03-26 Thread Pedro Falcato
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3871 Since the existing CRC16/CRC32c implementations have been/will be a part of BaseLib, use BaseLib and remove the Crc16.c/Crc32c.c. Cc: Leif Lindholm Cc: Michael D Kinney Signed-off-by: Pedro Falcato --- Features/Ext4Pkg/Ext4Dxe/Crc16.c

[edk2-devel] [PATCH edk2-platforms 0/2] Replace individual CRC implementations with BaseLib

2022-03-26 Thread Pedro Falcato
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3871 This patch-set replaces the individual CRC16 implementations in Ext4Pkg and WhitleyOpenBoardPkg with the soon-to-be-merged BaseLib implementation of CalculateCrc16(). These patches should not be merged before the BaseLib one, but also not

[edk2-devel] [PATCH edk2-platforms 2/2] WhitleyOpenBoardPkg: Replace BaseCrcLib with BaseLib

2022-03-26 Thread Pedro Falcato
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3871 Delete BaseCrcLib and slightly adjust each CalculateCrc16 call for the BaseLib CalculateCrc16() interface, as part of an effort to unify CRC16 implementations. Cc: Isaac Oram Cc: Nate DeSimone Cc: Chasel Chiu Signed-off-by: Pedro

[edk2-devel] [PATCH 1/2] MdePkg/BaseLib: Add CRC16 and CRC32c implementations

2022-03-26 Thread Pedro Falcato
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3871 Add the crc16 and crc32c implementations previously found at Features/Ext4Pkg/Ext4Dxe/Crc{16,32c}.c to BaseLib. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Pedro Falcato --- MdePkg/Include/Library/BaseLib.h |

[edk2-devel] [PATCH 0/2] Add CRC16 and CRC32c to MdePkg/BaseLib

2022-03-26 Thread Pedro Falcato
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3871 This patch-set adds CRC16 and CRC32c to BaseLib and removes SourceLevelDebugPkg (the only place where I could find CRC16 being used in edk2)'s implementation. Note that there's another patch-set with edk2-platforms changes that's supposed

[edk2-devel] [PATCH 2/2] SourceLevelDebugPkg/DebugAgent: Delete the CRC16 implementation

2022-03-26 Thread Pedro Falcato
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3871 Deletes the CRC16 implementation as CalculateCrc16() is being merged into BaseLib. Cc: Hao A Wu Signed-off-by: Pedro Falcato --- .../DebugAgent/DebugAgentCommon/DebugAgent.c | 35 --- 1 file changed, 35 deletions(-)

Re: [edk2-devel] [PATCH v2 14/17] Silicon/Ampere: Update ArmPlatformLib to work with changed ARM_CORE_INFO

2022-03-26 Thread Leif Lindholm
On Sat, Mar 26, 2022 at 16:12:07 +0700, Nhi Pham via groups.io wrote: > > Would you be happy for me to fold that into > > "AmpereAltraPkg, JadePkg: Add ACPI support", or would you be able to > > submit a v6 of that patch only? > > > > Best Regards, > > > > Leif > > Thanks much for the patch.

Re: [edk2-devel] [edk2-non-osi][PATCH v4 0/2] Introduce Silicon/Ampere and AmpereAltraBinPkg package

2022-03-26 Thread Leif Lindholm
Reviewed-by: Leif Lindholm Pushed as 0320db977fb2..7dcfcf88b8a9 in preparation of pushing the edk2-platforms set. On Fri, Oct 22, 2021 at 12:56:02 +0700, Vu Nguyen wrote: > Create edk2-non-osi component holder for Ampere Libraries. This patchset > also adds PciePhyLib which provides function to

Re: [edk2-devel] Question about UEFI, AddressSanitizer and MMU mappings

2022-03-26 Thread Vitaly Cheptsov via groups.io
Hello, I have some experience porting LLVM Sanitizers and am very interested in this project coming live to UEFI as well. I had success with both entirely static shadow memory allocation and dynamic on-demand allocation. For ASan in the UEFI  my personal idea would be trying to avoid page-fault

Re: [edk2-devel] [PATCH v2 2/3] BaseTools: Scripts/efi_gdb.py: Add gdb EFI commands and pretty Print

2022-03-26 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Rebecca Cran Sent: Tuesday, March 22, 2022 4:21 AM To: devel@edk2.groups.io; Leif Lindholm ; Kinney, Michael D ; Wu, Hao A ; Feng, Bob C ; Gao, Liming ; Chen, Christine Cc: Rebecca Cran ; Andrew Fish Subject: [PATCH v2 2/3] BaseTools:

Re: [edk2-devel] [PATCH v2 1/3] BaseTools: efi_debugging.py: Add debugger agnostic dbg Python Classes

2022-03-26 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Rebecca Cran Sent: Tuesday, March 22, 2022 4:21 AM To: devel@edk2.groups.io; Leif Lindholm ; Kinney, Michael D ; Wu, Hao A ; Feng, Bob C ; Gao, Liming ; Chen, Christine Cc: Rebecca Cran ; Andrew Fish Subject: [PATCH v2 1/3] BaseTools:

Re: [edk2-devel] [PATCH 0/3] BaseTools: patches to build with gcc12

2022-03-26 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: devel@edk2.groups.io On Behalf Of Gerd Hoffmann Sent: Thursday, March 24, 2022 8:05 PM To: devel@edk2.groups.io Cc: Pawel Polawski ; Gao, Liming ; Chen, Christine ; Oliver Steffen ; Feng, Bob C ; Gerd Hoffmann Subject: [edk2-devel]

Re: [edk2-devel] [PATCH EDK2 v1 1/1] BaseTools:Support decimal version number in ECC check

2022-03-26 Thread Bob Feng
This patch looks good. Reviewed-by: Bob Feng -Original Message- From: devel@edk2.groups.io On Behalf Of wenyi,xie via groups.io Sent: Friday, March 18, 2022 2:09 PM To: devel@edk2.groups.io; Feng, Bob C ; Gao, Liming ; Chen, Christine Cc: songdongku...@huawei.com;

Re: [edk2-devel] [PATCH v1 1/1] CryptoPkg: Redefinition bug in CrtLibSupport.h.

2022-03-26 Thread Yao, Jiewen
Merged: https://github.com/tianocore/edk2/pull/2692 > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, Jiewen > Sent: Saturday, March 26, 2022 2:50 PM > To: devel@edk2.groups.io; Li, Zhihao > Subject: Re: [edk2-devel] [PATCH v1 1/1] CryptoPkg: Redefinition bug in >

Re: [edk2-devel] [PATCH v2 14/17] Silicon/Ampere: Update ArmPlatformLib to work with changed ARM_CORE_INFO

2022-03-26 Thread Nhi Pham via groups.io
Hi Leif, On 25/03/2022 23:30, Leif Lindholm wrote: Hi Nhi, On Sun, Dec 19, 2021 at 10:35:41 +0700, Nhi Pham via groups.io wrote: Hi Rebecca, Leif is merging the rest of Altra port to the edk2-platforms which has SRAT ACPI table consuming the CPU Core Info table. Therefore, we will need to

Re: [edk2-devel] [PATCH 1/1] CryptoPkg: update openssl submodule to 1.1.1n

2022-03-26 Thread Yao, Jiewen
Merged: https://github.com/tianocore/edk2/pull/2691 > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, Jiewen > Sent: Saturday, March 26, 2022 2:50 PM > To: Gerd Hoffmann ; devel@edk2.groups.io > Cc: Oliver Steffen ; Jiang, Guomin > ; Lu, Xiaoyu1 ; Wang, Jian J > ; Pawel

Re: [edk2-devel] [PATCH v1 1/1] CryptoPkg: Redefinition bug in CrtLibSupport.h.

2022-03-26 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: devel@edk2.groups.io On Behalf Of Li, Zhihao > Sent: Friday, March 25, 2022 3:41 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH v1 1/1] CryptoPkg: Redefinition bug in > CrtLibSupport.h. > > REF:

Re: [edk2-devel] [PATCH 1/1] CryptoPkg: update openssl submodule to 1.1.1n

2022-03-26 Thread Yao, Jiewen
Reviewed-by: Jiewen Yao > -Original Message- > From: Gerd Hoffmann > Sent: Friday, March 25, 2022 4:06 PM > To: devel@edk2.groups.io > Cc: Oliver Steffen ; Jiang, Guomin > ; Lu, Xiaoyu1 ; Yao, Jiewen > ; Wang, Jian J ; Pawel > Polawski ; Gerd Hoffmann > Subject: [PATCH 1/1] CryptoPkg: