From nobody Tue Nov 26 11:59:16 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+53858+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+53858+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 158098547489287.13606603601852; Thu, 6 Feb 2020 02:37:54 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id CJUhYY1788612x2WxD44oxG9; Thu, 06 Feb 2020 02:37:54 -0800 X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.10421.1580985473585706738 for ; Thu, 06 Feb 2020 02:37:53 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2020 02:37:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,409,1574150400"; d="scan'208";a="264557452" X-Received: from pidsbabios005.gar.corp.intel.com ([10.66.128.37]) by fmsmga002.fm.intel.com with ESMTP; 06 Feb 2020 02:37:50 -0800 From: "Javeed, Ashraf" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Ray Ni Subject: [edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH] MdePkg/Protocols: Code correction - removal of reserved member Date: Thu, 6 Feb 2020 16:07:39 +0530 Message-Id: <20200206103739.18732-1-ashraf.javeed@intel.com> MIME-Version: 1.0 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,ashraf.javeed@intel.com X-Gm-Message-State: W82GsR6YnBxs0l3UaFIAByHax1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1580985474; bh=+b5thDz9Daw50rJuKQ62cg6S05skNYuKjARtsavRcx0=; h=Cc:Date:From:Reply-To:Subject:To; b=gsSe13oWOHbsfRvwVb/D/qRyF8rJp8tT9jNK6f1d2t+15uZ8UZUzhsmItWjBP0B+GeQ e8NjL0Z5zi+SGDXFpP+fMSSWbbgeYUglPN4x2MIXG193RzL6l4lnEY6MuS4tVTjDQJ2Q8 Inow4RfT+UP5YQ/T/KA4Ek1vNjqb/7QIvnk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Signed-off-by: Ashraf Javeed Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Reviewed-by: Liming Gao Reviewed-by: Ray Ni --- MdePkg/Include/Protocol/PciExpressPlatform.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/MdePkg/Include/Protocol/PciExpressPlatform.h b/MdePkg/Include/= Protocol/PciExpressPlatform.h index dc58268..bb2c8c8 100644 --- a/MdePkg/Include/Protocol/PciExpressPlatform.h +++ b/MdePkg/Include/Protocol/PciExpressPlatform.h @@ -360,14 +360,10 @@ struct _EFI_PCI_EXPRESS_L1PM_SUBSTATES { }; =20 /// -/// Reserves for future use -/// -typedef UINT8 EFI_PCI_EXPRESS_RESERVES; - -/// -/// The EFI_PCI_EXPRESS_DEVICE_POLICY is altogether 128-byte size, with ea= ch -/// byte field representing one PCI standerd feature defined in the PCI Ex= press Base -/// Specification 4.0, version 1.0. +/// The EFI_PCI_EXPRESS_DEVICE_POLICY size is fixed as per its definition = corresponding +/// to its version, with each byte field represents one PCI Express featur= e and +/// its bitmask define the legal combinations to represent all the valid c= ombinations +/// of its attributes, defined in the PCI Express Base Specification. /// typedef struct { EFI_PCI_EXPRESS_MAX_PAYLOAD_SIZE DeviceCtlMPS; @@ -384,7 +380,6 @@ typedef struct { EFI_PCI_EXPRESS_CTO_SUPPORT CTOsupport; EFI_PCI_EXPRESS_CPM LinkCtlCPM; EFI_PCI_EXPRESS_L1PM_SUBSTATES L1PMSubstates; - EFI_PCI_EXPRESS_RESERVES Reserves[114]; } EFI_PCI_EXPRESS_DEVICE_POLICY; =20 /// --=20 2.21.0.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 (#53858): https://edk2.groups.io/g/devel/message/53858 Mute This Topic: https://groups.io/mt/71019797/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-