Skip to content

Releases: cloud-hypervisor/edk2

ch-1e1b96f126

10 Apr 17:45

Choose a tag to compare

ci: fix aarch64 firmware crash with multiple PCI segments

The aarch64 UEFI firmware uses FdtPciHostBridgeLib
to discover PCI host bridges from the device tree.
This library asserts that only one pci-host-ecam-
generic FDT node exists. Cloud-hypervisor generates
one node per PCI segment, so when we launch a guest
with num_pci_segments > 1 the DEBUG firmware hits
the assert and terminates. This assert is aarch64
specific since amd64 does not use FDT for PCI
discovery.

FdtPciHostBridgeLib only enumerates the first PCI
host bridge (segment 0) regardless of build type.
Segments 1-95 are not visible to UEFI. This is not
a functional problem because:

  - Cloud-hypervisor provides ACPI tables (MCFG,
    DSDT) describing all segments directly to the
    guest via CloudHvAcpiPlatformDxe
  - The Linux kernel re-enumerates PCI from the
    MCFG table and assigns BARs independently
  - Boot devices (virtio-blk, virtio-net) reside
    on segment 0 which UEFI does enumerate

Switch both amd64 and aarch64 builds from DEBUG to
RELEASE.

Signed-off-by: Saravanan D <saravanand@crusoe.ai>

ch-13b4963ec4

03 Apr 00:19

Choose a tag to compare

Rebased on the latest stable release, e.g. `edk2-stable202602` [1].

Custom patches carried in the tree primarily automate the OVMF build for
the Cloud Hypervisor (e.g. CloudHv) target, covering both x86_64 and
AArch64. A compile-time flag is included for the AArch64 build to work
around an issue with older versions of GRUB (e.g., the version shipped
with Jammy, used in Cloud Hypervisor CI) [2].

[1] https://github.com/tianocore/edk2/releases/tag/edk2-stable202602
[2] https://github.com/cloud-hypervisor/edk2/pull/8

ch-a54f262b09

14 Jan 16:52

Choose a tag to compare

ci: Add automated building of OVMF

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

ch-a408ac5168

11 Jan 15:44

Choose a tag to compare

ci: Add automated building of OVMF

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

ch-5746f5029a

23 Nov 11:08

Choose a tag to compare

ci: Add automated building of OVMF

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

ch-6624aa331f

17 Nov 08:43

Choose a tag to compare

ci: Add automated building of OVMF

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

ch-92c79b2901

30 Jan 09:51

Choose a tag to compare

ci: Add automated building of OVMF

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

ch-c1166d5c36

08 Sep 09:18

Choose a tag to compare

ci: Add automated building of OVMF

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

ch-482f50252d

07 Jun 09:21

Choose a tag to compare

ci: Add automated building of OVMF

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

ch-9f1d3f90ef

04 Mar 12:50

Choose a tag to compare

ci: Add automated building of OVMF

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>