]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s output
authorJaben Carsey <jaben.carsey@intel.com>
Tue, 19 Nov 2013 22:18:33 +0000 (22:18 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 19 Nov 2013 22:18:33 +0000 (22:18 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14864 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni

index 6f270eb204c04629722ffa578ea453c3038fb08b..7c2e9c7357a8d605726ae2b63c98b052e2d13814 100644 (file)
@@ -626,6 +626,11 @@ STATIC CONST GUID_INFO_BLOCK mGuidStringList[] = {
 //\r
   {STRING_TOKEN(STR_DISK_IO2),              &gEfiDiskIo2ProtocolGuid,                         NULL},\r
 \r
+//\r
+// PI Spec ones\r
+//\r
+  {STRING_TOKEN(STR_IDE_CONT_INIT),         &gEfiIdeControllerInitProtocolGuid,               NULL},\r
+\r
 //\r
 // terminator\r
 //\r
index 767e1e68f1c118e3a5905d0a56a0bd9328bf2e3d..37c05d04bf0bfe253c2d9ff8e14c8c67abebc5e4 100644 (file)
@@ -2,7 +2,7 @@
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
   Copyright (c) 2013 Hewlett-Packard Development Company, L.P.\r
-  Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 #include <Protocol/BlockIo2.h>\r
 #include <Protocol/StorageSecurityCommand.h>\r
 #include <Protocol/UserCredential2.h>\r
+#include <Protocol/IdeControllerInit.h>\r
 #include <Protocol/DiskIo2.h>\r
 \r
 #include <Library/HandleParsingLib.h>\r
index 83f8733cde6e2eb8c96e5340f180f9747ddae589..e1d5d8c808b218acf8eee8eef51d691ec8fd08a7 100644 (file)
@@ -1,7 +1,7 @@
 ##  @file\r
 #  Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 #  Copyright (c) 2013 Hewlett-Packard Development Company, L.P.\r
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved. <BR>\r
+#  Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved. <BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   gEfiTcgProtocolGuid                                     ##UNDEFINED\r
   gEfiHiiPackageListProtocolGuid                          ##UNDEFINED\r
   gEfiDriverFamilyOverrideProtocolGuid                    ##UNDEFINED\r
+  gEfiIdeControllerInitProtocolGuid                       ##UNDEFINED\r
   gEfiDiskIo2ProtocolGuid                                 ##UNDEFINED\r
 \r
 [Guids]\r
index 3acdfd1ed942813684e930c1c182e15979fbbe81..998a386fa4b122f463e033aaff114124f78364e4 100644 (file)
Binary files a/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni and b/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni differ