|
Re: [PATCH v2 0/8] CryptoPkg updates for openssl 3.0
With inline keyword removed in patch-7/8,
Series reviewed-by: Jiewen Yao <Jiewen.yao@...>
With inline keyword removed in patch-7/8,
Series reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#88635
·
|
|
[edk2-libc Patch 1/1] AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py module port for UEFI environment
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3899
This is commit contains the UEFI port of uuid.py module. Made necessary
changes required to uuid.py module to support UEFI environment.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3899
This is commit contains the UEFI port of uuid.py module. Made necessary
changes required to uuid.py module to support UEFI environment.
|
By
Jayaprakash, N
·
#88634
·
|
|
[edk2-libc Patch 0/1] added support for uuid.py module for uefi environment
This patch contains the uuid.py updated module with the changes required to
support it working on uefi environment.
Jayaprakash Nevara (1):
AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py
This patch contains the uuid.py updated module with the changes required to
support it working on uefi environment.
Jayaprakash Nevara (1):
AppPkg\Applications\Python\Python-3.6.8\Lib: uuid.py
|
By
Jayaprakash, N
·
#88633
·
|
|
Re: [PATCH 1/1] UEFI-SCT: SctPkg: Updated the check for monotonic count after restart
Hi Barton,
Thank you for the review.
Could you please upstream the patch.
With Warm Regards,
Edhay
Hi Barton,
Thank you for the review.
Could you please upstream the patch.
With Warm Regards,
Edhay
|
By
G Edhaya Chandran
·
#88632
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 25/33] MdePkg/BaseCpuLib: LoongArch Base CPU library implementation.
Recently there is a work to migrate UefiCpuLib to CpuLib (patch attached), you may want to sync up your changes with that patch set. RISC-V will do the same work later.
Thanks
Abner
Recently there is a work to migrate UefiCpuLib to CpuLib (patch attached), you may want to sync up your changes with that patch set. RISC-V will do the same work later.
Thanks
Abner
|
By
Abner Chang
·
#88631
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 32/33] BaseTools: Add LoongArch64 binding.
By
Abner Chang
·
#88630
·
|
|
[PATCH v2 7/8] CryptoPkg/CrtLibSupport: fix strcpy
strcpy() returns a pointer to the destination string, AsciiStrCpyS()
does not. So a simple #define does not work. Create a inline function
instead.
Signed-off-by: Gerd Hoffmann
strcpy() returns a pointer to the destination string, AsciiStrCpyS()
does not. So a simple #define does not work. Create a inline function
instead.
Signed-off-by: Gerd Hoffmann
|
By
Gerd Hoffmann
·
#88629
·
|
|
[PATCH v2 3/8] CryptoPkg/CrtLibSupport: add INT_MIN
Add #define for INT_MIN.
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff
Add #define for INT_MIN.
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff
|
By
Gerd Hoffmann
·
#88628
·
|
|
[PATCH v2 8/8] CryptoPkg/UnitTest: fix DH testcase
openssl 3.0 wants at least 512 bytes, otherwise it throws an error:
error:0280007E:Diffie-Hellman routines::modulus too small
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
openssl 3.0 wants at least 512 bytes, otherwise it throws an error:
error:0280007E:Diffie-Hellman routines::modulus too small
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
|
By
Gerd Hoffmann
·
#88627
·
|
|
[PATCH v2 6/8] CryptoPkg/CrtLibSupport: add off_t
Add typedef for off_t.
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff --git
Add typedef for off_t.
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
Gerd Hoffmann
·
#88626
·
|
|
[PATCH v2 5/8] CryptoPkg/CrtLibSupport: add MODULESDIR
Add dummy MODULESDIR #define
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff
Add dummy MODULESDIR #define
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff
|
By
Gerd Hoffmann
·
#88625
·
|
|
[PATCH v2 4/8] CryptoPkg/CrtLibSupport: add UINT_MAX
Add define for UINT_MAX.
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff
Add define for UINT_MAX.
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff
|
By
Gerd Hoffmann
·
#88624
·
|
|
[PATCH v2 2/8] CryptoPkg/CrtLibSupport: add strstr()
Add #define for strstr().
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff
Add #define for strstr().
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/CrtLibSupport.h | 1 +
1 file changed, 1 insertion(+)
diff
|
By
Gerd Hoffmann
·
#88623
·
|
|
[PATCH v2 0/8] CryptoPkg updates for openssl 3.0
First batch of patches which update CrtLibSupport so it has everything
needed to build openssl3. Also a testcase update for openssl3.
This does not update the openssl submodule, that'll happen in
First batch of patches which update CrtLibSupport so it has everything
needed to build openssl3. Also a testcase update for openssl3.
This does not update the openssl submodule, that'll happen in
|
By
Gerd Hoffmann
·
#88622
·
|
|
[PATCH v2 1/8] CryptoPkg/CrtLibSupport: add fcntl.h
Add fcntl.h header file.
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/fcntl.h | 9 +++++++++
CryptoPkg/CryptoPkg.ci.yaml | 1 +
Add fcntl.h header file.
Will be needed by openssl 3.0.
Signed-off-by: Gerd Hoffmann <kraxel@...>
---
CryptoPkg/Library/Include/fcntl.h | 9 +++++++++
CryptoPkg/CryptoPkg.ci.yaml | 1 +
|
By
Gerd Hoffmann
·
#88621
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 30/33] MdeModulePkg/DxeIplPeim : LoongArch DxeIPL implementation.
DxeLoadFunc.c is almost the same as RISC-V instance. However, I don't have idea how to leverage it because DxeLoadFunc is currently in the architecture-based folder.
Acked-by: Abner Chang
DxeLoadFunc.c is almost the same as RISC-V instance. However, I don't have idea how to leverage it because DxeLoadFunc is currently in the architecture-based folder.
Acked-by: Abner Chang
|
By
Abner Chang
·
#88620
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 27/33] MdePkg/BaseSafeIntLib: Add LoongArch64 architecture for BaseSafeIntLib.
Acked-by: Abner Chang <abner.chang@...>
Acked-by: Abner Chang <abner.chang@...>
|
By
Abner Chang
·
#88619
·
|
|
Re: [staging/LoongArch RESEND PATCH v1 26/33] MdePkg/BaseSynchronizationLib: LoongArch cache related code.
By
Abner Chang
·
#88618
·
|
|
Re: Intel NUC platform firmware -- no serial I/O support?
Yes, that's what I did:
<https://listman.redhat.com/archives/edk2-devel-archive/2022-April/047910.html>.
Even better would have been to copy the SerialDxe and TerminalDxe
drivers to the hard disk's
Yes, that's what I did:
<https://listman.redhat.com/archives/edk2-devel-archive/2022-April/047910.html>.
Even better would have been to copy the SerialDxe and TerminalDxe
drivers to the hard disk's
|
By
Laszlo Ersek
·
#88617
·
|
|
Re: Intel NUC platform firmware -- no serial I/O support?
Hi,
Neat. /me makes a mental note that one can load drivers like this.
Can this be automated to run on each boot? With a startup.nsh script?
take care,
Gerd
Hi,
Neat. /me makes a mental note that one can load drivers like this.
Can this be automated to run on each boot? With a startup.nsh script?
take care,
Gerd
|
By
Gerd Hoffmann
·
#88616
·
|