diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-02-14 18:44:40 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-02-14 18:44:40 +0000 |
commit | d60f6af456a08f186a2b7568eec5279e96547a22 (patch) | |
tree | bff861f3f295b22b9463a21b7aba71a3d77c4c5c /ArmPkg/Include/Library | |
parent | 9207c5d75871fed9f98ee6548e9d420e4d11f340 (diff) | |
download | edk2-platforms-d60f6af456a08f186a2b7568eec5279e96547a22.tar.xz |
ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unification
This patch adds support to invalidate Instruction Cache to the Point of Unification (PoU).
Signed-off-by: eugenecohen
Reviewed-by: oliviermartin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13012 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Include/Library')
-rw-r--r-- | ArmPkg/Include/Library/ArmLib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ArmPkg/Include/Library/ArmLib.h b/ArmPkg/Include/Library/ArmLib.h index 898b195d65..32886aaf49 100644 --- a/ArmPkg/Include/Library/ArmLib.h +++ b/ArmPkg/Include/Library/ArmLib.h @@ -192,6 +192,12 @@ ArmCleanDataCache ( VOID EFIAPI +ArmCleanDataCacheToPoU ( + VOID + ); + +VOID +EFIAPI ArmInvalidateInstructionCache ( VOID ); |