public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2
@ 2017-03-31 14:23 Ruiyu Ni
  2017-04-01  5:18 ` Gao, Liming
  0 siblings, 1 reply; 3+ messages in thread
From: Ruiyu Ni @ 2017-03-31 14:23 UTC (permalink / raw)
  To: edk2-devel; +Cc: Kinney D Michael, Jaben Carsey, Liming Gao

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Kinney D Michael <kinney.d.michael@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
---
 MdePkg/Include/Protocol/Shell.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MdePkg/Include/Protocol/Shell.h b/MdePkg/Include/Protocol/Shell.h
index b4bf2f4..e3889a9 100644
--- a/MdePkg/Include/Protocol/Shell.h
+++ b/MdePkg/Include/Protocol/Shell.h
@@ -2,7 +2,7 @@
   EFI Shell protocol as defined in the UEFI Shell 2.0 specification including errata.
 
   (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
-  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD License
   which accompanies this distribution.  The full text of the license may be found at
@@ -1262,7 +1262,7 @@ extern EFI_GUID gEfiShellProtocolGuid;
 
 enum ShellVersion {
   SHELL_MAJOR_VERSION = 2,
-  SHELL_MINOR_VERSION = 1
+  SHELL_MINOR_VERSION = 2
 };
 
 #endif
-- 
2.9.0.windows.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2
@ 2017-03-31 14:25 Ruiyu Ni
  0 siblings, 0 replies; 3+ messages in thread
From: Ruiyu Ni @ 2017-03-31 14:25 UTC (permalink / raw)
  To: edk2-devel; +Cc: Michael D Kinney, Jaben Carsey, Liming Gao

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
---
 MdePkg/Include/Protocol/Shell.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MdePkg/Include/Protocol/Shell.h b/MdePkg/Include/Protocol/Shell.h
index b4bf2f4..e3889a9 100644
--- a/MdePkg/Include/Protocol/Shell.h
+++ b/MdePkg/Include/Protocol/Shell.h
@@ -2,7 +2,7 @@
   EFI Shell protocol as defined in the UEFI Shell 2.0 specification including errata.
 
   (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
-  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD License
   which accompanies this distribution.  The full text of the license may be found at
@@ -1262,7 +1262,7 @@ extern EFI_GUID gEfiShellProtocolGuid;
 
 enum ShellVersion {
   SHELL_MAJOR_VERSION = 2,
-  SHELL_MINOR_VERSION = 1
+  SHELL_MINOR_VERSION = 2
 };
 
 #endif
-- 
2.9.0.windows.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2
  2017-03-31 14:23 Ruiyu Ni
@ 2017-04-01  5:18 ` Gao, Liming
  0 siblings, 0 replies; 3+ messages in thread
From: Gao, Liming @ 2017-04-01  5:18 UTC (permalink / raw)
  To: Ni, Ruiyu, edk2-devel@lists.01.org; +Cc: Kinney D Michael, Carsey, Jaben

Reviewed-by: Liming Gao <liming.gao@intel.com>

Please add the commit message to support UEFI Shell spec 2.2.

>-----Original Message-----
>From: Ni, Ruiyu
>Sent: Friday, March 31, 2017 10:24 PM
>To: edk2-devel@lists.01.org
>Cc: Kinney D Michael <kinney.d.michael@intel.com>; Carsey, Jaben
><jaben.carsey@intel.com>; Gao, Liming <liming.gao@intel.com>
>Subject: [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2
>
>Contributed-under: TianoCore Contribution Agreement 1.0
>Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
>Cc: Kinney D Michael <kinney.d.michael@intel.com>
>Cc: Jaben Carsey <jaben.carsey@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>---
> MdePkg/Include/Protocol/Shell.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/MdePkg/Include/Protocol/Shell.h
>b/MdePkg/Include/Protocol/Shell.h
>index b4bf2f4..e3889a9 100644
>--- a/MdePkg/Include/Protocol/Shell.h
>+++ b/MdePkg/Include/Protocol/Shell.h
>@@ -2,7 +2,7 @@
>   EFI Shell protocol as defined in the UEFI Shell 2.0 specification including
>errata.
>
>   (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
>-  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
>+  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>
>   This program and the accompanying materials
>   are licensed and made available under the terms and conditions of the BSD
>License
>   which accompanies this distribution.  The full text of the license may be
>found at
>@@ -1262,7 +1262,7 @@ extern EFI_GUID gEfiShellProtocolGuid;
>
> enum ShellVersion {
>   SHELL_MAJOR_VERSION = 2,
>-  SHELL_MINOR_VERSION = 1
>+  SHELL_MINOR_VERSION = 2
> };
>
> #endif
>--
>2.9.0.windows.1



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-01  5:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-31 14:25 [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2 Ruiyu Ni
  -- strict thread matches above, loose matches on Subject: below --
2017-03-31 14:23 Ruiyu Ni
2017-04-01  5:18 ` Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox