From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web09.35308.1641836862633650706 for ; Mon, 10 Jan 2022 09:47:43 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=aZoWynbb; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: sebastien.boeuf@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1641836862; x=1673372862; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=5x9m7WAHoJrAbXCpt3rgZUfxCxrz1SoDPDIjeReH1gc=; b=aZoWynbbATJYr46dKpJA37cdD3eyvaKBRyiuGD606mF3l+A4YyAk82jK kjSKH5IMZ6IYksRxJllnb7MDAjw5XVnK7U1CTTS/+Lp8m1M/qAL/SLvk5 kAjNJ4Dzh16CzrgnPa3on8LB6I0Se5MCUMwawCHzqtzUVnXYLLgM/Omgg RvQIbbVNtQjhJ5yBhELetwczit5ajBY9jh4f8BSCIUQgnLUY2cDQa+Arp 5Jw/mlSs7q8P7EObSJ9ew7R/uD0mOL4NAfPy9U/UPLj3k7olHycoJMXdO R05AFTsSwtLW6Mkfl9hK4sFM5otpSNYqztYb5HS1NYWIALHMI/S7DoETF w==; X-IronPort-AV: E=McAfee;i="6200,9189,10222"; a="267611334" X-IronPort-AV: E=Sophos;i="5.88,277,1635231600"; d="scan'208";a="267611334" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2022 09:47:42 -0800 X-IronPort-AV: E=Sophos;i="5.88,277,1635231600"; d="scan'208";a="472144178" Received: from amyasoex-mobl.ger.corp.intel.com (HELO sboeuf-mobl.home) ([10.252.27.73]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2022 09:47:40 -0800 From: "Boeuf, Sebastien" To: devel@edk2.groups.io Cc: jiewen.yao@intel.com, jordan.l.justen@intel.com, kraxel@redhat.com, sebastien.boeuf@intel.com Subject: [PATCH v2 00/10] Create new target for Cloud Hypervisor Date: Mon, 10 Jan 2022 18:47:20 +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 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 trying to support both VMMs from the same OvmfPkgX64 target. That's the reason why this series introduces a new target called CloudHvX64, meant to be used with the Cloud Hypervisor VMM only. The new target is initially copied over from the OvmfPkgX64, then it is trimmed down by removing what is not needed from a Cloud Hypervisor perspective. Sebastien Boeuf (10): OvmfPkg/CloudHv: Add new target for Cloud Hypervisor OvmfPkg/CloudHv: Replace legacy 8254 PIT with local APIC timer OvmfPkg/CloudHv: Connect serial console OvmfPkg/CloudHv: Remove legacy 8259 PIC support OvmfPkg/CloudHv: Remove Q35 specifics OvmfPkg/CloudHv: Reduce dependency on QemuFwCfg OvmfPkg/CloudHv: Remove video support OvmfPkg/CloudHv: Remove USB support OvmfPkg/CloudHv: Remove CSM support OvmfPkg/CloudHv: add Maintainers.txt entry Maintainers.txt | 5 + OvmfPkg/CloudHv/CloudHvX64.dsc | 937 ++++++++++++++++++ OvmfPkg/CloudHv/CloudHvX64.fdf | 503 ++++++++++ .../PlatformBootManagerLib/BdsPlatform.c | 8 +- 4 files changed, 1452 insertions(+), 1 deletion(-) create mode 100644 OvmfPkg/CloudHv/CloudHvX64.dsc create mode 100644 OvmfPkg/CloudHv/CloudHvX64.fdf -- 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.