public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Qian, Yi" <yi.qian@intel.com>
To: "Sun, Zailiang" <zailiang.sun@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Wei, David" <david.wei@intel.com>
Subject: Re: [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Vlv2TbltDevicePkg: Change BIOS version.
Date: Fri, 29 Mar 2019 01:54:59 +0000	[thread overview]
Message-ID: <A6DBF04CB9C4D045926EB50EBFFE5A29508A1A32@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <20190328124228.11904-1-zailiang.sun@intel.com>

Reviewed by Qian Yi<yi.qian@intel.com>

Thanks
Qian Yi

> -----Original Message-----
> From: Sun, Zailiang
> Sent: Thursday, March 28, 2019 8:42 PM
> To: edk2-devel@lists.01.org
> Cc: Wei, David <david.wei@intel.com>; Qian, Yi <yi.qian@intel.com>
> Subject: [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017]
> Vlv2TbltDevicePkg: Change BIOS version.
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Zailiang Sun <zailiang.sun@intel.com>
> Cc: David Wei <david.wei@intel.com>
> Cc: Yi Qian <yi.qian@intel.com>
> ---
>  Vlv2TbltDevicePkg/BiosId.env     | 2 +-
>  Vlv2TbltDevicePkg/BiosIdD.env    | 2 +-
>  Vlv2TbltDevicePkg/BiosIdR.env    | 2 +-
>  Vlv2TbltDevicePkg/BiosIdx64D.env | 2 +-  Vlv2TbltDevicePkg/BiosIdx64R.env
> | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Vlv2TbltDevicePkg/BiosId.env b/Vlv2TbltDevicePkg/BiosId.env
> index dfdcb34f41..41206302a1 100644
> --- a/Vlv2TbltDevicePkg/BiosId.env
> +++ b/Vlv2TbltDevicePkg/BiosId.env
> @@ -24,6 +24,6 @@
>  BOARD_ID      = MNW2MAX
>  BOARD_REV     = 1
>  BUILD_TYPE    = D
> -VERSION_MAJOR = 0100
> +VERSION_MAJOR = 0101
>  VERSION_MINOR = 01
>  BOARD_EXT     = X64
> diff --git a/Vlv2TbltDevicePkg/BiosIdD.env b/Vlv2TbltDevicePkg/BiosIdD.env
> index e3bd0053b6..d09438b656 100644
> --- a/Vlv2TbltDevicePkg/BiosIdD.env
> +++ b/Vlv2TbltDevicePkg/BiosIdD.env
> @@ -35,5 +35,5 @@ OEM_ID        = I32
>  BUILD_TYPE    = D
> 
>  BOARD_ID = BLAKCRB
> -VERSION_MAJOR = 0100
> +VERSION_MAJOR = 0101
>  VERSION_MINOR = 01
> diff --git a/Vlv2TbltDevicePkg/BiosIdR.env b/Vlv2TbltDevicePkg/BiosIdR.env
> index 4629c44d14..635f2cb662 100644
> --- a/Vlv2TbltDevicePkg/BiosIdR.env
> +++ b/Vlv2TbltDevicePkg/BiosIdR.env
> @@ -35,5 +35,5 @@ OEM_ID        = I32
>  BUILD_TYPE    = R
> 
>  BOARD_ID = BLAKCRB
> -VERSION_MAJOR = 0100
> +VERSION_MAJOR = 0101
>  VERSION_MINOR = 01
> diff --git a/Vlv2TbltDevicePkg/BiosIdx64D.env
> b/Vlv2TbltDevicePkg/BiosIdx64D.env
> index 902820b6c3..1c16b2de6c 100644
> --- a/Vlv2TbltDevicePkg/BiosIdx64D.env
> +++ b/Vlv2TbltDevicePkg/BiosIdx64D.env
> @@ -25,6 +25,6 @@ BOARD_REV     = 1
>  OEM_ID        = X64
>  BUILD_TYPE    = D
> 
> -VERSION_MAJOR = 0100
> +VERSION_MAJOR = 0101
>  VERSION_MINOR = 01
>  BOARD_ID = BBAYCRB
> diff --git a/Vlv2TbltDevicePkg/BiosIdx64R.env
> b/Vlv2TbltDevicePkg/BiosIdx64R.env
> index 7d06cf5bae..69d74c30c7 100644
> --- a/Vlv2TbltDevicePkg/BiosIdx64R.env
> +++ b/Vlv2TbltDevicePkg/BiosIdx64R.env
> @@ -25,6 +25,6 @@ BOARD_REV     = 1
>  OEM_ID        = X64
>  BUILD_TYPE    = R
> 
> -VERSION_MAJOR = 0100
> +VERSION_MAJOR = 0101
>  VERSION_MINOR = 01
>  BOARD_ID = BBAYCRB
> --
> 2.19.1.windows.1



  reply	other threads:[~2019-03-29  1:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-28 12:42 [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Vlv2TbltDevicePkg: Change BIOS version Zailiang Sun
2019-03-29  1:54 ` Qian, Yi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-06-01 11:19 Guo, Mang

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=A6DBF04CB9C4D045926EB50EBFFE5A29508A1A32@shsmsx102.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