public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Benjamin You" <benjamin.you@intel.com>
To: "Bi, Dandan" <dandan.bi@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Ma, Maurice" <maurice.ma@intel.com>,
	"Agyeman, Prince" <prince.agyeman@intel.com>
Subject: Re: [patch] CorebootPayloadPkg: Remove the dependency of ShellBinPkg
Date: Thu, 11 Apr 2019 06:22:18 +0000	[thread overview]
Message-ID: <E748835C6D8DB54B8E8AF33091ECC57C6231A10F@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <20190410053413.31288-1-dandan.bi@intel.com>

Reviewed-by: Benjamin You <benjamin.you@intel.com>

Thanks,

- ben

> -----Original Message-----
> From: Bi, Dandan
> Sent: Wednesday, April 10, 2019 1:34 PM
> To: devel@edk2.groups.io
> Cc: Ma, Maurice <maurice.ma@intel.com>; Agyeman, Prince
> <prince.agyeman@intel.com>; You, Benjamin <benjamin.you@intel.com>
> Subject: [patch] CorebootPayloadPkg: Remove the dependency of ShellBinPkg
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1675
> 
> In long term we will remove ShellBinPkg, so now we update
> platform to use ShellPkg only.
> 
> 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: Dandan Bi <dandan.bi@intel.com>
> ---
>  CorebootPayloadPkg/CorebootPayloadPkg.fdf      | 18 ------------------
>  CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc  |  9 ---------
>  .../CorebootPayloadPkgIa32X64.dsc              |  9 ---------
>  3 files changed, 36 deletions(-)
> 
> diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.fdf
> b/CorebootPayloadPkg/CorebootPayloadPkg.fdf
> index 0c24f96a15..d399ad8eb8 100644
> --- a/CorebootPayloadPkg/CorebootPayloadPkg.fdf
> +++ b/CorebootPayloadPkg/CorebootPayloadPkg.fdf
> @@ -177,31 +177,13 @@ INF
> MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
>  INF QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/OhciDxe.inf
> 
>  #
>  # Shell
>  #
> -!if $(SHELL_TYPE) == BUILD_SHELL
>  INF
> ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
>  INF
> ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
>  INF ShellPkg/Application/Shell/Shell.inf
> -!endif
> -
> -!if $(SHELL_TYPE) == MIN_BIN
> -!if $(ARCH) == IA32
> -INF  RuleOverride = BINARY USE = IA32
> ShellBinPkg/MinUefiShell/MinUefiShell.inf
> -!else
> -INF  RuleOverride = BINARY USE = X64
> ShellBinPkg/MinUefiShell/MinUefiShell.inf
> -!endif
> -!endif
> -
> -!if $(SHELL_TYPE) == UEFI_BIN
> -!if $(ARCH) == IA32
> -INF  RuleOverride = BINARY USE = IA32 ShellBinPkg/UefiShell/UefiShell.inf
> -!else
> -INF  RuleOverride = BINARY USE = X64 ShellBinPkg/UefiShell/UefiShell.inf
> -!endif
> -!endif
> 
>  FILE FREEFORM    =
> PCD(gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile) {
>    SECTION RAW = MdeModulePkg/Logo/Logo.bmp
>  }
> 
> diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc
> b/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc
> index 98d6073866..c53b53b2f7 100644
> --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc
> +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc
> @@ -80,15 +80,10 @@
>    #
>    # Chipset options
>    #
>    DEFINE USE_HPET_TIMER                   = FALSE
> 
> -  #
> -  # Shell options: [BUILD_SHELL, MIN_BIN, NONE, UEFI]
> -  #
> -  DEFINE SHELL_TYPE              = UEFI_BIN
> -
>  [BuildOptions]
>    *_*_*_CC_FLAGS                 = -D DISABLE_NEW_DEPRECATED_INTERFACES
>    GCC:*_UNIXGCC_*_CC_FLAGS       = -DMDEPKG_NDEBUG
>    GCC:RELEASE_*_*_CC_FLAGS       = -DMDEPKG_NDEBUG
>    INTEL:RELEASE_*_*_CC_FLAGS     = /D MDEPKG_NDEBUG
> @@ -520,12 +515,10 @@
> 
>    #------------------------------
>    #  Build the shell
>    #------------------------------
> 
> -!if $(SHELL_TYPE) == BUILD_SHELL
> -
>    #
>    # Shell Lib
>    #
>  [LibraryClasses]
> 
> BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCo
> mmandLib.inf
> @@ -583,7 +576,5 @@
>        PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
>        ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
> 
> ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLi
> b.inf
>        SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
>    }
> -
> -!endif
> diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc
> b/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc
> index 608a288c42..3ecc0d0039 100644
> --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc
> +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc
> @@ -80,15 +80,10 @@
>    #
>    # Chipset options
>    #
>    DEFINE USE_HPET_TIMER                   = FALSE
> 
> -  #
> -  # Shell options: [BUILD_SHELL, MIN_BIN, NONE, UEFI]
> -  #
> -  DEFINE SHELL_TYPE              = UEFI_BIN
> -
>  [BuildOptions]
>    *_*_*_CC_FLAGS                 = -D DISABLE_NEW_DEPRECATED_INTERFACES
>    GCC:*_UNIXGCC_*_CC_FLAGS       = -DMDEPKG_NDEBUG
>    GCC:RELEASE_*_*_CC_FLAGS       = -DMDEPKG_NDEBUG
>    INTEL:RELEASE_*_*_CC_FLAGS     = /D MDEPKG_NDEBUG
> @@ -521,12 +516,10 @@
> 
>    #------------------------------
>    #  Build the shell
>    #------------------------------
> 
> -!if $(SHELL_TYPE) == BUILD_SHELL
> -
>    #
>    # Shell Lib
>    #
>  [LibraryClasses]
> 
> BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCo
> mmandLib.inf
> @@ -584,7 +577,5 @@
>        PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
>        ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
> 
> ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLi
> b.inf
>        SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
>    }
> -
> -!endif
> --
> 2.18.0.windows.1


      reply	other threads:[~2019-04-11  6:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10  5:34 [patch] CorebootPayloadPkg: Remove the dependency of ShellBinPkg Dandan Bi
2019-04-11  6:22 ` Benjamin You [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=E748835C6D8DB54B8E8AF33091ECC57C6231A10F@SHSMSX103.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