]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PalLib.h
Second set of changes based on a review of the code comments in the Include directory...
[mirror_edk2.git] / MdePkg / Include / Library / PalLib.h
index a113659b0d45517f56ecdc2c939ccb3475c470a0..4f2a6cd8eebc65320fb28bb3ef8b2896bbc539af 100644 (file)
@@ -2,12 +2,12 @@
   Provides library services to make PAL Calls.\r
   \r
   The PAL Library provides a service to make a PAL CALL.  This service is identical\r
-  in functionality to AsmPalCall() in the Itanium specific functions of the Base Library.\r
-  The only difference is that the  PAL Entry Point is not passed in.  Implementations\r
+  in functionality to AsmPalCall() in the functions of the Base Library specific to Intel Itanium architecture.\r
+  The only difference is that the PAL Entry Point is not passed in.  Implementations\r
   of this library class must manage PAL Entry Point on their own.  For example, a PEI\r
   implementation can use a PPI to lookup the PAL Entry Point, and a DXE implementation\r
   can contain a constructor to look up the PAL Entry Point from a HOB.  This library class \r
-  is only available on IPF.\r
+  is only available on Intel Itanium-based platforms.\r
   \r
 Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
 All rights reserved. This program and the accompanying materials                          \r
@@ -40,7 +40,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   may cause undefined results.  For those parameters defined as reserved or some fields\r
   defined as reserved must be zero filled or the invalid argument return value may be\r
   returned or undefined result may occur during the execution of the procedure.\r
-  This function is only available on IPF.\r
+  This function is only available on Intel Itanium-based platforms.\r
 \r
   @param Index  The PAL procedure Index number.\r
   @param Arg2   The 2nd parameter for PAL procedure calls.\r