Revision: 17038
          http://sourceforge.net/p/edk2/code/17038
Author:   lgao4
Date:     2015-03-11 05:34:18 +0000 (Wed, 11 Mar 2015)
Log Message:
-----------
OptionRomPkg: Update UndiRuntimeDxe driver. 

Change the Notify from ExitBootService to ReadyToBoot.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <[email protected]>
Reviewed-by: Star Zeng <[email protected]>

Modified Paths:
--------------
    trunk/edk2/OptionRomPkg/UndiRuntimeDxe/Init.c
    trunk/edk2/OptionRomPkg/UndiRuntimeDxe/Undi32.h
    trunk/edk2/OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf

Modified: trunk/edk2/OptionRomPkg/UndiRuntimeDxe/Init.c
===================================================================
--- trunk/edk2/OptionRomPkg/UndiRuntimeDxe/Init.c       2015-03-10 06:57:04 UTC 
(rev 17037)
+++ trunk/edk2/OptionRomPkg/UndiRuntimeDxe/Init.c       2015-03-11 05:34:18 UTC 
(rev 17038)
@@ -1,7 +1,7 @@
 /** @file
   Initialization functions for EFI UNDI32 driver.
 
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2015, 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
@@ -99,7 +99,7 @@
 **/
 VOID
 EFIAPI
-UndiNotifyExitBs (
+UndiNotifyReadyToBoot (
   EFI_EVENT Event,
   VOID      *Context
   )
@@ -1028,9 +1028,9 @@
   Status = gBS->CreateEventEx (
                   EVT_NOTIFY_SIGNAL,
                   TPL_NOTIFY,
-                  UndiNotifyExitBs,
+                  UndiNotifyReadyToBoot,
                   NULL,
-                  &gEfiEventExitBootServicesGuid,
+                  &gEfiEventReadyToBootGuid,
                   &Event
                   );
   ASSERT_EFI_ERROR (Status);

Modified: trunk/edk2/OptionRomPkg/UndiRuntimeDxe/Undi32.h
===================================================================
--- trunk/edk2/OptionRomPkg/UndiRuntimeDxe/Undi32.h     2015-03-10 06:57:04 UTC 
(rev 17037)
+++ trunk/edk2/OptionRomPkg/UndiRuntimeDxe/Undi32.h     2015-03-11 05:34:18 UTC 
(rev 17038)
@@ -1,7 +1,7 @@
 /** @file
   EFI internal structures for the EFI UNDI driver.
 
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2015, 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
@@ -176,13 +176,6 @@
   VOID      *context
   );
 
-VOID
-EFIAPI
-UndiNotifyExitBs (
-  EFI_EVENT Event,
-  VOID      *Context
-  );
-
 EFI_STATUS
 EFIAPI
 UndiDriverSupported (

Modified: trunk/edk2/OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf
===================================================================
--- trunk/edk2/OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf   2015-03-10 
06:57:04 UTC (rev 17037)
+++ trunk/edk2/OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf   2015-03-11 
05:34:18 UTC (rev 17038)
@@ -1,9 +1,11 @@
 ## @file
 # Component description file for Undi module.
 #
-# This module provides support for Universal Network Driver Interface
-# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+# This module provides support for Universal Network Driver Interface. 
+# Notes: this module is no longer regular maintained/validated.
 #
+# Copyright (c) 2006 - 2015, 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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to