Revision: 16210
          http://sourceforge.net/p/edk2/code/16210
Author:   ydong10
Date:     2014-10-14 06:30:17 +0000 (Tue, 14 Oct 2014)
Log Message:
-----------
Removes dead code from the PlatformBdsLibNull,leaving this unused code might 
confuse the user.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>
Reviewed-by: Eric Dong <[email protected]>

Modified Paths:
--------------
    trunk/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
    trunk/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c

Modified: 
trunk/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c
===================================================================
--- trunk/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c 
2014-10-14 01:16:38 UTC (rev 16209)
+++ trunk/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/BdsPlatform.c 
2014-10-14 06:30:17 UTC (rev 16210)
@@ -153,21 +153,6 @@
 }
 
 /**
-  This function is remained for IBV/OEM to do some platform action,
-  if there no console device can be connected.
-
-  @return EFI_SUCCESS      Direct return success now.
-
-**/
-EFI_STATUS
-PlatformBdsNoConsoleAction (
-  VOID
-  )
-{
-  return EFI_SUCCESS;
-}
-
-/**
   This function locks platform flash that is not allowed to be updated during 
normal boot path.
   The flash layout is platform specific.
 **/

Modified: 
trunk/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c
===================================================================
--- 
trunk/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c    
    2014-10-14 01:16:38 UTC (rev 16209)
+++ 
trunk/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformData.c    
    2014-10-14 06:30:17 UTC (rev 16210)
@@ -19,27 +19,3 @@
 /// Predefined platform default time out value
 ///
 UINT16                      gPlatformBootTimeOutDefault = 10;
-
-//
-// Platform specific keyboard device path
-//
-
-///
-/// Predefined platform default console device path
-///
-BDS_CONSOLE_CONNECT_ENTRY   gPlatformConsole[] = {
-  {
-    NULL,
-    0
-  }
-};
-
-///
-/// Predefined platform specific driver option
-///
-EFI_DEVICE_PATH_PROTOCOL    *gPlatformDriverOption[] = { NULL };
-
-///
-/// Predefined platform connect sequence
-///
-EFI_DEVICE_PATH_PROTOCOL    *gPlatformConnectSequence[] = { NULL };


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to