[edk2] [PATCH 0/2] Fix dynamic command cannot start in boot

Ruiyu Ni posted 2 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
.../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(-)
[edk2] [PATCH 0/2] Fix dynamic command cannot start in boot
Posted by Ruiyu Ni 6 years, 4 months ago
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.

Ruiyu Ni (2):
  ShellPkg/ShellLib: Fix dynamic command fails to start during boot
  ShellPkg/DynamicCommand: Fix bug that cannot start in boot

 .../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(-)

-- 
2.15.0.gvfs.1.preview.4

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH 0/2] Fix dynamic command cannot start in boot
Posted by Carsey, Jaben 6 years, 4 months ago
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

> -----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
> 
> 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.
> 
> Ruiyu Ni (2):
>   ShellPkg/ShellLib: Fix dynamic command fails to start during boot
>   ShellPkg/DynamicCommand: Fix bug that cannot start in boot
> 
>  .../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(-)
> 
> --
> 2.15.0.gvfs.1.preview.4
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel