|
[PATCH 1/4] OvmfPkg: Add library class BlobMeasurementLib with null implementation
BlobMeasurementLib will be used to measure blobs fetching from QEMU's firmware config (fw_cfg) in platforms which implments EFI_CC_MEASUREMENT_PROTOCOL. The null implementation BlobMeasurementLibNull
BlobMeasurementLib will be used to measure blobs fetching from QEMU's firmware config (fw_cfg) in platforms which implments EFI_CC_MEASUREMENT_PROTOCOL. The null implementation BlobMeasurementLibNull
|
By
Min Xu
·
|
|
[PATCH v3 5/6] [edk2-platforms] Silicon/SynQuacer: add DBG2 ACPI table 2 messages
Add DBG2 table to ACPI tables. The COM1 uart port will be used for OS debug, and it is 16550 compatible. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@...> --- Changes in v2: - Move Dbg2.aslc befo
Add DBG2 table to ACPI tables. The COM1 uart port will be used for OS debug, and it is 16550 compatible. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@...> --- Changes in v2: - Move Dbg2.aslc befo
|
By
Masami Hiramatsu
·
|
|
Some questions about Azure CI 17 messages
Hi Sean and Bret, I prepare submit a new architecture code to edk2, and I have applied for an Azure ID. There have two questions when trigger the Azure CI, please refer to the following two links: htt
Hi Sean and Bret, I prepare submit a new architecture code to edk2, and I have applied for an Azure ID. There have two questions when trigger the Azure CI, please refer to the following two links: htt
|
By
Chao Li
·
|
|
Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, May 24, 2022
#cal-cancelled
Cancelled: TianoCore Bug Triage - APAC / NAMO This event has been cancelled. When: Tuesday, May 24, 2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-jo
Cancelled: TianoCore Bug Triage - APAC / NAMO This event has been cancelled. When: Tuesday, May 24, 2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-jo
|
By
Group Notification
·
|
|
[PATCH v3 3/4] OvmfPkg: Initialize the PcdSevSnpSecretsAddress PCD during PEI phase
This needs to be set so that UefiCpuPkg can locate the SEV-SNP secrets page later to set the AP Jump Table address. Signed-off-by: Michael Roth <michael.roth@...> --- OvmfPkg/AmdSev/AmdSevX64.dsc | 3
This needs to be set so that UefiCpuPkg can locate the SEV-SNP secrets page later to set the AP Jump Table address. Signed-off-by: Michael Roth <michael.roth@...> --- OvmfPkg/AmdSev/AmdSevX64.dsc | 3
|
By
Michael Roth
·
|
|
[PATCH v3 2/4] MdePkg: Add PcdSevSnpSecretsAddress to export SEV-SNP secrets page
OvmfPkg will initially use this to hand off the secrets page address to UefiCpuPkg, which will need this PCD to access the SEV-SNP secrets page address. Define this as an MdePkg PCD so it can be acces
OvmfPkg will initially use this to hand off the secrets page address to UefiCpuPkg, which will need this PCD to access the SEV-SNP secrets page address. Define this as an MdePkg PCD so it can be acces
|
By
Michael Roth
·
|
|
[PATCH v3 1/4] MdePkg: Add header for SEV-SNP secrets page struct
This will be needed so that the AP Jump Table address can be stored for use by the operating system later, and possibly for other things in the future. Signed-off-by: Michael Roth <michael.roth@...> -
This will be needed so that the AP Jump Table address can be stored for use by the operating system later, and possibly for other things in the future. Signed-off-by: Michael Roth <michael.roth@...> -
|
By
Michael Roth
·
|
|
[PATCH v1] UefiPayloadPkg: Add support for logging to CBMEM console
Writes TianoCore debug logs into the CBMEM console ringbuffer, from where the user can retrieve them with the `cbmem` userspace utility. The intention is to aid in debugging non-fatal issues even in r
Writes TianoCore debug logs into the CBMEM console ringbuffer, from where the user can retrieve them with the `cbmem` userspace utility. The intention is to aid in debugging non-fatal issues even in r
|
By
Benjamin Doron
·
|
|
[Patch v2 14/28] SecurityPkg: Add null encryption variable libs 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Provide null ecryption variable libraries. These will be used by default for platforms that don't support protected variable encryption. Cc: Ji
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Provide null ecryption variable libraries. These will be used by default for platforms that don't support protected variable encryption. Cc: Ji
|
By
Judah Vang
·
|
|
[Patch v2 13/28] SecurityPkg: Fix GetVariableKey API 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Fix GetVariableKey API to match changes in header files. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Nishant C Mistry
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Fix GetVariableKey API to match changes in header files. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Nishant C Mistry
|
By
Judah Vang
·
|
|
[Patch v2 12/28] SecurityPkg: Add new variable types and functions 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add new variable encryption/decryption function prototypes. Add new variable digest structure. Add new Protected variable function prototypes.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add new variable encryption/decryption function prototypes. Add new variable digest structure. Add new Protected variable function prototypes.
|
By
Judah Vang
·
|
|
[Patch v2 11/28] SecurityPkg: Update RPMC APIs with index 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Update RPMC APIs with index parameter because sometimes there are more than 1 RPMC counter on the platform. Cc: Jian J Wang <jian.j.wang@...> C
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Update RPMC APIs with index parameter because sometimes there are more than 1 RPMC counter on the platform. Cc: Jian J Wang <jian.j.wang@...> C
|
By
Judah Vang
·
|
|
[Patch v2 10/28] SecurityPkg: Add new KeyService types and defines 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add new KeyService types and defines. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Nishant C Mistry <nishant.c.mistry@
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add new KeyService types and defines. Cc: Jian J Wang <jian.j.wang@...> Cc: Jiewen Yao <jiewen.yao@...> Cc: Nishant C Mistry <nishant.c.mistry@
|
By
Judah Vang
·
|
|
[Patch v2 09/28] MdeModulePkg: Add support for Protected Variables 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add support for Protected Variables. Add new API to retrieve Variable Infomation and data. Add new API to update variable in non-volatile stora
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add support for Protected Variables. Add new API to retrieve Variable Infomation and data. Add new API to update variable in non-volatile stora
|
By
Judah Vang
·
|
|
[Patch v2 08/28] MdeModulePkg: Add new Variable functionality 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Provide new APIs for retrieving variable information. Add new function stubs for retrieving Protected variable information. Cc: Jian J Wang <ji
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Provide new APIs for retrieving variable information. Add new function stubs for retrieving Protected variable information. Cc: Jian J Wang <ji
|
By
Judah Vang
·
|
|
[Patch v2 07/28] MdeModulePkg: Add Null ProtectedVariable Library 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add Null versions of the ProtectedVariable Library. This will be the default libraries for platforms that do not support ProtectedVariable. Cc:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add Null versions of the ProtectedVariable Library. This will be the default libraries for platforms that do not support ProtectedVariable. Cc:
|
By
Judah Vang
·
|
|
[PATCH 5/5] NetworkPkg/TlsDxe: Sync to new TlsSetHostPrivateKey() API
Add NULL to param list to sync with new TlsSetHostPrivateKey() in TlsLib. Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc: Guomin Jiang <guomin.jian
Add NULL to param list to sync with new TlsSetHostPrivateKey() in TlsLib. Cc: Jiewen Yao <jiewen.yao@...> Cc: Jian J Wang <jian.j.wang@...> Cc: Xiaoyu Lu <xiaoyu1.lu@...> Cc: Guomin Jiang <guomin.jian
|
By
yi1 li
·
|
|
[PATCH 4/5] CryptoPkg: Add implementation for TlsSetHostPrivateKey()
From: yi1 li <yi1.li@...> Add Password to TlsSetHostPrivateKey() param list, Set Password to NULL when useless. This function adds the local private key (PEM-encoded RSA or PKCS#8 private key) into th
From: yi1 li <yi1.li@...> Add Password to TlsSetHostPrivateKey() param list, Set Password to NULL when useless. This function adds the local private key (PEM-encoded RSA or PKCS#8 private key) into th
|
By
yi1 li
·
|
|
[PATCH 3/5] CryptoPkg: Add APIs TlsShutdown and TlsExportKey to TlsLib
From: yi1 li <yi1.li@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892 Add the following API and implementation to the TLS library: 1.TlsShutdown: Shutdown the TLS connection without relea
From: yi1 li <yi1.li@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892 Add the following API and implementation to the TLS library: 1.TlsShutdown: Shutdown the TLS connection without relea
|
By
yi1 li
·
|
|
[PATCH 2/5] CryptoPkg: Add TlsSetConfiguration API
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892 1. TlsSetSignatureAlgoList: Configure the list of TLS signature algorithms that should be used as part of the TLS session establishment. This i
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892 1. TlsSetSignatureAlgoList: Configure the list of TLS signature algorithms that should be used as part of the TLS session establishment. This i
|
By
yi1 li
·
|