]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/PrePiHobListPointerLib: Get the HobListPointer from the stop of the...
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 15:45:52 +0000 (15:45 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 15:45:52 +0000 (15:45 +0000)
commit3c4b742c182785b0e3ae0217a8e3a08b47b5c7a8
tree0a0b81cb554cb2887738e48df56f55e3955eddc3
parent633724f462a7117bc26838e66825e3b1bec506cc
ArmPlatformPkg/PrePiHobListPointerLib: Get the HobListPointer from the stop of the stack

When using ArmPlatformPkg/PrePeiCore or ArmPlatformPkg/PrePi, the global variable during
the XIP phase are stored on the top of the stack.
Global variables are defined by their PCD offset from the top of this stack.

For example, the HobListPtr is defined at the offset PcdHobListPtrGlobalOffset.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11958 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointer.c [new file with mode: 0755]
ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf [new file with mode: 0755]