public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Gao, Liming" <liming.gao@intel.com>
To: "Zhang, Shenglei" <shenglei.zhang@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [PATCH] MdePkg/PciSegmentLibSegmentInfo: Change parameters type
Date: Thu, 14 Mar 2019 22:19:44 +0000	[thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E403C0B@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <20190313034438.14404-1-shenglei.zhang@intel.com>

Reviewed-by: Liming Gao <liming.gao@intel.com>

> -----Original Message-----
> From: Zhang, Shenglei
> Sent: Tuesday, March 12, 2019 8:45 PM
> To: edk2-devel@lists.01.org
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [PATCH] MdePkg/PciSegmentLibSegmentInfo: Change parameters type
> 
> The current structure can lead to dependency on VC++ compiler support
> functions when build for "IA32" with "/Od" switch, such as _aullshr().
> So change the type of parameters in structure
> PCI_SEGMENT_LIB_ADDRESS_STRUCTURE from UINT64 to UINT32.
> https://bugzilla.tianocore.org/show_bug.cgi?id=1532
> 
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
> ---
>  .../PciSegmentLibSegmentInfo/PciSegmentLibCommon.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.c
> b/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.c
> index e0bdb16911..1cac6488cc 100644
> --- a/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.c
> +++ b/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.c
> @@ -17,13 +17,13 @@
>  #include "PciSegmentLibCommon.h"
> 
>  typedef struct {
> -  UINT64  Register : 12;
> -  UINT64  Function : 3;
> -  UINT64  Device : 5;
> -  UINT64  Bus : 8;
> -  UINT64  Reserved1 : 4;
> -  UINT64  Segment : 16;
> -  UINT64  Reserved2 : 16;
> +  UINT32  Register : 12;
> +  UINT32  Function : 3;
> +  UINT32  Device : 5;
> +  UINT32  Bus : 8;
> +  UINT32  Reserved1 : 4;
> +  UINT32  Segment : 16;
> +  UINT32  Reserved2 : 16;
>  } PCI_SEGMENT_LIB_ADDRESS_STRUCTURE;
> 
>  /**
> --
> 2.18.0.windows.1



      reply	other threads:[~2019-03-14 22:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-13  3:44 [PATCH] MdePkg/PciSegmentLibSegmentInfo: Change parameters type Shenglei Zhang
2019-03-14 22:19 ` Gao, Liming [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A89E2EF3DFEDB4C8BFDE51014F606A14E403C0B@SHSMSX104.ccr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox