]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleCacheNull.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleCacheNull.c
CommitLineData
a89fd3a3
ZG
1/** @file\r
2 Null function version of cache function.\r
3\r
4 Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>\r
5 Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
6\r
9d510e61 7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
a89fd3a3
ZG
8\r
9**/\r
10\r
11#include "CapsuleService.h"\r
12\r
13#include <Library/CacheMaintenanceLib.h>\r
14\r
15/**\r
16 Writes Back a range of data cache lines covering a set of capsules in memory.\r
17\r
18 Writes Back the data cache lines specified by ScatterGatherList.\r
19\r
20 Null version, do nothing.\r
21\r
22 @param ScatterGatherList Physical address of the data structure that\r
23 describes a set of capsules in memory\r
24\r
25**/\r
26VOID\r
27CapsuleCacheWriteBack (\r
1436aea4 28 IN EFI_PHYSICAL_ADDRESS ScatterGatherList\r
a89fd3a3
ZG
29 )\r
30{\r
31}\r