|
Re: [PATCH 1/2] UefiPayloadPkg: Add i801 SMBus controller DXE
Hi Patrick,
UefiPayloadPkg/Library/SpiFlashLib/SpiFlashLib.inf is a common module as the commit message mentioned as below:
* UefiPayloadPkg: Add SpiFlashLib
This is a common SPI Flash library used
Hi Patrick,
UefiPayloadPkg/Library/SpiFlashLib/SpiFlashLib.inf is a common module as the commit message mentioned as below:
* UefiPayloadPkg: Add SpiFlashLib
This is a common SPI Flash library used
|
By
Guo Dong
·
#86990
·
|
|
[PATCH v3 1/1] MdePkg/Include: Smbios Specification 3.5.0 changes
Adds following changes
1) Added support for manufacturing mode in
BIOS Characteristics Extension Byte 2.
2) Added support for slot height in
System Slot Table (type 9).
3) Updated Built-in
Adds following changes
1) Added support for manufacturing mode in
BIOS Characteristics Extension Byte 2.
2) Added support for slot height in
System Slot Table (type 9).
3) Updated Built-in
|
By
Abdul Lateef Attar
·
#86989
·
|
|
[PATCH v3 0/1] MdePkg/Include SMBIOS 3.5.0 changes
Hi Liming,
I didnt reliaze that patch v2 was empty.
Sending patch v3 after rebase.
Thanks
AbduL
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Liming Gao <gaoliming@...>
Cc:
Hi Liming,
I didnt reliaze that patch v2 was empty.
Sending patch v3 after rebase.
Thanks
AbduL
Cc: Michael D Kinney <michael.d.kinney@...>
Cc: Liming Gao <gaoliming@...>
Cc:
|
By
Abdul Lateef Attar
·
#86988
·
|
|
Re: [PATCH v2 2/5] OvmfPkg: Generate CloudHv as a PVH ELF binary
It's quite hard to use VarStore.fdf.inc since I would need to replace
only the first DATA section. And I can't include something specific
like OvmfPkg/CloudHv/CloudHvElfHeader.fdf.inc inside
It's quite hard to use VarStore.fdf.inc since I would need to replace
only the first DATA section. And I can't include something specific
like OvmfPkg/CloudHv/CloudHvElfHeader.fdf.inc inside
|
By
Boeuf, Sebastien
·
#86987
·
|
|
Re: [PATCH 2/3] OvmfPkg: CloudHv: Retrieve RSDP address from PVH
Well Cloud Hypervisor aims at supporting TDX, but based on a separate
firmware. We're not trying to support both TDX and non-TDX use cases
with the same binary, which simplifies the problem
Well Cloud Hypervisor aims at supporting TDX, but based on a separate
firmware. We're not trying to support both TDX and non-TDX use cases
with the same binary, which simplifies the problem
|
By
Boeuf, Sebastien
·
#86986
·
|
|
Re: [PATCH 1/3] OvmfPkg: Generate CloudHv as a PVH ELF binary
I took care of that in the v3.
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les
I took care of that in the v3.
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les
|
By
Boeuf, Sebastien
·
#86985
·
|
|
[PATCH v3 7/7] OvmfPkg: CloudHv: Add README
From: Sebastien Boeuf <sebastien.boeuf@...>
Add some documentation to the CloudHv target in order to clarify how to
use it and what to expect from it.
Signed-off-by: Sebastien Boeuf
From: Sebastien Boeuf <sebastien.boeuf@...>
Add some documentation to the CloudHv target in order to clarify how to
use it and what to expect from it.
Signed-off-by: Sebastien Boeuf
|
By
Boeuf, Sebastien
·
#86984
·
|
|
[PATCH v3 6/7] OvmfPkg: CloudHv: Rely on PVH memmap instead of CMOS
From: Sebastien Boeuf <sebastien.boeuf@...>
Instead of using the CMOS, the CloudHv platform relies on the list of
memmap entries provided through the PVH boot protocol to determine the
last RAM
From: Sebastien Boeuf <sebastien.boeuf@...>
Instead of using the CMOS, the CloudHv platform relies on the list of
memmap entries provided through the PVH boot protocol to determine the
last RAM
|
By
Boeuf, Sebastien
·
#86983
·
|
|
[PATCH v3 5/7] OvmfPkg: CloudHv: Retrieve RSDP address from PVH
From: Sebastien Boeuf <sebastien.boeuf@...>
Instead of hardcoding the address of the RSDP in the firmware, let's
rely on the PVH structure hvm_start_info to retrieve this
From: Sebastien Boeuf <sebastien.boeuf@...>
Instead of hardcoding the address of the RSDP in the firmware, let's
rely on the PVH structure hvm_start_info to retrieve this
|
By
Boeuf, Sebastien
·
#86982
·
|
|
[PATCH v3 4/7] OvmfPkg: Generate CloudHv as a PVH ELF binary
From: Sebastien Boeuf <sebastien.boeuf@...>
Following the model from the Xen target, CloudHv is generated as a PVH
ELF binary to take advantage of the PVH specification, which requires
less
From: Sebastien Boeuf <sebastien.boeuf@...>
Following the model from the Xen target, CloudHv is generated as a PVH
ELF binary to take advantage of the PVH specification, which requires
less
|
By
Boeuf, Sebastien
·
#86981
·
|
|
[PATCH v3 3/7] OvmfPkg: Xen: Generate fdf include file from ELF header generator
From: Sebastien Boeuf <sebastien.boeuf@...>
Updating the fdf include file based on the run of the ELF header
generator. The diff from this patch is the result of:
$ gcc -o elf_gen
From: Sebastien Boeuf <sebastien.boeuf@...>
Updating the fdf include file based on the run of the ELF header
generator. The diff from this patch is the result of:
$ gcc -o elf_gen
|
By
Boeuf, Sebastien
·
#86980
·
|
|
[PATCH v3 2/7] OvmfPkg: Xen: Use a new fdf include for the PVH ELF header
From: Sebastien Boeuf <sebastien.boeuf@...>
Instead of having the PVH ELF header part of the fdf file directly, we
move it to a dedicated include file. This is the first step in
automating the
From: Sebastien Boeuf <sebastien.boeuf@...>
Instead of having the PVH ELF header part of the fdf file directly, we
move it to a dedicated include file. This is the first step in
automating the
|
By
Boeuf, Sebastien
·
#86979
·
|
|
[PATCH v3 1/7] OvmfPkg: Make the Xen ELF header generator more flexible
From: Sebastien Boeuf <sebastien.boeuf@...>
Adding some flexibility to the program through optional parameters and
global define, so that other targets can use the generator.
* A global define
From: Sebastien Boeuf <sebastien.boeuf@...>
Adding some flexibility to the program through optional parameters and
global define, so that other targets can use the generator.
* A global define
|
By
Boeuf, Sebastien
·
#86978
·
|
|
[PATCH v3 0/7] CloudHv: Rely on PVH boot specification
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor aims at emulating the minimal amount of legacy devices
and this is why the PVH boot specification is supported. The point is to
be
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor aims at emulating the minimal amount of legacy devices
and this is why the PVH boot specification is supported. The point is to
be
|
By
Boeuf, Sebastien
·
#86977
·
|
|
Re: [PATCH v3] MdeModulePkg: Correct high-memory use in NvmExpressDxe
(+ Hao Wu)
<quic_tpilar@...> wrote:
This is still not exactly what I had in mind, but I think it's
actually better: the manipulation of the MMIO/IO decode and bus master
attributes occurs in
(+ Hao Wu)
<quic_tpilar@...> wrote:
This is still not exactly what I had in mind, but I think it's
actually better: the manipulation of the MMIO/IO decode and bus master
attributes occurs in
|
By
Ard Biesheuvel
·
#86976
·
|
|
Re: [PATCH] edk2/MdeModulePkg/Debuglib: Add Standalone MM support
Please update the copyright year to 2022 (line 5). With it addressed,
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
Please update the copyright year to 2022 (line 5). With it addressed,
Reviewed-by: Jian J Wang <jian.j.wang@...>
Regards,
Jian
|
By
Wang, Jian J
·
#86975
·
|
|
[PATCH v3] MdeModulePkg: Correct high-memory use in NvmExpressDxe
Move the logic that stores starting PCI attributes and sets the
EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE attribute to
DriverBindingStart() before the memory that backs the
DMA engine is
Move the logic that stores starting PCI attributes and sets the
EFI_PCI_IO_ATTRIBUTE_DUAL_ADDRESS_CYCLE attribute to
DriverBindingStart() before the memory that backs the
DMA engine is
|
By
Tomas Pilar (tpilar)
·
#86974
·
|
|
Re: [PATCH v2] MdeModulePkg: Correct high-memory use in NvmExpressDxe
Wait no. I just cannot read code, ignore that last bit. I'll prepare a patch.
Wait no. I just cannot read code, ignore that last bit. I'll prepare a patch.
|
By
Tomas Pilar (tpilar)
·
#86973
·
|
|
Re: [PATCH v2] MdeModulePkg: Correct high-memory use in NvmExpressDxe
Also, doesn't this code:
if (!EFI_ERROR (Status)) {
Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
Status = PciIo->Attributes (
Also, doesn't this code:
if (!EFI_ERROR (Status)) {
Supports &= (UINT64)EFI_PCI_DEVICE_ENABLE;
Status = PciIo->Attributes (
|
By
Tomas Pilar (tpilar)
·
#86972
·
|
|
Re: [PATCH v2] MdeModulePkg: Correct high-memory use in NvmExpressDxe
Okay, I was wondering. My thought was that we probably want to re-enable bus mastering
on reset so I kept that bit of code in the original location.
Okay, I was wondering. My thought was that we probably want to re-enable bus mastering
on reset so I kept that bit of code in the original location.
|
By
Tomas Pilar (tpilar)
·
#86971
·
|