From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mx.groups.io with SMTP id smtpd.web11.32467.1641824771982566947 for ; Mon, 10 Jan 2022 06:26:12 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=URmt+za5; spf=pass (domain: intel.com, ip: 192.55.52.93, 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=1641824772; x=1673360772; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=OFxV2R1puaB6qOQj3O9EL71DydPxCKZ6ZqC49m2stX4=; b=URmt+za5HS6w11bXpeqp1bL15M5IeM5va4aH970IceMdtuUHgTsNlfZk 2ihK7ZLaGqWW8d6jwNK1iyice1MthAPg0bKL5Dhf8S+gp3b8MYlSLNTeX Ps4J4ps0Msyt43WXlH0A/aKt3lyLhC3Eiyoc3I3Mz852Rfr9O4ODNI5yU 3qYhZINer3C8/qwXe8Q+AjPr4pEY8QL3CN9DEUZ/0J3FXxa0g2R+RTFpW SHSaJHHrKLpxJpvTK24VAQp48vqOkWSWMW8C59K0CzZwSky4hejulW6se VRNKGca3u0DjoB7Yab4ewUhfg6dgedRvP3JH3NM5Wn8AjDxOEU/4bvNu6 w==; X-IronPort-AV: E=McAfee;i="6200,9189,10222"; a="240786097" X-IronPort-AV: E=Sophos;i="5.88,277,1635231600"; d="scan'208";a="240786097" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2022 06:26:11 -0800 X-IronPort-AV: E=Sophos;i="5.88,277,1635231600"; d="scan'208";a="472083439" Received: from dmitcham-mobl.ger.corp.intel.com (HELO sboeuf-mobl.home) ([10.252.27.8]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2022 06:26:09 -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 0/9] Create new target for Cloud Hypervisor Date: Mon, 10 Jan 2022 15:25:51 +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 (9): 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/CloudHvX64.dsc | 937 ++++++++++++++++++ OvmfPkg/CloudHv/CloudHvX64.fdf | 503 ++++++++++ .../PlatformBootManagerLib/BdsPlatform.c | 2 +- 3 files changed, 1441 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.