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.web08.5170.1641896461172387085 for ; Tue, 11 Jan 2022 02:21:01 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=AE00IFRt; spf=pass (domain: intel.com, ip: 192.55.52.151, 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=1641896461; x=1673432461; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=G25kbkvDw8AT9g7ySFdIt816JHjyomSUOKagbiUEvzU=; b=AE00IFRt+NmRyAkDIqOycz7N3rkYp8AF7FRr2QrQRTNk1QamCL3nGRgk zMysNdNYATULiUxWSMLu9kWRRv1ju2HbPmLoRNkNbGGDhLQ75EyjXEapY 6RV1giZw5E+s5x1CYQG+jkdr/OY6G1FeXbsLXSOwadu72N+/28VQOOZJj P8i0p6lKt0UIvmHskQBkBFCrtgtCnqiw9/1JH3ItTFF9mTpYZi+ZpU/PA 8j2KBWgLm924Ls8KAiCu2ZciWeeHdOALMvqRqZopcNL34V7Ezv8sPA53m cPGypMGiXnBGV06lfwBxFGlujGNEdksHRbMXrfotu/l/IHKWHyGjlGdnD g==; X-IronPort-AV: E=McAfee;i="6200,9189,10223"; a="224148569" X-IronPort-AV: E=Sophos;i="5.88,279,1635231600"; d="scan'208";a="224148569" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2022 02:21:00 -0800 X-IronPort-AV: E=Sophos;i="5.88,279,1635231600"; d="scan'208";a="472412628" Received: from ojocher-mobl1.ger.corp.intel.com (HELO sboeuf-mobl.home) ([10.252.28.2]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2022 02:20:58 -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 v3 00/11] Create new target for Cloud Hypervisor Date: Tue, 11 Jan 2022 11:20:42 +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 (11): 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 OvmfPkg: Add CloudHvX64 to the CI Maintainers.txt | 5 + OvmfPkg/CloudHv/CloudHvX64.dsc | 938 ++++++++++++++++++ OvmfPkg/CloudHv/CloudHvX64.fdf | 503 ++++++++++ .../PlatformBootManagerLib/BdsPlatform.c | 8 +- .../.azurepipelines/Ubuntu-GCC5.yml | 9 + OvmfPkg/PlatformCI/CloudHvBuild.py | 37 + 6 files changed, 1499 insertions(+), 1 deletion(-) create mode 100644 OvmfPkg/CloudHv/CloudHvX64.dsc create mode 100644 OvmfPkg/CloudHv/CloudHvX64.fdf create mode 100644 OvmfPkg/PlatformCI/CloudHvBuild.py -- 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.