* [patch] CorebootPayloadPkg: Remove the dependency of ShellBinPkg
@ 2019-04-10 5:34 Dandan Bi
2019-04-11 6:22 ` Benjamin You
0 siblings, 1 reply; 2+ messages in thread
From: Dandan Bi @ 2019-04-10 5:34 UTC (permalink / raw)
To: devel; +Cc: Maurice Ma, Prince Agyeman, Benjamin You
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/UefiShellBcfgCommandLib.inf
@@ -583,7 +576,5 @@
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.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/UefiShellBcfgCommandLib.inf
@@ -584,7 +577,5 @@
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
}
-
-!endif
--
2.18.0.windows.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] CorebootPayloadPkg: Remove the dependency of ShellBinPkg
2019-04-10 5:34 [patch] CorebootPayloadPkg: Remove the dependency of ShellBinPkg Dandan Bi
@ 2019-04-11 6:22 ` Benjamin You
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin You @ 2019-04-11 6:22 UTC (permalink / raw)
To: Bi, Dandan, devel@edk2.groups.io; +Cc: Ma, Maurice, Agyeman, Prince
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-11 6:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-10 5:34 [patch] CorebootPayloadPkg: Remove the dependency of ShellBinPkg Dandan Bi
2019-04-11 6:22 ` Benjamin You
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox