|
[PATCH v5 05/11] OvmfPkg: add BlobVerifierLibNull to DSC
This prepares the ground for calling VerifyBlob() in
QemuKernelLoaderFsDxe.
Cc: Jordan Justen <jordan.l.justen@...>
Cc: Brijesh Singh <brijesh.singh@...>
Cc: James Bottomley
This prepares the ground for calling VerifyBlob() in
QemuKernelLoaderFsDxe.
Cc: Jordan Justen <jordan.l.justen@...>
Cc: Brijesh Singh <brijesh.singh@...>
Cc: James Bottomley
|
By
Dov Murik
·
#78248
·
|
|
[PATCH v5 03/11] OvmfPkg: PlatformBootManagerLibGrub: Allow executing kernel via fw_cfg
From: James Bottomley <jejb@...>
Support QEMU's -kernel option.
Create a QemuKernel.c for PlatformBootManagerLibGrub
which is an exact copy of the file
PlatformBootManagerLib/QemuKernel.c
From: James Bottomley <jejb@...>
Support QEMU's -kernel option.
Create a QemuKernel.c for PlatformBootManagerLibGrub
which is an exact copy of the file
PlatformBootManagerLib/QemuKernel.c
|
By
Dov Murik
·
#78247
·
|
|
[PATCH v5 07/11] OvmfPkg/QemuKernelLoaderFsDxe: call VerifyBlob after fetch from fw_cfg
In QemuKernelLoaderFsDxeEntrypoint we use FetchBlob to read the content
of the kernel/initrd/cmdline from the QEMU fw_cfg interface. Insert a
call to VerifyBlob after fetching to allow
In QemuKernelLoaderFsDxeEntrypoint we use FetchBlob to read the content
of the kernel/initrd/cmdline from the QEMU fw_cfg interface. Insert a
call to VerifyBlob after fetching to allow
|
By
Dov Murik
·
#78246
·
|
|
[PATCH v5 02/11] OvmfPkg/AmdSev: use GenericQemuLoadImageLib in AmdSev builds
Newer kernels support efistub and therefore don't need all the legacy
stuff in X86QemuLoadImageLib, which are harder to secure. Specifically
the verification of kernel/initrd/cmdline blobs will be
Newer kernels support efistub and therefore don't need all the legacy
stuff in X86QemuLoadImageLib, which are harder to secure. Specifically
the verification of kernel/initrd/cmdline blobs will be
|
By
Dov Murik
·
#78245
·
|
|
[PATCH v2 3/3] OvmfPkg/ResetVector: add the macro to request guest termination
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
The upcoming SEV-SNP support will need to make a few additional guest
termination requests depending on the failure type. Let's move the
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
The upcoming SEV-SNP support will need to make a few additional guest
termination requests depending on the failure type. Let's move the
|
By
Brijesh Singh
·
#78244
·
|
|
[PATCH v2 2/3] OvmfPkg/ResetVector: add the macro to invoke MSR protocol based VMGEXIT
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
The upcoming SEV-SNP support will need to make a few additional MSR
protocol based VMGEXIT's. Add a macro that wraps the common setup
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
The upcoming SEV-SNP support will need to make a few additional MSR
protocol based VMGEXIT's. Add a macro that wraps the common setup
|
By
Brijesh Singh
·
#78243
·
|
|
[PATCH v2 1/3] OvmfPkg/ResetVector: move SEV specific code in a separate file
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
The PageTables64.asm was created to provide routines to set the CR3
register for 64-bit paging. During the SEV support, it grew to include
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3275
The PageTables64.asm was created to provide routines to set the CR3
register for 64-bit paging. During the SEV support, it grew to include
|
By
Brijesh Singh
·
#78242
·
|
|
[PATCH v2 0/3] Move the SEV specific changes in ResetVector in separate file
The PageTable64.asm was created to build the initial page table,
but over the time it grew to include bunch of the SEV specific code
which does not directly manipulates the pagetable. Before adding
The PageTable64.asm was created to build the initial page table,
but over the time it grew to include bunch of the SEV specific code
which does not directly manipulates the pagetable. Before adding
|
By
Brijesh Singh
·
#78241
·
|
|
[PATCH edk2-platforms v2 6/6] Platform/ARM: Juno: Add JunoPkg.ci.yaml for CI support
From: Pierre Gondois <Pierre.Gondois@...>
Add a JunoPkg.ci.yaml file to enable the CI for the JunoPkg.
Cc: Bret Barkelew <Bret.Barkelew@...>
Cc: Michael D Kinney
From: Pierre Gondois <Pierre.Gondois@...>
Add a JunoPkg.ci.yaml file to enable the CI for the JunoPkg.
Cc: Bret Barkelew <Bret.Barkelew@...>
Cc: Michael D Kinney
|
By
PierreGondois
·
#78240
·
|
|
[PATCH edk2-platforms v2 5/6] .mergify: Add Mergify YML pull request rules configuration file
From: Pierre Gondois <Pierre.Gondois@...>
These files are copies of the files from the tianocore/edk2
repository. Any modification to the tianocore/edk2 files must be
reflected on the
From: Pierre Gondois <Pierre.Gondois@...>
These files are copies of the files from the tianocore/edk2
repository. Any modification to the tianocore/edk2 files must be
reflected on the
|
By
PierreGondois
·
#78239
·
|
|
[PATCH edk2-platforms v2 4/6] .azurepipelines: Add Azure Pipelines YML configuration files
From: Pierre Gondois <Pierre.Gondois@...>
To enable CI support of the tianocore/edk2-platforms repository,
add YML configuration files used to run Continuous Integration (CI)
checks on Azure
From: Pierre Gondois <Pierre.Gondois@...>
To enable CI support of the tianocore/edk2-platforms repository,
add YML configuration files used to run Continuous Integration (CI)
checks on Azure
|
By
PierreGondois
·
#78238
·
|
|
[PATCH edk2-platforms v2 3/6] .pytool/Plugin: Add CI plugins
From: Pierre Gondois <Pierre.Gondois@...>
To enable CI support of the tianocore/edk2-platforms repository,
add a .pytool directory containing the following files:
- .pytool/CISettings.py
-
From: Pierre Gondois <Pierre.Gondois@...>
To enable CI support of the tianocore/edk2-platforms repository,
add a .pytool directory containing the following files:
- .pytool/CISettings.py
-
|
By
PierreGondois
·
#78237
·
|
|
[PATCH edk2-platforms v2 2/6] pip-requirements.txt: Add python pip requirements file
From: Pierre Gondois <Pierre.Gondois@...>
To enable CI support of the tianocore/edk2-platforms repository,
add pip requirements file to install the python modules
required to perform EDK II
From: Pierre Gondois <Pierre.Gondois@...>
To enable CI support of the tianocore/edk2-platforms repository,
add pip requirements file to install the python modules
required to perform EDK II
|
By
PierreGondois
·
#78236
·
|
|
[PATCH edk2-platforms v2 1/6] edk2-platforms: add edk2 repository as a submodule
From: Pierre Gondois <Pierre.Gondois@...>
Add the edk2 repository as a submodule:
https://github.com/tianocore/edk2
Platforms in edk2-platforms often relies on modules available
in the edk2
From: Pierre Gondois <Pierre.Gondois@...>
Add the edk2 repository as a submodule:
https://github.com/tianocore/edk2
Platforms in edk2-platforms often relies on modules available
in the edk2
|
By
PierreGondois
·
#78235
·
|
|
[PATCH edk2-platforms v2 0/6] Enable edk2-platforms CI for JunoPkg
From: Pierre Gondois <Pierre.Gondois@...>
v2:
- Use tianocore repository instead of personal repository
for edk2 submodule [Pierre]
- Bugzilla associated to the topic:
From: Pierre Gondois <Pierre.Gondois@...>
v2:
- Use tianocore repository instead of personal repository
for edk2 submodule [Pierre]
- Bugzilla associated to the topic:
|
By
PierreGondois
·
#78234
·
|
|
Re: [PATCH v2 1/1] MdePkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID
Acked-by: Ard Biesheuvel <ardb@...>
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#78233
·
|
|
[PATCH v2 1/1] MdePkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID
Add LINUX_EFI_INITRD_MEDIA_GUID to our collection of GUID definitions,
it can be used in a media device path to specify a Linux style initrd
that can be loaded by the OS using the LoadFile2
Add LINUX_EFI_INITRD_MEDIA_GUID to our collection of GUID definitions,
it can be used in a media device path to specify a Linux style initrd
that can be loaded by the OS using the LoadFile2
|
By
Jeff Brasen
·
#78232
·
|
|
Re: [EXTERNAL] [edk2-devel] Missing TPM 2 related call to Tpm2HierarchyChangeAuth
Oops. Sorry for late response.
The code is NOT in EDKII, but EDKII-platform as example. https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel/MinPlatformPkg/Tcg
We allow a
Oops. Sorry for late response.
The code is NOT in EDKII, but EDKII-platform as example. https://github.com/tianocore/edk2-platforms/tree/master/Platform/Intel/MinPlatformPkg/Tcg
We allow a
|
By
Yao, Jiewen
·
#78231
·
|
|
Re: [EXTERNAL] [edk2-devel] Missing TPM 2 related call to Tpm2HierarchyChangeAuth
Adding @Jeremiah…
Jeremiah, weren’t you or @Michael shopping this change to MinPlatform?
- Bret
Adding @Jeremiah…
Jeremiah, weren’t you or @Michael shopping this change to MinPlatform?
- Bret
|
By
Bret Barkelew
·
#78230
·
|
|
[staging/edk2-redfish-client RedfishFeatureCore PATCH 2/3] RedfishClientPkg/RedfishFeatureCoreDxe: Redfish Feature Core DXE driver
EDKII Redfish Feature Core DXE driver provides the protocol interface to
the auto-generated Redfish feature driver to register itself for the
Redfish resource URI it manages. Refer to the Readme.md
EDKII Redfish Feature Core DXE driver provides the protocol interface to
the auto-generated Redfish feature driver to register itself for the
Redfish resource URI it manages. Refer to the Readme.md
|
By
Abner Chang
·
#78229
·
|