|
[PATCH v4 03/11] OvmfPkg/CloudHv: Connect serial console
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor doesn't emulate any LPC bridge, therefore we simply
need to rely on the serial I/O port to be connected as a console.
It reuses the
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor doesn't emulate any LPC bridge, therefore we simply
need to rely on the serial I/O port to be connected as a console.
It reuses the
|
By
Boeuf, Sebastien
·
#85548
·
|
|
[PATCH v4 02/11] OvmfPkg/CloudHv: Replace legacy 8254 PIT with local APIC timer
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor doesn't emulate the legacy 8254 PIT, which is why
instead of relying on it as the timer UEFI services, rely on the
XenTimerDxe
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor doesn't emulate the legacy 8254 PIT, which is why
instead of relying on it as the timer UEFI services, rely on the
XenTimerDxe
|
By
Boeuf, Sebastien
·
#85547
·
|
|
[PATCH v4 01/11] OvmfPkg/CloudHv: Add new target for Cloud Hypervisor
From: Sebastien Boeuf <sebastien.boeuf@...>
Adding the new target CloudHvX64, copied directly from OvmfPkgX64. The
point is to create a target dedicated for Cloud Hypervisor rather than
trying
From: Sebastien Boeuf <sebastien.boeuf@...>
Adding the new target CloudHvX64, copied directly from OvmfPkgX64. The
point is to create a target dedicated for Cloud Hypervisor rather than
trying
|
By
Boeuf, Sebastien
·
#85546
·
|
|
[PATCH v4 00/11] Create new target for Cloud Hypervisor
From: Sebastien Boeuf <sebastien.boeuf@...>
Since Cloud Hypervisor and QEMU pc/q35 are quite different, it makes
more sense to create a dedicated OVMF target for Cloud Hypervisor rather
than
From: Sebastien Boeuf <sebastien.boeuf@...>
Since Cloud Hypervisor and QEMU pc/q35 are quite different, it makes
more sense to create a dedicated OVMF target for Cloud Hypervisor rather
than
|
By
Boeuf, Sebastien
·
#85545
·
|
|
Re: [PATCH v3 00/11] Create new target for Cloud Hypervisor
Acked-by: Gerd Hoffmann <kraxel@...>
Acked-by: Gerd Hoffmann <kraxel@...>
|
By
Gerd Hoffmann
·
#85544
·
|
|
[PATCH 1/1] MdePkg/UefiDevicePathLib: Add support for PEIMs
DevicePathLib utilities are useful in PEI to locate the devices which need
an opal unlock on S3 resume. This commit reuses the implementation done
to support Standalone MM for PEI.
Signed-off-by:
DevicePathLib utilities are useful in PEI to locate the devices which need
an opal unlock on S3 resume. This commit reuses the implementation done
to support Standalone MM for PEI.
Signed-off-by:
|
By
Albecki, Mateusz
·
#85543
·
|
|
[PATCH 0/1] MdePkg/UefiDevicePathLib: Add support for PEIMs
This patch adds support for PEIMs in UefiDevicePathLib. Although this library and DEVICE_PATH_PROTOCOL
itself was initially intended for DXE the use case of unlocking opal-locked storage devices
This patch adds support for PEIMs in UefiDevicePathLib. Although this library and DEVICE_PATH_PROTOCOL
itself was initially intended for DXE the use case of unlocking opal-locked storage devices
|
By
Albecki, Mateusz
·
#85542
·
|
|
Re: [PATCH 3/3] DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function
Hello Rebecca,
This patch looks good to me:
Reviewed-by: Pierre Gondois <pierre.gondois@...>
Hello Rebecca,
This patch looks good to me:
Reviewed-by: Pierre Gondois <pierre.gondois@...>
|
By
PierreGondois
·
#85541
·
|
|
Re: [PATCH 2/3] DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn
Hello Rebecca,
The patch looks good to me,
Reviewed-by: Pierre Gondois <pierre.gondois@...>
Hello Rebecca,
The patch looks good to me,
Reviewed-by: Pierre Gondois <pierre.gondois@...>
|
By
PierreGondois
·
#85540
·
|
|
Re: [PATCH 1/3] DynamicTablesPkg: Add Memory32Fixed function
Hello Rebecca,
I think there are 2 spaces for the indentation (instead of 1 above).
Is it possible to use BITx instead as this is a bit field, as:
= IsReadWrite ? BIT0 : 0;
Is it possible to use a
Hello Rebecca,
I think there are 2 spaces for the indentation (instead of 1 above).
Is it possible to use BITx instead as this is a bit field, as:
= IsReadWrite ? BIT0 : 0;
Is it possible to use a
|
By
PierreGondois
·
#85539
·
|
|
Re: [PATCH v3 11/11] OvmfPkg: Add CloudHvX64 to the CI
Acked-by: Jiewen Yao <Jiewen.yao@...>
Acked-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#85538
·
|
|
Re: [PATCH v3 10/11] OvmfPkg/CloudHv: add Maintainers.txt entry
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#85537
·
|
|
Re: [PATCH v3 03/11] OvmfPkg/CloudHv: Connect serial console
Acked-by: Jiewen Yao <Jiewen.yao@...>
Acked-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#85536
·
|
|
[PATCH v3 11/11] OvmfPkg: Add CloudHvX64 to the CI
From: Sebastien Boeuf <sebastien.boeuf@...>
Adding the newly created target for Cloud Hypervisor to the CI,
validating it can be properly built.
Signed-off-by: Sebastien Boeuf
From: Sebastien Boeuf <sebastien.boeuf@...>
Adding the newly created target for Cloud Hypervisor to the CI,
validating it can be properly built.
Signed-off-by: Sebastien Boeuf
|
By
Boeuf, Sebastien
·
#85535
·
|
|
[PATCH v3 10/11] OvmfPkg/CloudHv: add Maintainers.txt entry
From: Sebastien Boeuf <sebastien.boeuf@...>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@...>
---
Maintainers.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git
From: Sebastien Boeuf <sebastien.boeuf@...>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@...>
---
Maintainers.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git
|
By
Boeuf, Sebastien
·
#85534
·
|
|
[PATCH v3 09/11] OvmfPkg/CloudHv: Remove CSM support
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor doesn't need the support for legacy BIOS, therefore the
CSM support can be removed.
Acked-by: Jiewen Yao
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor doesn't need the support for legacy BIOS, therefore the
CSM support can be removed.
Acked-by: Jiewen Yao
|
By
Boeuf, Sebastien
·
#85533
·
|
|
[PATCH v3 08/11] OvmfPkg/CloudHv: Remove USB support
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor doesn't emulate any USB controller or device, therefore
the support can be removed.
Acked-by: Jiewen Yao
From: Sebastien Boeuf <sebastien.boeuf@...>
Cloud Hypervisor doesn't emulate any USB controller or device, therefore
the support can be removed.
Acked-by: Jiewen Yao
|
By
Boeuf, Sebastien
·
#85532
·
|
|
[PATCH v3 07/11] OvmfPkg/CloudHv: Remove video support
From: Sebastien Boeuf <sebastien.boeuf@...>
No need for video or virtio-gpu support since Cloud Hypervisor doesn't
emulate any of these.
Acked-by: Jiewen Yao
From: Sebastien Boeuf <sebastien.boeuf@...>
No need for video or virtio-gpu support since Cloud Hypervisor doesn't
emulate any of these.
Acked-by: Jiewen Yao
|
By
Boeuf, Sebastien
·
#85531
·
|
|
[PATCH v3 06/11] OvmfPkg/CloudHv: Reduce dependency on QemuFwCfg
From: Sebastien Boeuf <sebastien.boeuf@...>
Since Cloud Hypervisor doesn't rely on the FwCfg mechanism, remove the
libraries imports when possible.
Acked-by: Jiewen Yao
From: Sebastien Boeuf <sebastien.boeuf@...>
Since Cloud Hypervisor doesn't rely on the FwCfg mechanism, remove the
libraries imports when possible.
Acked-by: Jiewen Yao
|
By
Boeuf, Sebastien
·
#85530
·
|
|
[PATCH v3 05/11] OvmfPkg/CloudHv: Remove Q35 specifics
From: Sebastien Boeuf <sebastien.boeuf@...>
Anything specific to the QEMU Q35 platform is not relevant for the
CloudHv target.
Acked-by: Jiewen Yao <Jiewen.yao@...>
Signed-off-by:
From: Sebastien Boeuf <sebastien.boeuf@...>
Anything specific to the QEMU Q35 platform is not relevant for the
CloudHv target.
Acked-by: Jiewen Yao <Jiewen.yao@...>
Signed-off-by:
|
By
Boeuf, Sebastien
·
#85529
·
|