From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6E40C21EA35A5 for ; Mon, 4 Sep 2017 20:26:51 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 04 Sep 2017 20:29:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,477,1498546800"; d="scan'208";a="147473566" Received: from jyao1-mobl.ccr.corp.intel.com ([10.239.196.73]) by fmsmga005.fm.intel.com with ESMTP; 04 Sep 2017 20:29:39 -0700 From: Jiewen Yao To: edk2-devel@lists.01.org Date: Tue, 5 Sep 2017 11:29:31 +0800 Message-Id: <1504582173-9088-1-git-send-email-jiewen.yao@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 Subject: [PATCH 0/2] Enable IOMMU for CSMM X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2017 03:26:51 -0000 This serial patch is to enable IOMMU support for CSM. Jiewen Yao (2): IntelSiliconPkg/Vtd: Support CSM usage. IntelFramdworkModulePkg/LegacyBios: Add IoMmu Support. IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf | 1 + IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h | 1 + IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyPci.c | 72 +++++++++++++++++++- IntelSiliconPkg/IntelVTdDxe/BmDma.c | 8 +-- IntelSiliconPkg/IntelVTdDxe/TranslationTable.c | 2 +- 5 files changed, 78 insertions(+), 6 deletions(-) -- 2.7.4.windows.1