ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW register

This implementation use the Tpidrurw software context register to
store the PEI Services Table Pointer.

The author of this patch is Eugene Cohen (HP).



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11750 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin
2011-06-03 09:43:12 +00:00
parent 76bc1743da
commit 0530bfe360
5 changed files with 140 additions and 0 deletions

View File

@@ -388,4 +388,17 @@ VOID
);
UINTN
EFIAPI
ArmReadTpidrurw(
VOID
);
VOID
EFIAPI
ArmWriteTpidrurw(
UINTN Value
);
#endif // __ARM_V7_H__