|
[PATCH RESEND v1 4/7] ArmPkg/ArmLib: Add ArmHasAesExt()
From: Pierre Gondois <Pierre.Gondois@...> Add a ArmHasAesExt() to check for the FEAT_AES extension. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/Include/Library/ArmLib.h | 12 ++++++++
From: Pierre Gondois <Pierre.Gondois@...> Add a ArmHasAesExt() to check for the FEAT_AES extension. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/Include/Library/ArmLib.h | 12 ++++++++
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 3/7] ArmPkg/ArmLib: Add ArmReadIdIsaR5() helper
From: Pierre Gondois <Pierre.Gondois@...> Add a ArmReadIdIsaR5() helper function to access the AArch32 ID_ISAR5 register. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/Library/ArmLib/A
From: Pierre Gondois <Pierre.Gondois@...> Add a ArmReadIdIsaR5() helper function to access the AArch32 ID_ISAR5 register. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/Library/ArmLib/A
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 2/7] ArmPkg/ArmDisassemblerLib: Replace RotateRight()
From: Pierre Gondois <Pierre.Gondois@...> A local RotateRight() function is defined. The RRotU32() function available in the MdePkg/BaseLib does the same. Prefer the generic function and remove the lo
From: Pierre Gondois <Pierre.Gondois@...> A local RotateRight() function is defined. The RRotU32() function available in the MdePkg/BaseLib does the same. Prefer the generic function and remove the lo
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 1/7] ArmPkg: Update Armpkg.ci.yaml
From: Pierre Gondois <Pierre.Gondois@...> Add word to the exception list for the spell check tool. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/ArmPkg.ci.yaml | 1 + 1 file changed, 1
From: Pierre Gondois <Pierre.Gondois@...> Add word to the exception list for the spell check tool. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/ArmPkg.ci.yaml | 1 + 1 file changed, 1
|
By
PierreGondois
·
|
|
[PATCH RESEND v1 0/7] Add AesLib and ArmAesLib
From: Pierre Gondois <pierre.gondois@...> Bugzilla: Bug 3970 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970= ) To fasten AES encryption/decryption process or create a Deterministic Random Bits
From: Pierre Gondois <pierre.gondois@...> Bugzilla: Bug 3970 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970= ) To fasten AES encryption/decryption process or create a Deterministic Random Bits
|
By
PierreGondois
·
|
|
[edk2-test][PATCH v1 1/1] uefi-sct/SctPkg: Don't always check PixelInformation
According to UEFI 2.9 Section 12.9, the PixelInformation field of the EFI_GRAPHICS_OUTPUT_MODE_INFORMATION structure is valid only if PixelFormat is PixelBitMask. The current implementation always che
According to UEFI 2.9 Section 12.9, the PixelInformation field of the EFI_GRAPHICS_OUTPUT_MODE_INFORMATION structure is valid only if PixelFormat is PixelBitMask. The current implementation always che
|
By
Dimitrije Pavlov
·
|
|
[Patch] pip-requirements.txt: Update basetools version to 0.1.24 3 messages
Synced the basetools patch from edk2 repo to edk2-basetools repo. edk2 sha-1: 59141288716f8917968d4bb96367b7d08fe5ab8a Update the basetools pip module version to the latest 0.1.24. Signed-off-by: Bob
Synced the basetools patch from edk2 repo to edk2-basetools repo. edk2 sha-1: 59141288716f8917968d4bb96367b7d08fe5ab8a Update the basetools pip module version to the latest 0.1.24. Signed-off-by: Bob
|
By
Bob Feng
·
|
|
[PATCH v1 0/7] Add AesLib and ArmAesLib 2 messages
From: Pierre Gondois <pierre.gondois@...> Bugzilla: Bug 3970 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970= ) To fasten AES encryption/decryption process or create a Deterministic Random Bits
From: Pierre Gondois <pierre.gondois@...> Bugzilla: Bug 3970 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970= ) To fasten AES encryption/decryption process or create a Deterministic Random Bits
|
By
PierreGondois
·
|
|
[PATCH v1 6/7] MdePkg/AesLib: Add NULL instance of AesLib
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970 The FIPS PUB 197: "Advanced Encryption Standard (AES)" details the AES algorithm. Add an AesLibNull
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970 The FIPS PUB 197: "Advanced Encryption Standard (AES)" details the AES algorithm. Add an AesLibNull
|
By
PierreGondois
·
|
|
[PATCH v1 5/7] MdePkg/AesLib: Definition for AES library class interface
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970 The FIPS PUB 197: "Advanced Encryption Standard (AES)" details the AES algorithm. Add a library to a
From: Pierre Gondois <Pierre.Gondois@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3970 The FIPS PUB 197: "Advanced Encryption Standard (AES)" details the AES algorithm. Add a library to a
|
By
PierreGondois
·
|
|
[PATCH v1 4/7] ArmPkg/ArmLib: Add ArmHasAesExt()
From: Pierre Gondois <Pierre.Gondois@...> Add a ArmHasAesExt() to check for the FEAT_AES extension. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/Include/Library/ArmLib.h | 12 ++++++++
From: Pierre Gondois <Pierre.Gondois@...> Add a ArmHasAesExt() to check for the FEAT_AES extension. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/Include/Library/ArmLib.h | 12 ++++++++
|
By
PierreGondois
·
|
|
[PATCH v1 3/7] ArmPkg/ArmLib: Add ArmReadIdIsaR5() helper
From: Pierre Gondois <Pierre.Gondois@...> Add a ArmReadIdIsaR5() helper function to access the AArch32 ID_ISAR5 register. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/Library/ArmLib/A
From: Pierre Gondois <Pierre.Gondois@...> Add a ArmReadIdIsaR5() helper function to access the AArch32 ID_ISAR5 register. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/Library/ArmLib/A
|
By
PierreGondois
·
|
|
[PATCH v1 2/7] ArmPkg/ArmDisassemblerLib: Replace RotateRight()
From: Pierre Gondois <Pierre.Gondois@...> A local RotateRight() function is defined. The RRotU32() function available in the MdePkg/BaseLib does the same. Prefer the generic function and remove the lo
From: Pierre Gondois <Pierre.Gondois@...> A local RotateRight() function is defined. The RRotU32() function available in the MdePkg/BaseLib does the same. Prefer the generic function and remove the lo
|
By
PierreGondois
·
|
|
[PATCH v1 1/7] ArmPkg: Update Armpkg.ci.yaml
From: Pierre Gondois <Pierre.Gondois@...> Add word to the exception list for the spell check tool. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/ArmPkg.ci.yaml | 1 + 1 file changed, 1
From: Pierre Gondois <Pierre.Gondois@...> Add word to the exception list for the spell check tool. Signed-off-by: Pierre Gondois <pierre.gondois@...> --- ArmPkg/ArmPkg.ci.yaml | 1 + 1 file changed, 1
|
By
PierreGondois
·
|
|
[PATCH v3 22/22] ArmVirtPkg: Kvmtool: Add RNG support using FW-TRNG interface
From: Sami Mujawar <sami.mujawar@...> Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3668) The EFI_RNG_PROTOCOL published by RngDxe has been updated to implement the EFI_RNG_ALGORITH
From: Sami Mujawar <sami.mujawar@...> Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3668) The EFI_RNG_PROTOCOL published by RngDxe has been updated to implement the EFI_RNG_ALGORITH
|
By
PierreGondois
·
|
|
[PATCH v3 21/22] SecurityPkg/RngDxe: Add Arm support of RngDxe
From: Pierre Gondois <pierre.gondois@...> Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3668) Add RngDxe support for Arm. This implementation uses the TrngLib to support the RawAlgo
From: Pierre Gondois <pierre.gondois@...> Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3668) Add RngDxe support for Arm. This implementation uses the TrngLib to support the RawAlgo
|
By
PierreGondois
·
|
|
[PATCH v3 21/21] ArmVirtPkg: Kvmtool: Add RNG support using FW-TRNG interface
From: Sami Mujawar <sami.mujawar@...> Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3668) The EFI_RNG_PROTOCOL published by RngDxe has been updated to implement the EFI_RNG_ALGORITH
From: Sami Mujawar <sami.mujawar@...> Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3668) The EFI_RNG_PROTOCOL published by RngDxe has been updated to implement the EFI_RNG_ALGORITH
|
By
PierreGondois
·
|
|
[PATCH v3 20/22] SecurityPkg/RngDxe: Rename AArch64/RngDxe.c
From: Pierre Gondois <pierre.gondois@...> To re-use the AArch64/RngDxe.c for an Arm implementation, rename AArch64/RngDxe.c to ArmRngDxe.c. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- .../R
From: Pierre Gondois <pierre.gondois@...> To re-use the AArch64/RngDxe.c for an Arm implementation, rename AArch64/RngDxe.c to ArmRngDxe.c. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- .../R
|
By
PierreGondois
·
|
|
[PATCH v3 20/21] SecurityPkg/RngDxe: Add Arm support of RngDxe
From: Pierre Gondois <pierre.gondois@...> Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3668) Add RngDxe support for Arm. This implementation uses the TrngLib to support the RawAlgo
From: Pierre Gondois <pierre.gondois@...> Bugzilla: 3668 (https://bugzilla.tianocore.org/show_bug.cgi?id=3D3668) Add RngDxe support for Arm. This implementation uses the TrngLib to support the RawAlgo
|
By
PierreGondois
·
|
|
[PATCH v3 19/21] SecurityPkg/RngDxe: Rename AArch64/RngDxe.c
From: Pierre Gondois <pierre.gondois@...> To re-use the AArch64/RngDxe.c for an Arm implementation, rename AArch64/RngDxe.c to ArmRngDxe.c. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- .../R
From: Pierre Gondois <pierre.gondois@...> To re-use the AArch64/RngDxe.c for an Arm implementation, rename AArch64/RngDxe.c to ArmRngDxe.c. Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- .../R
|
By
PierreGondois
·
|