public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Liming Gao" <liming.gao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"lersek@redhat.com" <lersek@redhat.com>,
	Sami Mujawar <Sami.Mujawar@arm.com>
Cc: Achin Gupta <Achin.Gupta@arm.com>,
	"Yao, Jiewen" <jiewen.yao@intel.com>,
	Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>,
	Matteo Carlini <Matteo.Carlini@arm.com>,
	Laura Moretta <Laura.Moretta@arm.com>, nd <nd@arm.com>
Subject: Re: [edk2-devel] [PATCH v2 1/1] StandaloneMmPkg: Fix build failure - Bug 2253
Date: Mon, 25 Nov 2019 13:07:46 +0000	[thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E548267@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <50b01cb2-d30c-106f-3297-6f4f5c624f8a@redhat.com>

Just create PR https://github.com/tianocore/edk2/pull/195, and push@290a485d6043a049b611aab30f450c74b8591f35

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Laszlo Ersek
> Sent: Monday, November 25, 2019 9:04 PM
> To: Sami Mujawar <Sami.Mujawar@arm.com>; devel@edk2.groups.io
> Cc: Achin Gupta <Achin.Gupta@arm.com>; Yao, Jiewen <jiewen.yao@intel.com>; Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>;
> Matteo Carlini <Matteo.Carlini@arm.com>; Laura Moretta <Laura.Moretta@arm.com>; nd <nd@arm.com>
> Subject: Re: [edk2-devel] [PATCH v2 1/1] StandaloneMmPkg: Fix build failure - Bug 2253
> 
> On 11/25/19 12:10, Sami Mujawar wrote:
> > Apologies, I missed #28 'Pick up the tags that you got on the list', from Laszlo's guide.
> >
> > This patch has also received a Reviewed-by from:
> >     Reviewed-by: jiewen.yao@intel.com
> >     Reviewed-by: Laszlo Ersek <lersek@redhat.com>
> 
> Right, I noticed, but I figured I wouldn't obsess about it. :)
> 
> Thank you though!
> Laszlo
> 
> > -----Original Message-----
> > From: Sami Mujawar <sami.mujawar@arm.com>
> > Sent: 25 November 2019 09:06 AM
> > To: devel@edk2.groups.io
> > Cc: Sami Mujawar <Sami.Mujawar@arm.com>; Achin Gupta <Achin.Gupta@arm.com>; jiewen.yao@intel.com; Supreeth Venkatesh
> <Supreeth.Venkatesh@arm.com>; lersek@redhat.com; Matteo Carlini <Matteo.Carlini@arm.com>; Laura Moretta
> <Laura.Moretta@arm.com>; nd <nd@arm.com>
> > Subject: [PATCH v2 1/1] StandaloneMmPkg: Fix build failure - Bug 2253
> >
> > The StandaloneMmPkg currently has code for supporting Arm architecture only. Support for X64 and IA32 is currently under
> development on a separate branch.
> >
> > However, StandaloneMmPkg/StandaloneMmPkg.dsc is indicating that support for X64 and IA32 is available which is causing build
> failures.
> > This has been reported in
> > https://bugzilla.tianocore.org/show_bug.cgi?id=2253
> >
> > This issue has been discussed earlier on the list:
> > (1) https://edk2.groups.io/g/devel/message/47276
> >
> > (2) https://edk2.groups.io/g/devel/message/47283
> >
> > In light of the above, this patch removes IA32 and X64 from SUPPORTED_ARCHITECTURES, until support for the respective
> architectures is merged into StandaloneMmPkg.
> >
> > Cc: Achin Gupta <achin.gupta@arm.com>
> > Cc: Jiewen Yao <jiewen.yao@intel.com>
> > Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
> > Cc: Laszlo Ersek <lersek@redhat.com>
> > Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
> >
> > ---
> > The changes can be seen at:
> > https://github.com/samimujawar/edk2/tree/697_stmm_disable_unsupported_arch_v1
> >
> > Notes:
> >     v2:
> >       - Fixed patch check failure in commit message,                [SAMI]
> >           changed 'CC' to 'Cc'. No code change.
> >     v1:
> >       - Fix for Bug 2253                                            [SAMI]
> >         (https://bugzilla.tianocore.org/show_bug.cgi?id=2253)
> >
> >  StandaloneMmPkg/StandaloneMmPkg.dsc | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/StandaloneMmPkg/StandaloneMmPkg.dsc b/StandaloneMmPkg/StandaloneMmPkg.dsc
> > index 8a68d397469bdb83586bfeaebedcd52fd528b20f..f9546e182e25fbcd253de0986a1bb554dae1e975 100644
> > --- a/StandaloneMmPkg/StandaloneMmPkg.dsc
> > +++ b/StandaloneMmPkg/StandaloneMmPkg.dsc
> > @@ -2,7 +2,7 @@
> >  # Standalone MM Platform.
> >  #
> >  # Copyright (c) 2015, Intel Corporation. All rights reserved.<BR> -# Copyright (c) 2016 - 2018, ARM Limited. All rights reserved.<BR>
> > +# Copyright (c) 2016 - 2019, ARM Limited. All rights reserved.<BR>
> >  #
> >  #    SPDX-License-Identifier: BSD-2-Clause-Patent
> >  #
> > @@ -19,7 +19,7 @@ [Defines]
> >    PLATFORM_VERSION               = 1.0
> >    DSC_SPECIFICATION              = 0x00010011
> >    OUTPUT_DIRECTORY               = Build/StandaloneMm
> > -  SUPPORTED_ARCHITECTURES        = IA32|X64|AARCH64
> > +  SUPPORTED_ARCHITECTURES        = AARCH64
> >    BUILD_TARGETS                  = DEBUG|RELEASE
> >    SKUID_IDENTIFIER               = DEFAULT
> >
> > --
> > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'
> >
> >
> 
> 
> 


  reply	other threads:[~2019-11-25 13:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-25  9:06 [PATCH v2 1/1] StandaloneMmPkg: Fix build failure - Bug 2253 Sami Mujawar
2019-11-25 11:10 ` Sami Mujawar
2019-11-25 13:03   ` Laszlo Ersek
2019-11-25 13:07     ` Liming Gao [this message]
2019-11-25 12:14 ` Laszlo Ersek

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=4A89E2EF3DFEDB4C8BFDE51014F606A14E548267@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