From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=jordan.l.justen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 7CB4021188474 for ; Tue, 30 Oct 2018 23:47:43 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2018 23:47:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,447,1534834800"; d="scan'208";a="92594288" Received: from aredmo2x-mobl.amr.corp.intel.com (HELO localhost) ([10.254.176.239]) by FMSMGA003.fm.intel.com with ESMTP; 30 Oct 2018 23:47:42 -0700 MIME-Version: 1.0 To: edk2-devel@lists.01.org, shenglei Message-ID: <154096846205.24288.16651685333658270946@jljusten-skl> From: Jordan Justen In-Reply-To: <20181031055711.11724-1-shenglei.zhang@intel.com> References: <20181031055711.11724-1-shenglei.zhang@intel.com> User-Agent: alot/0.7 Date: Tue, 30 Oct 2018 23:47:42 -0700 Subject: Re: [PATCH 0/5] Remove EdkShellBinPkg in FDF, DSC and DEC X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 06:47:43 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I also see USE_OLD_SHELL references in the .dsc files. (Try 'git grep USE_OLD_SHELL') After the platforms no longer reference EdkShellBinPkg, then the bin package will be removed? -Jordan On 2018-10-30 22:57:06, shenglei wrote: > Remove EdkShellBinPkg in CorebootPayloadPkg, EmulatorPkg, Nt32Pkg > and OvmfPkg. Replace EdkShellBinPkg with EdkShellPkg in > Vlv2TbltDevicePkg. > = > shenglei (5): > CorebootPayloadPkg: Remove EdkShellBinPkg in FDF > EmulatorPkg: Remove EdkShellBinPkg in FDF and DEC > Nt32Pkg: Remove EdkShellBinPkg in FDF,DSC and DEC > OvmfPkg: Remove EdkShellBinPkg in FDF > Vlv2TbltDevicePkg: Remove EdkShellBinPkg with ShellPkg > = > CorebootPayloadPkg/CorebootPayloadPkg.fdf | 8 -------- > EmulatorPkg/EmulatorPkg.dec | 2 +- > EmulatorPkg/EmulatorPkg.fdf | 4 ---- > Nt32Pkg/Nt32Pkg.dec | 2 +- > Nt32Pkg/Nt32Pkg.dsc | 4 ++-- > Nt32Pkg/Nt32Pkg.fdf | 4 ---- > OvmfPkg/OvmfPkgIa32.fdf | 4 ---- > OvmfPkg/OvmfPkgIa32X64.fdf | 4 ---- > OvmfPkg/OvmfPkgX64.fdf | 4 ---- > Vlv2TbltDevicePkg/PlatformPkg.fdf | 5 +---- > Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 5 +---- > Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 1 + > Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + > Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 + > 14 files changed, 9 insertions(+), 40 deletions(-) > = > -- = > 2.18.0.windows.1 > = > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel