[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Change GCC shell

Guo, Mang posted 1 patch 6 years, 7 months ago
Failed in applying to current master (apply log)
Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Change GCC shell
Posted by Guo, Mang 6 years, 7 months ago
Change GCC shell from MinimumShell to UefiShell in ShellBinPkg.

Contributed-under: TianoCore Contribution Agreement 1.1

Signed-off-by: Guo Mang <mang.guo@intel.com>
---
 Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf b/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf
index 2c10c11..78103d3 100644
--- a/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf
+++ b/Vlv2TbltDevicePkg/PlatformPkgGcc.fdf
@@ -638,7 +638,7 @@ FILE DRIVER = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F {
 #
 FILE APPLICATION = PCD(gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile) {
 #    SECTION PE32 = EdkShellBinPkg/FullShell/$(EDK_DXE_ARCHITECTURE)/Shell_Full.efi
-   SECTION PE32 = EdkShellBinPkg/MinimumShell/$(EDK_DXE_ARCHITECTURE)/Shell.efi
+    SECTION PE32 = ShellBinPkg/UefiShell/$(EDK_DXE_ARCHITECTURE)/Shell.efi
   }
 
 
-- 
2.10.1.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch][edk2-platforms/devel-MinnowBoardMax-UDK2017] Change GCC shell
Posted by Rebecca Cran 6 years, 6 months ago
On 9/27/2017 3:09 AM, Guo, Mang wrote:

> Change GCC shell from MinimumShell to UefiShell in ShellBinPkg.

Thanks. I've been wondering about this now that GCC correctly sets -Os 
in the build options to reduce the binary size to around the same as 
Visual C++.

-- 
Rebecca
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel