From nobody Wed Apr 24 02:44:15 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+53092+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53092+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1578600131; cv=none; d=zohomail.com; s=zohoarc; b=D4H4L4JuoSKuDHxBzHGZj2nDgVmuHFX/npvpAAYu2i/21n8XFiCd+NuhdEXMSy7qDu0azyID8/1/OqgS0SBCiDi484sK91QUgGJX7kgUzPjVrgA5JoI3yopfa6AT89OTXMUMpWxxT8n3RQvrQgk7ndsJzEyi3xDfPeN9PXmD+Us= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1578600131; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=7+9V5RH/+msNix1eCP1WsEMTUsjlRlFxeicJprrgSNM=; b=ercAMs78vYYXVvfhV671E5tNMCutu46Sursch8nFxIND61dY87+pzuiB34RvWM/FvQFQKsedPkhYQNNU3N6R66xmzIofirRMwtId/w46Wgdnq/IaA6HGXHmGb0UK3FGXfb2BzHlSKhftuvfYSeJOBx8tg/MXTfevSWflk7XnGv0= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53092+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1578600131488484.68449495859943; Thu, 9 Jan 2020 12:02:11 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id rYK6YY1788612x8iZwhKhUzJ; Thu, 09 Jan 2020 12:02:11 -0800 X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web12.1465.1578600130085199846 for ; Thu, 09 Jan 2020 12:02:10 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2020 12:02:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,414,1571727600"; d="scan'208";a="216417266" X-Received: from iwenevel-dev01.amr.corp.intel.com ([10.9.70.66]) by orsmga008.jf.intel.com with ESMTP; 09 Jan 2020 12:02:09 -0800 From: "Evelyn Wang" To: devel@edk2.groups.io Cc: Jenny Huang , More Shih , Ray Ni , Rangasai V Chaganty , Jiewen Yao Subject: [edk2-devel] [PATCH] IntelSiliconPkg-VTd: Fixed a ECC space Error Date: Thu, 9 Jan 2020 11:59:09 -0800 Message-Id: <20200109195909.12228-1-iwen.evelyn.wang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,iwen.evelyn.wang@intel.com X-Gm-Message-State: 9hCVJpl70ztXSE5T6PhmuOVRx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1578600131; bh=6Bp/EgzUNTJjzC6+hiZ6OKzzniRUT66QzKyYtTS8Spk=; h=Cc:Date:From:Reply-To:Subject:To; b=PHlD/T/4tRHNtffQ7RbmaBF+SVMAXZB/aPCM4UzU/gojbM8ufTXafKuWxx+D90zv9fa NFPOUINLQNFpY32LS7YLGGgES+xCtQ7+rMJGY8o3u+uDJ9qG3ipfcSIn30vaI3i/D+nG5 DZhKYpajXwF5GzdZV/YacUbyeRm/ACIV+fk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Evelyn Wang Cc: Jenny Huang Cc: More Shih Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Jiewen Yao --- Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlignmentLib.h |= 1 - 1 file changed, 1 deletion(-) diff --git a/Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlig= nmentLib.h b/Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlig= nmentLib.h index ebfe904053..86c519f48d 100644 --- a/Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlignmentLi= b.h +++ b/Silicon/Intel/IntelSiliconPkg/Include/Library/PeiGetVtdPmrAlignmentLi= b.h @@ -13,7 +13,6 @@ Get the global VT-d protected memory alignment. @return The maximum protected memory alignment. Ex: 0x100000 **/ - UINTN EFIAPI GetGlobalVtdPmrAlignment ( --=20 2.16.2.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#53092): https://edk2.groups.io/g/devel/message/53092 Mute This Topic: https://groups.io/mt/69586781/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-