public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ardb@kernel.org>
To: devel@edk2.groups.io, isaac.w.oram@intel.com
Cc: Tommy Huang <tommy_huang@aspeedtech.com>,
	 "Desimone, Nathaniel L" <nathaniel.l.desimone@intel.com>,
	 "quic_llindhol@quicinc.com" <quic_llindhol@quicinc.com>,
	 "Kinney, Michael D" <michael.d.kinney@intel.com>,
	"Chen, Ryan" <ryan_chen@aspeedtech.com>,
	 "BMC-SW@aspeedtech.com" <BMC-SW@aspeedtech.com>
Subject: Re: [edk2-devel] [edk2-non-osi][PATCH V2] ASpeed/ASpeedGopBinPkg: Update X64/AArch Gop UEFI Driver
Date: Thu, 19 Jan 2023 08:53:03 +0100	[thread overview]
Message-ID: <CAMj1kXFvYw=muUwQtsJuE0D4x4MjRCj3CfkG_JgKqwytcKAv+w@mail.gmail.com> (raw)
In-Reply-To: <SA1PR11MB5801D036F936064642AFF50FD0C79@SA1PR11MB5801.namprd11.prod.outlook.com>

On Wed, 18 Jan 2023 at 02:19, Isaac Oram <isaac.w.oram@intel.com> wrote:
>
> Reviewed-by: Isaac Oram <isaac.w.oram@intel.com>
>

NAK

This version updates VERSION_STRING not INF_VERSION

INF_VERSION must be 1.29
VERSION_STRING can be anything you like


> -----Original Message-----
> From: Tommy Huang <tommy_huang@aspeedtech.com>
> Sent: Tuesday, January 17, 2023 4:39 PM
> To: devel@edk2.groups.io
> Cc: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; quic_llindhol@quicinc.com; Kinney, Michael D <michael.d.kinney@intel.com>; Chen, Ryan <ryan_chen@aspeedtech.com>; BMC-SW@aspeedtech.com
> Subject: [edk2-non-osi][PATCH V2] ASpeed/ASpeedGopBinPkg: Update X64/AArch Gop UEFI Driver
>
> 1. Add ASpeedAst2600GopDxe.inf.
> 2. Add ASpeedAst2600Gop file for AArch64.
> 3. Update the others Gop UEFI binaries into the recently version. The version will be v1.13.02.
> 4. Fix the VERSION_STRING into correct value.
>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Ryan Chen <ryan_chen@aspeedtech.com>
> Cc: BMC-SW <BMC-SW@aspeedtech.com>
>
> Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com>
> ---
>  .../AArch64/ASpeedAst2500Gop.efi              | Bin 42880 -> 45056 bytes
>  .../AArch64/ASpeedAst2600Gop.efi              | Bin 0 -> 45056 bytes
>  .../ASpeedGopBinPkg/ASpeedAst2500GopDxe.inf   |   4 ++--
>  .../ASpeedGopBinPkg/ASpeedAst2600GopDxe.inf   |  22 ++++++++++++++++++
>  .../ASpeedGopBinPkg/X64/ASpeedAst2500Gop.efi  | Bin 36928 -> 33600 bytes
>  .../ASpeedGopBinPkg/X64/ASpeedAst2600Gop.efi  | Bin 32544 -> 29952 bytes
>  6 files changed, 24 insertions(+), 2 deletions(-)
>  create mode 100644 Drivers/ASpeed/ASpeedGopBinPkg/AArch64/ASpeedAst2600Gop.efi
>  create mode 100644 Drivers/ASpeed/ASpeedGopBinPkg/ASpeedAst2600GopDxe.inf
>
...
> diff --git a/Drivers/ASpeed/ASpeedGopBinPkg/ASpeedAst2500GopDxe.inf b/Drivers/ASpeed/ASpeedGopBinPkg/ASpeedAst2500GopDxe.inf
> index b563f76..d6a674c 100644
> --- a/Drivers/ASpeed/ASpeedGopBinPkg/ASpeedAst2500GopDxe.inf
> +++ b/Drivers/ASpeed/ASpeedGopBinPkg/ASpeedAst2500GopDxe.inf
> @@ -10,11 +10,11 @@
>  ##
>
>
>
>  [Defines]
>
> -  INF_VERSION                    = 0x0001001B
>
> +  INF_VERSION                    = 0x00011302
>    BASE_NAME                      = ASpeedAst2500GopDxe
>
>    FILE_GUID                      = 7F81D838-F91D-4C44-8552-8FB912122FDD
>
>    MODULE_TYPE                    = UEFI_DRIVER
>
> -  VERSION_STRING                 = 1.1
>
> +  VERSION_STRING                 = 1.29
>
>
>  [Binaries.AArch64]
>
>    PE32|AArch64/ASpeedAst2500Gop.efi|*
>
> diff --git a/Drivers/ASpeed/ASpeedGopBinPkg/ASpeedAst2600GopDxe.inf b/Drivers/ASpeed/ASpeedGopBinPkg/ASpeedAst2600GopDxe.inf
> new file mode 100644
> index 0000000..a652ced
> --- /dev/null
> +++ b/Drivers/ASpeed/ASpeedGopBinPkg/ASpeedAst2600GopDxe.inf
> @@ -0,0 +1,22 @@
> +## @file
> +#  Component description file for ASPEED Graphics Controller Driver.
> +#
> +#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
> +#  Copyright (c) 2010 - 2023, ASPEED Technology Inc. All rights reserved.<BR>
> +#
> +#  SPDX-License-Identifier: BSD-2-Clause-Patent
> +#
> +##
> +
> +[Defines]
> +  INF_VERSION                    = 0x00011302
> +  BASE_NAME                      = ASpeedAst2600GopDxe
> +  FILE_GUID                      = 36f08597-2a8d-4824-9416-59c810b0d9f3
> +  MODULE_TYPE                    = UEFI_DRIVER
> +  VERSION_STRING                 = 1.29
> +
> +[Binaries.AArch64]
> +  PE32|AArch64/ASpeedAst2600Gop.efi|*
> +
> +[Binaries.X64]
> +  PE32|X64/ASpeedAst2600Gop.efi|*

  reply	other threads:[~2023-01-19  7:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18  0:38 [edk2-non-osi][PATCH V2] ASpeed/ASpeedGopBinPkg: Update X64/AArch Gop UEFI Driver Tommy Huang
2023-01-18  1:19 ` Isaac Oram
2023-01-19  7:53   ` Ard Biesheuvel [this message]
     [not found] ` <173B427518059C0C.24231@groups.io>
2023-01-18 23:47   ` [edk2-devel] " Isaac Oram

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='CAMj1kXFvYw=muUwQtsJuE0D4x4MjRCj3CfkG_JgKqwytcKAv+w@mail.gmail.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