summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/PalLib.h
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 06:34:54 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 06:34:54 +0000
commit8789c5e05f3ee45c7831d101caa157b11df3b43b (patch)
treed6d55ece415851d37203490d617e4821bcfaf303 /MdePkg/Include/Library/PalLib.h
parent05f89b17b88f7356b8112593c2ad46feff9d755d (diff)
downloadedk2-platforms-8789c5e05f3ee45c7831d101caa157b11df3b43b.tar.xz
synchronize the MdePkg/Include/Library/MemoryAllocationLib.h,PalLib.h the MDE_Library_Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6660 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/PalLib.h')
-rw-r--r--MdePkg/Include/Library/PalLib.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/MdePkg/Include/Library/PalLib.h b/MdePkg/Include/Library/PalLib.h
index 33480a171e..5b9761f57f 100644
--- a/MdePkg/Include/Library/PalLib.h
+++ b/MdePkg/Include/Library/PalLib.h
@@ -1,6 +1,14 @@
/** @file
Provides library services to make PAL Calls.
-
+
+ The PAL Library provides a service to make a PAL CALL. This service is identical
+ in functionality to AsmPalCall() in the Itanium specific functions of the Base Library.
+ The only difference is that the PAL Entry Point is not passed in. Implementations
+ of this library class must manage PAL Entry Point on their own. For example, a PEI
+ implementation can use a PPI to lookup the PAL Entry Point, and a DXE implementation
+ can contain a constructor to look up the PAL Entry Point from a HOB. This library class
+ is only available on IPF.
+
Copyright (c) 2006 -2008, Intel Corporation All rights
reserved. This program and the accompanying materials are
licensed and made available under the terms and conditions of