Revision: 14864
          http://sourceforge.net/p/edk2/code/14864
Author:   jcarsey
Date:     2013-11-19 22:18:33 +0000 (Tue, 19 Nov 2013)
Log Message:
-----------
ShellPkg: Add EfiIdeControllerInitProtocol to Shell?\226?\128?\153s output

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <[email protected]>
Reviewed-by: Erik Bjorge <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
    trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
    trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
    trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni

Modified: 
trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
===================================================================
--- trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c     
2013-11-19 06:17:34 UTC (rev 14863)
+++ trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c     
2013-11-19 22:18:33 UTC (rev 14864)
@@ -627,6 +627,11 @@
   {STRING_TOKEN(STR_DISK_IO2),              &gEfiDiskIo2ProtocolGuid,          
               NULL},
 
 //
+// PI Spec ones
+//
+  {STRING_TOKEN(STR_IDE_CONT_INIT),         
&gEfiIdeControllerInitProtocolGuid,               NULL},
+
+//
 // terminator
 //
   {STRING_TOKEN(STR_UNKNOWN_DEVICE),        NULL,                              
               NULL},

Modified: 
trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
===================================================================
--- trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h     
2013-11-19 06:17:34 UTC (rev 14863)
+++ trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h     
2013-11-19 22:18:33 UTC (rev 14864)
@@ -2,7 +2,7 @@
   Provides interface to advanced shell functionality for parsing both handle 
and protocol database.
 
   Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
-  Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2011 - 2013, 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
@@ -131,6 +131,7 @@
 #include <Protocol/BlockIo2.h>
 #include <Protocol/StorageSecurityCommand.h>
 #include <Protocol/UserCredential2.h>
+#include <Protocol/IdeControllerInit.h>
 #include <Protocol/DiskIo2.h>
 
 #include <Library/HandleParsingLib.h>

Modified: 
trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
===================================================================
--- trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf   
2013-11-19 06:17:34 UTC (rev 14863)
+++ trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf   
2013-11-19 22:18:33 UTC (rev 14864)
@@ -1,7 +1,7 @@
 ##  @file
 #  Provides interface to advanced shell functionality for parsing both handle 
and protocol database.
 #  Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
-#  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved. <BR>
+#  Copyright (c) 2010 - 2013, 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
@@ -169,6 +169,7 @@
   gEfiTcgProtocolGuid                                     ##UNDEFINED
   gEfiHiiPackageListProtocolGuid                          ##UNDEFINED
   gEfiDriverFamilyOverrideProtocolGuid                    ##UNDEFINED
+  gEfiIdeControllerInitProtocolGuid                       ##UNDEFINED
   gEfiDiskIo2ProtocolGuid                                 ##UNDEFINED
 
 [Guids]

Modified: 
trunk/edk2/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni
===================================================================
(Binary files differ)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to