Re: [EXTERNAL] Re: [edk2-devel] BaseCryptLib in ARM incorrectly marked as a DXE_DRIVER

2021-07-16 Thread Arti Gupta via groups.io
Thank you Andrew, you are right. I missed the fact that there are 2 INFs in there. From: Andrew Fish Sent: Wednesday, July 14, 2021 9:14 PM To: edk2-devel-groups-io ; Arti Gupta Subject: [EXTERNAL] Re: [edk2-devel] BaseCryptLib in ARM incorrectly marked as a DXE_DRIVER Arti, Can you be a

Re: [edk2-devel] BaseCryptLib in ARM incorrectly marked as a DXE_DRIVER

2021-07-14 Thread Andrew Fish via groups.io
Arti, Can you be a little more specific? Which INF file? How is it used? Sorry I don’t know a lot about this library. The different INF files pull in different allocation strategies for the common library code. https://github.com/tianocore/edk2/blob/master/CryptoPkg/Library/BaseCryptLib/Runt

[edk2-devel] BaseCryptLib in ARM incorrectly marked as a DXE_DRIVER

2021-07-14 Thread Arti Gupta via groups.io
Hello, I am seeing that the BaseCryptLib in ARM is declared as a DXE_DRIVER instead of a DXE_RUNTIME_DRIVER, however it has a RuntimeMemAllocation.c which registers for the virtualaddresschange event so that tells me that the lib is expected to live in runtime. Is this bug known? What are the