From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=jaben.carsey@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 05EB3221660C0 for ; Tue, 28 Nov 2017 06:56:03 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2017 07:00:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,468,1505804400"; d="scan'208";a="12927665" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 28 Nov 2017 07:00:26 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 28 Nov 2017 07:00:25 -0800 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.117]) by FMSMSX110.amr.corp.intel.com ([169.254.14.95]) with mapi id 14.03.0319.002; Tue, 28 Nov 2017 07:00:25 -0800 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/2] Fix dynamic command cannot start in boot Thread-Index: AQHTaEC+WoqbxVmMG0+aTgr+2vqj1qMp4rjw Date: Tue, 28 Nov 2017 15:00:25 +0000 Message-ID: References: <20171128120207.186068-1-ruiyu.ni@intel.com> In-Reply-To: <20171128120207.186068-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDJiYjM3NDUtOGViNi00NzM4LWExZTItYTVkYWQwZDk1YzdkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjBcLzVlbXdlQlViXC9KZ1NXa0VTY1p0aDNPc1hjUUhZYmw3Y0JGUlRtbjNVST0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] Fix dynamic command cannot start in boot X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 14:56:04 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, November 28, 2017 4:02 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/2] Fix dynamic command cannot start in boot > Importance: High >=20 > When dynamic command drivers are built into FV and start during > boot, they fails. Because Shell protocol doesn't exist during boot. > The patch changes both ShellLib and dynamic command drivers to fix > the bug. >=20 > Ruiyu Ni (2): > ShellPkg/ShellLib: Fix dynamic command fails to start during boot > ShellPkg/DynamicCommand: Fix bug that cannot start in boot >=20 > .../DpDynamicCommand/DpDynamicCommand.c | 1 + > .../TftpDynamicCommand/TftpDynamicCommand.c | 1 + > ShellPkg/Library/UefiShellLib/UefiShellLib.c | 89 +++++++++++++---= ------ > ShellPkg/ShellPkg.dsc | 7 +- > 4 files changed, 60 insertions(+), 38 deletions(-) >=20 > -- > 2.15.0.gvfs.1.preview.4 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel