]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OptionRomPkg: Update UndiRuntimeDxe driver.
authorLiming Gao <liming.gao@intel.com>
Wed, 11 Mar 2015 05:34:18 +0000 (05:34 +0000)
committerlgao4 <lgao4@Edk2>
Wed, 11 Mar 2015 05:34:18 +0000 (05:34 +0000)
Change the Notify from ExitBootService to ReadyToBoot.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17038 6f19259b-4bc3-4df7-8a09-765794883524

OptionRomPkg/UndiRuntimeDxe/Init.c
OptionRomPkg/UndiRuntimeDxe/Undi32.h
OptionRomPkg/UndiRuntimeDxe/UndiRuntimeDxe.inf

index 9410fe167a48dcb508157452144e8a71f6392056..4e4327005ff78a2ca37799bdf09f54fae265e475 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Initialization functions for EFI UNDI32 driver.\r
 \r
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2015, 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
@@ -99,7 +99,7 @@ UndiNotifyVirtual (
 **/\r
 VOID\r
 EFIAPI\r
-UndiNotifyExitBs (\r
+UndiNotifyReadyToBoot (\r
   EFI_EVENT Event,\r
   VOID      *Context\r
   )\r
@@ -1028,9 +1028,9 @@ InitializeUndi(
   Status = gBS->CreateEventEx (\r
                   EVT_NOTIFY_SIGNAL,\r
                   TPL_NOTIFY,\r
-                  UndiNotifyExitBs,\r
+                  UndiNotifyReadyToBoot,\r
                   NULL,\r
-                  &gEfiEventExitBootServicesGuid,\r
+                  &gEfiEventReadyToBootGuid,\r
                   &Event\r
                   );\r
   ASSERT_EFI_ERROR (Status);\r
index 2bc019ef2429ca5d699be1e9a74e9b757f92cd35..d09761d59ddc319d9e8b7faad7bf6d8d44c38375 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   EFI internal structures for the EFI UNDI driver.\r
 \r
-Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2015, 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
@@ -176,13 +176,6 @@ UNDI_notify_virtual (
   VOID      *context\r
   );\r
 \r
-VOID\r
-EFIAPI\r
-UndiNotifyExitBs (\r
-  EFI_EVENT Event,\r
-  VOID      *Context\r
-  );\r
-\r
 EFI_STATUS\r
 EFIAPI\r
 UndiDriverSupported (\r
index 654c5fc6a83a0003ebff4872fa2b4ef4b9708293..4be7044be74705776206026e9c52025d16e6c9be 100644 (file)
@@ -1,8 +1,10 @@
 ## @file\r
 # Component description file for Undi module.\r
 #\r
-# This module provides support for Universal Network Driver Interface\r
-# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# This module provides support for Universal Network Driver Interface. \r
+# Notes: this module is no longer regular maintained/validated.\r
+#\r
+# Copyright (c) 2006 - 2015, 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