summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Protocol
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-14 03:25:08 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-14 03:25:08 +0000
commitf659880bfa42ded20a00d3e371c998b42dcdd0fd (patch)
tree1f5c258cb3169db81493b2b0d43a2bae347d5417 /ArmPkg/Include/Protocol
parent66b631f5e0beb4792a0f54c31aab5b08b97dc329 (diff)
downloadedk2-f659880bfa42ded20a00d3e371c998b42dcdd0fd.tar.gz
edk2-f659880bfa42ded20a00d3e371c998b42dcdd0fd.tar.bz2
edk2-f659880bfa42ded20a00d3e371c998b42dcdd0fd.zip
Added support for L2 (4K) page tables and made the CPU driver change cachability attributes on request. Also got the DebugUncache infrastructure working for the first time. Looks like it works for the simple case. Checking in so we can get more eyes looking at the code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9734 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Include/Protocol')
-rw-r--r--ArmPkg/Include/Protocol/VirtualUncachedPages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Include/Protocol/VirtualUncachedPages.h b/ArmPkg/Include/Protocol/VirtualUncachedPages.h
index 32deec2514..cd397962af 100644
--- a/ArmPkg/Include/Protocol/VirtualUncachedPages.h
+++ b/ArmPkg/Include/Protocol/VirtualUncachedPages.h
@@ -52,9 +52,9 @@ EFI_STATUS
struct _VIRTUAL_UNCACHED_PAGES_PROTOCOL {
CONVERT_PAGES_TO_UNCACHED_VIRTUAL_ADDRESS ConvertPages;
- FREE_CONVERTED_PAGES FreeConvertedPages;
+ FREE_CONVERTED_PAGES RevertPages;
};
extern EFI_GUID gVirtualUncachedPagesProtocolGuid;
-#endif \ No newline at end of file
+#endif