public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Gao, Liming" <liming.gao@intel.com>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
	"Zeng, Star" <star.zeng@intel.com>,
	"Tian, Feng" <feng.tian@intel.com>
Subject: Re: [PATCH] MdeModulePkg/DxeCore: add missing id-to-string mapping for AARCH64
Date: Wed, 29 Mar 2017 08:38:26 +0000	[thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D706180@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <20170327111953.26732-1-ard.biesheuvel@linaro.org>

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

>-----Original Message-----
>From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ard
>Biesheuvel
>Sent: Monday, March 27, 2017 7:20 PM
>To: edk2-devel@lists.01.org; Zeng, Star <star.zeng@intel.com>; Tian, Feng
><feng.tian@intel.com>
>Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>Subject: [edk2] [PATCH] MdeModulePkg/DxeCore: add missing id-to-string
>mapping for AARCH64
>
>Add a mapping for EFI_IMAGE_MACHINE_AARCH64 to mMachineTypeInfo[]
>
>Contributed-under: TianoCore Contribution Agreement 1.0
>Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>---
> MdeModulePkg/Core/Dxe/Image/Image.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c
>b/MdeModulePkg/Core/Dxe/Image/Image.c
>index b22b0fc786fc..91d70d5b6053 100644
>--- a/MdeModulePkg/Core/Dxe/Image/Image.c
>+++ b/MdeModulePkg/Core/Dxe/Image/Image.c
>@@ -90,7 +90,8 @@ GLOBAL_REMOVE_IF_UNREFERENCED
>MACHINE_TYPE_INFO  mMachineTypeInfo[] = {
>   {EFI_IMAGE_MACHINE_IA32,           L"IA32"},
>   {EFI_IMAGE_MACHINE_IA64,           L"IA64"},
>   {EFI_IMAGE_MACHINE_X64,            L"X64"},
>-  {EFI_IMAGE_MACHINE_ARMTHUMB_MIXED, L"ARM"}
>+  {EFI_IMAGE_MACHINE_ARMTHUMB_MIXED, L"ARM"},
>+  {EFI_IMAGE_MACHINE_AARCH64,        L"AARCH64"}
> };
>
> UINT16 mDxeCoreImageMachineType = 0;
>--
>2.9.3
>
>_______________________________________________
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel


      reply	other threads:[~2017-03-29  8:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-27 11:19 [PATCH] MdeModulePkg/DxeCore: add missing id-to-string mapping for AARCH64 Ard Biesheuvel
2017-03-29  8:38 ` 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=4A89E2EF3DFEDB4C8BFDE51014F606A14D706180@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