From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 560A11A1E10 for ; Tue, 18 Oct 2016 07:53:33 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 18 Oct 2016 07:53:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,362,1473145200"; d="scan'208";a="891223403" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 18 Oct 2016 07:53:33 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 18 Oct 2016 07:53:32 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.167]) by fmsmsx117.amr.corp.intel.com ([169.254.3.249]) with mapi id 14.03.0248.002; Tue, 18 Oct 2016 07:53:32 -0700 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: "Carsey, Jaben" Thread-Topic: [edk2] [PATCH v2 0/8] Move Shell protocols definition to MdePkg Thread-Index: AQHSKRwlMbNdECgO60qvRQ5IIOWMy6CuTIJQ Date: Tue, 18 Oct 2016 14:53:31 +0000 Message-ID: References: <20161018084613.58420-1-ruiyu.ni@intel.com> In-Reply-To: <20161018084613.58420-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjFmNGFiYzgtNjA5OC00N2Q1LThjNDYtYTYwODM0ZTk3MDlhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjVPaFZLM1p4aFRcL1RIYmt4NnVoc3pDRWYrVW5MY3JrUkZYVFwvWExkVW5Tdz0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.106] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/8] Move Shell protocols definition to MdePkg X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2016 14:53:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am good with this. Reviewed-by: Jaben Carsey > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, October 18, 2016 1:46 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2 0/8] Move Shell protocols definition to MdePkg > Importance: High >=20 > The patches moves Shell spec defined protocol definitions to > MdePkg and updates all references. > Content of ShellBase.h is moved to Protocol/Shell.h and > ShellBase.h is removed. >=20 > In V2, to keep maximum backward compatibility, the header files > in ShellPkg will not be removed until all consumers are > updated to reference the protocol definitions in MdePkg. > "git mv" command is used to keep the history of the > protocol definition header files when moving them to MdePkg. >=20 >=20 > Ruiyu Ni (8): > ShellPkg: Move SHELL_FREE_NON_NULL from ShellBase.h to ShellLib.h > MdePkg: Include Shell/ShellDynamicCommand/ShellParameters definitions > ShellPkg: Update header files to reference MdePkg protocol definition > MdePkg: Merge ShellBase.h and remove Efi prefix from header files > ArmPkg/LinuxLoader: Reference Shell protocols in MdePkg > EmbeddedPkg/FdtPlatformDxe: Reference Shell protocols in MdePkg > ShellPkg: Update sources to include MdePkg protocol definitions > ArmPlatformPkg/ArmShellCmdRunAxf: Reference MdePkg protocol > definition >=20 > ArmPkg/Application/LinuxLoader/LinuxLoader.h | 4 +- > .../Library/ArmShellCmdRunAxf/ArmShellCmdRunAxf.h | 6 +- > EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatform.h | 4 +- > .../EfiShell.h =3D> MdePkg/Include/Protocol/Shell.h | 138 ++- > .../Include/Protocol/ShellDynamicCommand.h | 11 +- > .../Include/Protocol/ShellParameters.h | 8 +- > MdePkg/MdePkg.dec | 15 + > ShellPkg/Application/Shell/Shell.h | 5 +- > ShellPkg/Include/Library/ShellCommandLib.h | 5 +- > ShellPkg/Include/Library/ShellLib.h | 14 +- > ShellPkg/Include/Protocol/EfiShell.h | 1125 +-------------= ------ > ShellPkg/Include/Protocol/EfiShellDynamicCommand.h | 73 +- > ShellPkg/Include/Protocol/EfiShellParameters.h | 48 +- > ShellPkg/Include/ShellBase.h | 141 +-- > ShellPkg/Library/UefiDpLib/Dp.h | 3 +- > ShellPkg/Library/UefiDpLib/UefiDpLib.h | 7 +- > .../UefiHandleParsingLib/UefiHandleParsingLib.h | 8 +- > .../UefiShellBcfgCommandLib.c | 5 +- > .../UefiShellCEntryLib/UefiShellCEntryLib.c | 6 +- > .../UefiShellCommandLib/UefiShellCommandLib.h | 7 +- > .../Library/UefiShellDebug1CommandsLib/Compress.c | 7 +- > .../UefiShellDebug1CommandsLib.h | 7 +- > .../UefiShellDriver1CommandsLib.h | 7 +- > .../UefiShellLevel1CommandsLib.h | 7 +- > .../UefiShellLevel2CommandsLib.h | 7 +- > ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c | 2 +- > .../UefiShellLevel3CommandsLib.h | 7 +- > ShellPkg/Library/UefiShellLib/UefiShellLib.c | 1 - > ShellPkg/Library/UefiShellLib/UefiShellLib.h | 6 +- > .../UefiShellNetwork1CommandsLib.h | 3 +- > .../UefiShellTftpCommandLib.h | 3 +- > ShellPkg/ShellPkg.dec | 3 - > ShellPkg/ShellPkg.dsc | 2 + > 33 files changed, 235 insertions(+), 1460 deletions(-) > copy ShellPkg/Include/Protocol/EfiShell.h =3D> > MdePkg/Include/Protocol/Shell.h (91%) > copy ShellPkg/Include/Protocol/EfiShellDynamicCommand.h =3D> > MdePkg/Include/Protocol/ShellDynamicCommand.h (89%) > copy ShellPkg/Include/Protocol/EfiShellParameters.h =3D> > MdePkg/Include/Protocol/ShellParameters.h (87%) >=20 > -- > 2.9.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel