|
Re: [tianocore.github.io.wiki PATCH 1/1] Xcode.md: Update instructions to work on modern macOS and Xcode versions
Andrew, could you review this please?
Thanks.
Rebecca Cran
Andrew, could you review this please?
Thanks.
Rebecca Cran
|
By
Rebecca Cran
·
#75206
·
|
|
Re: [edk2-platforms][PATCH v2 6/6] Platform/StandaloneMm: build StandaloneMmRpmb for 32bit architectures
Acked-by: Ilias Apalodimas <ilias.apalodimas@...>
Acked-by: Ilias Apalodimas <ilias.apalodimas@...>
|
By
Ilias Apalodimas
·
#75205
·
|
|
Re: [edk2-platforms][PATCH v2 5/6] Drivers/OpTee: address cast build warning issue in 32b mode
Acked-by: Ilias Apalodimas <ilias.apalodimas@...>
Acked-by: Ilias Apalodimas <ilias.apalodimas@...>
|
By
Ilias Apalodimas
·
#75204
·
|
|
Re: [edk2-platforms][PATCH v2 4/6] Drivers/OpTee: Add Aarch32 SVC IDs for 32bit Arm targets
Acked-by: Ilias Apalodimas <ilias.apalodimas@...>
Acked-by: Ilias Apalodimas <ilias.apalodimas@...>
|
By
Ilias Apalodimas
·
#75203
·
|
|
Re: [edk2-platforms][PATCH v2 3/6] Platform/StandaloneMm: sync with edk2 StandaloneMmCpu path change
Acked-by: Ilias Apalodimas <ilias.apalodimas@...>
Acked-by: Ilias Apalodimas <ilias.apalodimas@...>
|
By
Ilias Apalodimas
·
#75202
·
|
|
Re: [PATCH v3 1/1] CryptoPkg: BaseCryptLib: Add RSA PSS verify support
That looks like the same issue, yes.
Yes, I am also a bit surprised that it was not caught before.
That looks like the same issue, yes.
Yes, I am also a bit surprised that it was not caught before.
|
By
Ard Biesheuvel
·
#75201
·
|
|
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
·
|