|
Re: [PATCH RFC v2 11/28] OvmfPkg: Reserve Secrets page in MEMFD
[+cc: Tobin]
Hi Brijesh,
Would it make sense to always use EfiACPIMemoryNVS for the injected secret area, even for regular SEV (non-SNP)?
-Dov
[+cc: Tobin]
Hi Brijesh,
Would it make sense to always use EfiACPIMemoryNVS for the injected secret area, even for regular SEV (non-SNP)?
-Dov
|
By
Dov Murik <dovmurik@...>
·
#74759
·
|
|
[edk2-non-osi] [PATCH V3] CometlakeSiliconBinPkg: Update CML microcode
Update CML microcode from otcshare.
Signed-off-by: jinjhuli <jin.jhu.lim@...>
Cc: Kathappan Esakkithevar <kathappan.esakkithevar@...>
Cc: Sai Chaganty <rangasai.v.chaganty@...>
---
Update CML microcode from otcshare.
Signed-off-by: jinjhuli <jin.jhu.lim@...>
Cc: Kathappan Esakkithevar <kathappan.esakkithevar@...>
Cc: Sai Chaganty <rangasai.v.chaganty@...>
---
|
By
jinjhuli
·
#74758
·
|
|
[edk2-non-osi] [PATCH V2] CometlakeSiliconBinPkg: Update CML microcode
Update CML microcode from otcshare.
Signed-off-by: jinjhuli <jin.jhu.lim@...>
Cc: Nate DeSimone <nathaniel.l.desimone@...>
---
.../Microcode/MicrocodeUpdates.inf | 4 ++--
Update CML microcode from otcshare.
Signed-off-by: jinjhuli <jin.jhu.lim@...>
Cc: Nate DeSimone <nathaniel.l.desimone@...>
---
.../Microcode/MicrocodeUpdates.inf | 4 ++--
|
By
jinjhuli
·
#74757
·
|
|
Re: [PATCH 4/5] StandaloneMmPkg: fix pointer/int casts against 32bit architectures
Acked-by: Jiewen Yao <Jiewen.yao@...>
Need ARM expert to comment if it is OK to refer AArch64 for ARM?
Thank you
Yao Jiewen
Acked-by: Jiewen Yao <Jiewen.yao@...>
Need ARM expert to comment if it is OK to refer AArch64 for ARM?
Thank you
Yao Jiewen
|
By
Yao, Jiewen
·
#74756
·
|
|
Re: [PATCH v3 1/1] CryptoPkg: BaseCryptLib: Add RSA PSS verify support
Reviewed-by: Jiewen Yao <jiewen.yao@...>
Reviewed-by: Jiewen Yao <jiewen.yao@...>
|
By
Yao, Jiewen
·
#74755
·
|
|
Re: [PATCH RFC v2 05/28] MdePkg: Add AsmPvalidate() support
While coding it I am coming to realizing that mapping from PVALIDATE
return value to EFI will add more code in assemblym and wanted to make
sure that we all are okay with it. The proposed mapping
While coding it I am coming to realizing that mapping from PVALIDATE
return value to EFI will add more code in assemblym and wanted to make
sure that we all are okay with it. The proposed mapping
|
By
Brijesh Singh
·
#74754
·
|
|
Re: [PATCH 1/3] MdePkg/BaseLib: Add support for ARMv8.5 RNG instructions
It's currently used in BaseRngLib, and since there are other Aarch64 functions in BaseLib I thought it should belong here - especially since I don't think MdePkg can depend on ArmPkg?
That makes
It's currently used in BaseRngLib, and since there are other Aarch64 functions in BaseLib I thought it should belong here - especially since I don't think MdePkg can depend on ArmPkg?
That makes
|
By
Rebecca Cran <rebecca@...>
·
#74753
·
|
|
Re: [PATCH 2/3] MdePkg: Refactor BaseRngLib to support AARCH64 in addition to X86
Hi Rebecca,
Please see my response inline marked [SAMI].
Regards,
Sami Mujawar
On 28/04/2021 09:44 PM, Rebecca Cran wrote:
[SAMI] Please add doxygen headers for the
Hi Rebecca,
Please see my response inline marked [SAMI].
Regards,
Sami Mujawar
On 28/04/2021 09:44 PM, Rebecca Cran wrote:
[SAMI] Please add doxygen headers for the
|
By
Sami Mujawar
·
#74752
·
|
|
Re: [PATCH 1/3] MdePkg/BaseLib: Add support for ARMv8.5 RNG instructions
Hi Rebecca,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] Should this function be part of ArmLib?
[/SAMI]
[SAMI] I can see that the X86RdRand64 functions are
Hi Rebecca,
Please find my response inline marked [SAMI].
Regards,
Sami Mujawar
[SAMI] Should this function be part of ArmLib?
[/SAMI]
[SAMI] I can see that the X86RdRand64 functions are
|
By
Sami Mujawar
·
#74751
·
|
|
Re: [PATCH RFC v2 05/28] MdePkg: Add AsmPvalidate() support
Apologies, I missed the fact that you said document the mapping between
the PVALIDATE return value and EFI_STATUS. So a caller is responsible to
look at the EFI document to know what the error code
Apologies, I missed the fact that you said document the mapping between
the PVALIDATE return value and EFI_STATUS. So a caller is responsible to
look at the EFI document to know what the error code
|
By
Brijesh Singh
·
#74750
·
|
|
Re: [edk2-non-osi] [PATCH] CometlakeSiliconBinPkg: Update CML microcode
Hi Jin Jhu,
Please make sure you update Silicon/Intel/CometlakeSiliconBinPkg/Microcode/MicrocodeUpdates.inf with the new filenames. Also, please remove the link to otcshare from the commit
Hi Jin Jhu,
Please make sure you update Silicon/Intel/CometlakeSiliconBinPkg/Microcode/MicrocodeUpdates.inf with the new filenames. Also, please remove the link to otcshare from the commit
|
By
Nate DeSimone
·
#74749
·
|
|
Re: [PATCH RFC v2 05/28] MdePkg: Add AsmPvalidate() support
I am perfectly fine if the function return UINTN and then use #define
instead of the enum to define the PVALIDATE return code. So that caller
can check the error code. Let me know your thought on
I am perfectly fine if the function return UINTN and then use #define
instead of the enum to define the PVALIDATE return code. So that caller
can check the error code. Let me know your thought on
|
By
Brijesh Singh
·
#74748
·
|
|
Re: No ShellBinPkg with newer releases on github
https://bugzilla.tianocore.org/show_bug.cgi?id=3178
(At this point, the title of that bug should be updated so it say
"edk2-stable202105".)
Laszlo
https://bugzilla.tianocore.org/show_bug.cgi?id=3178
(At this point, the title of that bug should be updated so it say
"edk2-stable202105".)
Laszlo
|
By
Laszlo Ersek
·
#74747
·
|
|
Re: Booting UEFI with QEMU arm
From "qemu-system-arm", it seems like you really mean 32-bit ARM.
Yes, there is support for that in edk2.
Build:
$ git submodule update --init --force
$ . edksetup.sh
$ nice make -C
From "qemu-system-arm", it seems like you really mean 32-bit ARM.
Yes, there is support for that in edk2.
Build:
$ git submodule update --init --force
$ . edksetup.sh
$ nice make -C
|
By
Laszlo Ersek
·
#74746
·
|
|
Re: [PATCH RFC v2 05/28] MdePkg: Add AsmPvalidate() support
Noted.
Noted.
Noted.
Interestingly I did ran the series with edk2 CI and everything passed
before I submitted for the review. But, I will go ahead and fix the order.
Works with me.
Works
Noted.
Noted.
Noted.
Interestingly I did ran the series with edk2 CI and everything passed
before I submitted for the review. But, I will go ahead and fix the order.
Works with me.
Works
|
By
Brijesh Singh
·
#74745
·
|
|
Re: [PATCH RFC v2 04/28] MdePkg: Define the Page State Change VMGEXIT structures
Noted.
I will add something in comment to clarify that UNMASH and PSMASH are
not available in MSR protocol.
That macro is replaced is no longer used, I ended up creating a more
meaningful macro
Noted.
I will add something in comment to clarify that UNMASH and PSMASH are
not available in MSR protocol.
That macro is replaced is no longer used, I ended up creating a more
meaningful macro
|
By
Brijesh Singh
·
#74744
·
|
|
Re: [PATCH RFC v2 04/28] MdePkg: Define the Page State Change VMGEXIT structures
Thanks. I guess I was confused by the term "for the requested page size".
Yes, that's clear.
Thanks!
Laszlo
Thanks. I guess I was confused by the term "for the requested page size".
Yes, that's clear.
Thanks!
Laszlo
|
By
Laszlo Ersek
·
#74743
·
|
|
Re: [PATCH v1 1/4] ArmVirtPkg: Library: Memory initialization for Cloud Hypervisor
OK, thanks!
Indeed, the v1 patches have not reached the list.
Thanks,
Laszlo
OK, thanks!
Indeed, the v1 patches have not reached the list.
Thanks,
Laszlo
|
By
Laszlo Ersek
·
#74742
·
|
|
[PATCH v3 1/1] CryptoPkg: BaseCryptLib: Add RSA PSS verify support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3314
This patch uses Openssl's EVP API's to perform RSASSA-PSS verification
of a binary blob.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3314
This patch uses Openssl's EVP API's to perform RSASSA-PSS verification
of a binary blob.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu
|
By
Agrawal, Sachin
·
#74741
·
|
|
[PATCH v3 0/1] CryptoPkg: Add RSA PSS verify support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3314
This patch uses Openssl's EVP API's to perform RSASSA-PSS verification
of a binary blob.
Patch v1 Cover Letter :
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3314
This patch uses Openssl's EVP API's to perform RSASSA-PSS verification
of a binary blob.
Patch v1 Cover Letter :
|
By
Agrawal, Sachin
·
#74740
·
|