|
Re: [PATCH v3 1/1] CryptoPkg: BaseCryptLib: Add RSA PSS verify support
Hi Ard
Can it be resolved in patch - https://edk2.groups.io/g/devel/message/75135?p=,,,20,0,0,0::Created,,cryptopkg,20,2,0,82822574 ?
I really hope to improve CI to catch this earlier...
Hi
Hi Ard
Can it be resolved in patch - https://edk2.groups.io/g/devel/message/75135?p=,,,20,0,0,0::Created,,cryptopkg,20,2,0,82822574 ?
I really hope to improve CI to catch this earlier...
Hi
|
By
Yao, Jiewen
·
#75200
·
|
|
Re: [PATCH v3 1/1] CryptoPkg: BaseCryptLib: Add RSA PSS verify support
This patch is now merged, and is breaking the build on AARCH64/CLANG38:
CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPss.c:117:7: error: variable
'Result' is used uninitialized whenever 'if' condition
This patch is now merged, and is breaking the build on AARCH64/CLANG38:
CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPss.c:117:7: error: variable
'Result' is used uninitialized whenever 'if' condition
|
By
Ard Biesheuvel
·
#75199
·
|
|
Re: [PATCH v2 3/5] GenFv: Arm: support images entered in Thumb mode
Yes it does.
By
Etienne Carriere
·
#75198
·
|
|
回复: [edk2-devel] [PATCH v2 3/5] GenFv: Arm: support images entered in Thumb mode
Etienne:
Thanks for your reminder. I try VS compiler and meet with the compiler error on this line.
Here, does if ((SecCoreEntryAddress & 1) != 0) mean the lowest bit of this address is
Etienne:
Thanks for your reminder. I try VS compiler and meet with the compiler error on this line.
Here, does if ((SecCoreEntryAddress & 1) != 0) mean the lowest bit of this address is
|
By
gaoliming
·
#75197
·
|
|
[PATCH v3 5/5] StandaloneMmPkg: build for 32bit arm machines
This change allows to build StandaloneMmPkg components for 32bit Arm
StandaloneMm firmware.
This change mainly moves AArch64/ source files to Arm/ side directory
for several components:
This change allows to build StandaloneMmPkg components for 32bit Arm
StandaloneMm firmware.
This change mainly moves AArch64/ source files to Arm/ side directory
for several components:
|
By
Etienne Carriere
·
#75196
·
|
|
[PATCH v3 4/5] StandaloneMmPkg: fix pointer/int casts against 32bit architectures
Use intermediate (UINTN) cast when casting int from/to pointer. This
is needed as UINT64 values cast from/to 32bit pointer for 32bit
architectures.
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc:
Use intermediate (UINTN) cast when casting int from/to pointer. This
is needed as UINT64 values cast from/to 32bit pointer for 32bit
architectures.
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc:
|
By
Etienne Carriere
·
#75195
·
|
|
[PATCH v3 3/5] GenFv: Arm: support images entered in Thumb mode
Change GenFv for Arm architecture to generate a specific jump
instruction as image entry instruction, when the target entry label
is assembled with Thumb instruction set. This is possible
Change GenFv for Arm architecture to generate a specific jump
instruction as image entry instruction, when the target entry label
is assembled with Thumb instruction set. This is possible
|
By
Etienne Carriere
·
#75194
·
|
|
[PATCH v3 2/5] ArmPkg: prepare 32bit ARM build of StandaloneMmPkg
Changes in ArmPkg to prepare building StandaloneMm firmware for
32bit Arm architectures.
Adds MmCommunicationDxe driver and ArmMmuPeiLib and
ArmmmuStandaloneMmLib libraries to the list of the
Changes in ArmPkg to prepare building StandaloneMm firmware for
32bit Arm architectures.
Adds MmCommunicationDxe driver and ArmMmuPeiLib and
ArmmmuStandaloneMmLib libraries to the list of the
|
By
Etienne Carriere
·
#75193
·
|
|
[PATCH v3 1/5] ArmPkg/IndustryStandard: 32b/64b agnostic FF-A, Mm SVC and Std SMC IDs
Defines ARM_SVC_ID_FFA_* and ARM_SVC_ID_SP_* identifiers for 32bit
function IDs as per SMCCC specification. Defines also generic ARM
SVC identifier macros to wrap 32bit or 64bit identifiers upon
Defines ARM_SVC_ID_FFA_* and ARM_SVC_ID_SP_* identifiers for 32bit
function IDs as per SMCCC specification. Defines also generic ARM
SVC identifier macros to wrap 32bit or 64bit identifiers upon
|
By
Etienne Carriere
·
#75192
·
|
|
回复: [edk2-devel] [PATCH v2 06/13] MdePkg/Register/Amd: define GHCB macros for SNP AP creation
Laszlo:
Thanks for your detail review. I have no comments for the changes in this patch set. Reviewed-by: Liming Gao <gaoliming@...>
Thanks
Liming
Laszlo:
Thanks for your detail review. I have no comments for the changes in this patch set. Reviewed-by: Liming Gao <gaoliming@...>
Thanks
Liming
|
By
gaoliming
·
#75191
·
|
|
Re: [PATCH v2 3/5] GenFv: Arm: support images entered in Thumb mode
Sorry, I missed this one.
This needs extra parantheses.
I'll sent a v3. My apologies...
etienne
Sorry, I missed this one.
This needs extra parantheses.
I'll sent a v3. My apologies...
etienne
|
By
Etienne Carriere
·
#75190
·
|
|
回复: [PATCH v2 3/5] GenFv: Arm: support images entered in Thumb mode
Acked-by: Liming Gao <gaoliming@...>
from
would
Acked-by: Liming Gao <gaoliming@...>
from
would
|
By
gaoliming
·
#75189
·
|
|
[PATCH v2 5/5] Maintainers: update Maintainers file as new files/folders created
Create new entry for Cloud Hypervisor and assign reviewer to Sami
Mujawar.
Cc: Sami Mujawar <sami.mujawar@...>
Signed-off-by: Jianyong Wu <jianyong.wu@...>
---
Maintainers.txt | 7 +++++++
1
Create new entry for Cloud Hypervisor and assign reviewer to Sami
Mujawar.
Cc: Sami Mujawar <sami.mujawar@...>
Signed-off-by: Jianyong Wu <jianyong.wu@...>
---
Maintainers.txt | 7 +++++++
1
|
By
Jianyong Wu
·
#75188
·
|
|
[PATCH v2 4/5] ArmVirtPkg: Introduce Cloud Hypervisor to edk2 family
Cloud Hypervisor is kvm based VMM and is implemented in rust. Just like
other VMMs it need UEFI support to let ACPI work. That's why
Cloud Hypervisor is introduced here.
Cc: Laszlo Ersek
Cloud Hypervisor is kvm based VMM and is implemented in rust. Just like
other VMMs it need UEFI support to let ACPI work. That's why
Cloud Hypervisor is introduced here.
Cc: Laszlo Ersek
|
By
Jianyong Wu
·
#75187
·
|
|
[PATCH v2 3/5] ArmVirtPkg: enable ACPI for cloud hypervisor
The current implementation of PlatformHasAcpiDt is not a common
library and is on behalf of qemu. So give a specific version for
Cloud Hypervisor here.
There is no device like Fw-cfg in qemu in Cloud
The current implementation of PlatformHasAcpiDt is not a common
library and is on behalf of qemu. So give a specific version for
Cloud Hypervisor here.
There is no device like Fw-cfg in qemu in Cloud
|
By
Jianyong Wu
·
#75186
·
|
|
[PATCH v2 2/5] MdeMoudlePkg: introduce new PCD for Acpi/rsdp
As there is lack of a machnism in Cloud Hypervisor to pass the base
address of Rsdp in Acpi, so a PCD varialbe is introduced here to
feed it.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Jian J Wang
As there is lack of a machnism in Cloud Hypervisor to pass the base
address of Rsdp in Acpi, so a PCD varialbe is introduced here to
feed it.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Jian J Wang
|
By
Jianyong Wu
·
#75185
·
|
|
[PATCH v2 1/5] ArmVirtPkg: Library: Memory initialization for Cloud Hypervisor
Cloud Hypervisor is kvm based VMM implemented in rust.
This library populates the system memory map for the
Cloud Hypervisor virtual platform.
Cc: Laszlo Ersek <lersek@...>
Cc: Ard Biesheuvel
Cloud Hypervisor is kvm based VMM implemented in rust.
This library populates the system memory map for the
Cloud Hypervisor virtual platform.
Cc: Laszlo Ersek <lersek@...>
Cc: Ard Biesheuvel
|
By
Jianyong Wu
·
#75184
·
|
|
[PATCH v2 0/5] Enable Cloud Hypervisor support in edk2
Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that
runs on top of KVM. Cloud Hypervisor is implemented in Rust and is based
on the rust-vmm crates. See [1] to find more.
To support
Cloud Hypervisor is an open source Virtual Machine Monitor (VMM) that
runs on top of KVM. Cloud Hypervisor is implemented in Rust and is based
on the rust-vmm crates. See [1] to find more.
To support
|
By
Jianyong Wu
·
#75183
·
|
|
Re: [PATCH v2 5/5] StandaloneMmPkg: build for 32bit arm machines
Dear all,
For info, Tested on Qemu/arm and stm32mp1 (both armv7-a) and on 64bit
Qemu/AArch64.
I used OP-TEE 3.13.0 to host the StMM instance.
Regards,
Etienne
<etienne.carriere@...> wrote:
Dear all,
For info, Tested on Qemu/arm and stm32mp1 (both armv7-a) and on 64bit
Qemu/AArch64.
I used OP-TEE 3.13.0 to host the StMM instance.
Regards,
Etienne
<etienne.carriere@...> wrote:
|
By
Etienne Carriere
·
#75182
·
|
|
Re: [PATCH v3] IntelFsp2Pkg: YAML script bug fix
Reviewed-by: Chasel Chiu <chasel.chiu@...>
Reviewed-by: Chasel Chiu <chasel.chiu@...>
|
By
Chiu, Chasel
·
#75181
·
|