]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Dxe/Include/EfiRuntimeLib.h
EdkCompatibilityPkg: Fix typos in comments
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / Include / EfiRuntimeLib.h
index 042a7f85fd94711585f66c62c6bd5a8174e1faf0..e130492a7e59ba27bd275e66f06c95b168c7903a 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 2011, 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
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -54,6 +54,60 @@ extern EFI_DXE_SERVICES   *gDS;
 extern UINTN              gRtErrorLevel;\r
 extern FVB_ENTRY          *mFvbEntry;\r
 \r
+#if defined(__GNUC__) && defined(ECP_CPU_IPF)\r
+\r
+VOID\r
+EFIAPI\r
+EcpEfiBreakPoint (\r
+  VOID\r
+  )\r
+/*++\r
+\r
+Routine Description:\r
+\r
+  Generates a breakpoint on the CPU.\r
+\r
+  Generates a breakpoint on the CPU. The breakpoint must be implemented such\r
+  that code can resume normal execution after the breakpoint.\r
+\r
+Arguments:\r
+\r
+  VOID\r
+\r
+Returns: \r
+\r
+  VOID\r
+\r
+--*/\r
+;\r
+\r
+VOID\r
+EFIAPI\r
+EcpMemoryFence (\r
+  VOID\r
+  )\r
+/*++\r
+\r
+Routine Description:\r
+\r
+  Used to serialize load and store operations.\r
+\r
+  All loads and stores that proceed calls to this function are guaranteed to be\r
+  globally visible when this function returns.\r
+\r
+Arguments:\r
+\r
+  VOID\r
+\r
+Returns: \r
+\r
+  VOID\r
+\r
+--*/\r
+;\r
+\r
+#endif\r
+\r
 VOID\r
 EFIAPI\r
 EfiRuntimeLibFvbVirtualNotifyEvent (\r
@@ -1645,8 +1699,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification by \r
   declaring a GUID for the legacy boot event class. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   LegacyBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r
@@ -1675,8 +1728,7 @@ Routine Description:
   This was bad as Tiano did not own the enum. In UEFI 2.0 CreateEventEx was\r
   added and now it's possible to not voilate the UEFI specification and use \r
   the ready to boot event class defined in UEFI 2.0. This library supports\r
-  the R8.5/EFI 1.10 form and R8.6/UEFI 2.0 form and allows common code to \r
-  work both ways.\r
+  the EFI 1.10 form and UEFI 2.0 form and allows common code to work both ways.\r
 \r
 Arguments:\r
   ReadyToBootEvent  Returns the EFI event returned from gBS->CreateEvent(Ex)\r