]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleReset.c
MdeModulePkg/CapsuleRuntimeDxe: Add cache flush for IA32 and X64
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleReset.c
index 353f6f20903a2feeaa3723f32345c54a37b0c9bf..8990cf2a3577ed15e9d13bd754bcbf749acc6218 100644 (file)
@@ -3,6 +3,7 @@
   PersistAcrossReset capsules\r
 \r
   Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>\r
+  Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
@@ -32,18 +33,3 @@ IsPersistAcrossResetCapsuleSupported (
   return FeaturePcdGet (PcdSupportUpdateCapsuleReset);\r
 }\r
 \r
-/**\r
-  Writes Back a range of data cache lines covering a set of capsules in memory.\r
-\r
-  Writes Back the data cache lines specified by ScatterGatherList.\r
-\r
-  @param  ScatterGatherList Physical address of the data structure that\r
-                            describes a set of capsules in memory\r
-\r
-**/\r
-VOID\r
-CapsuleCacheWriteBack (\r
-  IN  EFI_PHYSICAL_ADDRESS    ScatterGatherList\r
-  )\r
-{\r
-}\r