public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ma, Maurice" <maurice.ma@intel.com>
To: "Zhang, Shenglei" <shenglei.zhang@intel.com>
Cc: "Agyeman, Prince" <prince.agyeman@intel.com>,
	"You, Benjamin" <benjamin.you@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [PATCH v2 1/5] CorebootPayloadPkg: Remove EdkShellBinPkg in FDF
Date: Fri, 2 Nov 2018 15:02:50 +0000	[thread overview]
Message-ID: <7AAC936950815649B5F88FAE785306C2E4FA37B1@ORSMSX105.amr.corp.intel.com> (raw)
In-Reply-To: <20181101062639.9924-2-shenglei.zhang@intel.com>

Hi, Shenglei,

Thank you for the patch.

I saw many other references in CorebootPayloadPkg DSC files for FULL_BIN.   I think we should remove all of them from both DSC and FDF at the same time.

The current SHELL_TYPE defined in DSC file is  FULL_BIN.  It needs to be changed to UEFI_BIN.   Otherwise, the final image will not have any Shell module included since FULL_BIN is removed in FDF. 

Thanks
Maurice

-----Original Message-----
From: Zhang, Shenglei 
Sent: Wednesday, October 31, 2018 23:27
To: edk2-devel@lists.01.org
Cc: Ma, Maurice <maurice.ma@intel.com>; Agyeman, Prince <prince.agyeman@intel.com>; You, Benjamin <benjamin.you@intel.com>
Subject: [PATCH v2 1/5] CorebootPayloadPkg: Remove EdkShellBinPkg in FDF

Remove EdkShellBinPkg in CorebootPayloadPkg.fdf.
https://bugzilla.tianocore.org/show_bug.cgi?id=1108

Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
---
 CorebootPayloadPkg/CorebootPayloadPkg.fdf | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.fdf b/CorebootPayloadPkg/CorebootPayloadPkg.fdf
index 7994f0c949..741a5c232e 100644
--- a/CorebootPayloadPkg/CorebootPayloadPkg.fdf
+++ b/CorebootPayloadPkg/CorebootPayloadPkg.fdf
@@ -185,14 +185,6 @@ INF ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
 INF ShellPkg/Application/Shell/Shell.inf
 !endif
 
-!if $(SHELL_TYPE) == FULL_BIN
-!if $(ARCH) == IA32
-INF  RuleOverride = BINARY USE = IA32 EdkShellBinPkg/FullShell/FullShell.inf
-!else
-INF  RuleOverride = BINARY USE = X64 EdkShellBinPkg/FullShell/FullShell.inf
-!endif
-!endif
-
 !if $(SHELL_TYPE) == MIN_BIN
 !if $(ARCH) == IA32
 INF  RuleOverride = BINARY USE = IA32 ShellBinPkg/MinUefiShell/MinUefiShell.inf
-- 
2.18.0.windows.1



  reply	other threads:[~2018-11-02 15:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-01  6:26 [PATCH v2 0/5] Remove EdkShellBinPkg in FDF, DSC and DEC shenglei
2018-11-01  6:26 ` [PATCH v2 1/5] CorebootPayloadPkg: Remove EdkShellBinPkg in FDF shenglei
2018-11-02 15:02   ` Ma, Maurice [this message]
2018-11-01  6:26 ` [PATCH v2 2/5] Nt32Pkg: Remove EdkShellBinPkg in FDF, DSC and DEC shenglei
2018-11-01  6:26 ` [PATCH v2 3/5] Vlv2TbltDevicePkg: Remove EdkShellBinPkg with ShellPkg shenglei
2018-11-03  3:34   ` Wei, David
2018-11-01  6:26 ` [PATCH v2 4/5] EmulatorPkg: Remove EdkShellBinPkg in FDF and DEC shenglei
2018-11-01  7:46   ` Jordan Justen
2018-11-01  6:26 ` [PATCH v2 5/5] OvmfPkg: Remove EdkShellBinPkg in FDF shenglei

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=7AAC936950815649B5F88FAE785306C2E4FA37B1@ORSMSX105.amr.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