From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web12.90680.1638360139803528195 for ; Wed, 01 Dec 2021 04:02:20 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: sebastien.boeuf@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10184"; a="217136677" X-IronPort-AV: E=Sophos;i="5.87,278,1631602800"; d="scan'208";a="217136677" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2021 04:02:06 -0800 X-IronPort-AV: E=Sophos;i="5.87,278,1631602800"; d="scan'208";a="596306685" Received: from rshussey-mobl1.ger.corp.intel.com (HELO sboeuf-mobl.home) ([10.252.26.82]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Dec 2021 04:01:59 -0800 From: sebastien.boeuf@intel.com To: devel@edk2.groups.io Cc: jiewen.yao@intel.com, jordan.l.justen@intel.com, kraxel@redhat.com, sebastien.boeuf@intel.com Subject: [PATCH 0/5] Add Cloud Hypervisor support for x86 Date: Wed, 1 Dec 2021 13:01:43 +0100 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: Sebastien Boeuf This series aims at adding the support for the Cloud Hypervisor platform to the OVMF firmware for x86 architecture. The goal is to allow the same binary to be used either by QEMU or Cloud Hypervisor, using the Cloud Hypervisor way as a fallback if the fw_cfg mechanism is not present. Sebastien Boeuf (5): OvmfPkg: Handle Cloud Hypervisor host bridge OvmfPkg: Create global entry point for SMBIOS parsing OvmfPkg: Retrieve SMBIOS from Cloud Hypervisor OvmfPkg: Generalize AcpiPlatformDxe OvmfPkg: Install ACPI tables for Cloud Hypervisor ArmVirtPkg/ArmVirtQemu.dsc | 2 +- ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 2 +- ArmVirtPkg/ArmVirtQemuKernel.dsc | 2 +- ...QemuFwCfgAcpiPlatform.c => AcpiPlatform.c} | 8 +- OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h | 6 + ...cpiPlatformDxe.inf => AcpiPlatformDxe.inf} | 5 +- OvmfPkg/AcpiPlatformDxe/CloudHvAcpi.c | 117 ++++++++++++++++++ OvmfPkg/AmdSev/AmdSevX64.dsc | 2 +- OvmfPkg/AmdSev/AmdSevX64.fdf | 2 +- OvmfPkg/Csm/CsmSupportLib/LegacyInterrupt.c | 1 + OvmfPkg/Csm/CsmSupportLib/LegacyRegion.c | 1 + OvmfPkg/Csm/CsmSupportLib/LegacyRegion.h | 1 + OvmfPkg/Include/IndustryStandard/CloudHv.h | 45 +++++++ OvmfPkg/Include/OvmfPlatforms.h | 1 + .../Library/AcpiTimerLib/BaseAcpiTimerLib.c | 3 + .../AcpiTimerLib/BaseRomAcpiTimerLib.c | 4 + .../Library/AcpiTimerLib/DxeAcpiTimerLib.c | 3 + .../PlatformBootManagerLib/BdsPlatform.c | 1 + .../ResetSystemLib/BaseResetShutdown.c | 3 + .../Library/ResetSystemLib/DxeResetShutdown.c | 11 +- OvmfPkg/Microvm/MicrovmX64.dsc | 2 +- OvmfPkg/Microvm/MicrovmX64.fdf | 2 +- OvmfPkg/OvmfPkgIa32.dsc | 2 +- OvmfPkg/OvmfPkgIa32.fdf | 2 +- OvmfPkg/OvmfPkgIa32X64.dsc | 2 +- OvmfPkg/OvmfPkgIa32X64.fdf | 2 +- OvmfPkg/OvmfPkgX64.dsc | 2 +- OvmfPkg/OvmfPkgX64.fdf | 2 +- OvmfPkg/PlatformPei/MemDetect.c | 63 +++++----- OvmfPkg/PlatformPei/Platform.c | 11 +- OvmfPkg/SmbiosPlatformDxe/CloudHv.c | 32 +++++ OvmfPkg/SmbiosPlatformDxe/EntryPoint.c | 66 ++++++++++ OvmfPkg/SmbiosPlatformDxe/Qemu.c | 35 ------ .../SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 2 + 34 files changed, 360 insertions(+), 85 deletions(-) rename OvmfPkg/AcpiPlatformDxe/{QemuFwCfgAcpiPlatform.c => AcpiPlatform.c} (73%) rename OvmfPkg/AcpiPlatformDxe/{QemuFwCfgAcpiPlatformDxe.inf => AcpiPlatformDxe.inf} (90%) create mode 100644 OvmfPkg/AcpiPlatformDxe/CloudHvAcpi.c create mode 100644 OvmfPkg/Include/IndustryStandard/CloudHv.h create mode 100644 OvmfPkg/SmbiosPlatformDxe/CloudHv.c create mode 100644 OvmfPkg/SmbiosPlatformDxe/EntryPoint.c -- 2.30.2 --------------------------------------------------------------------- Intel Corporation SAS (French simplified joint stock company) Registered headquarters: "Les Montalets"- 2, rue de Paris, 92196 Meudon Cedex, France Registration Number: 302 456 199 R.C.S. NANTERRE Capital: 4,572,000 Euros This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.