VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleCacheNull.c@ 98942

最後變更 在這個檔案從98942是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 716 位元組
 
1/** @file
2 Null function version of cache function.
3
4 Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
5 Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
6
7 SPDX-License-Identifier: BSD-2-Clause-Patent
8
9**/
10
11#include "CapsuleService.h"
12
13#include <Library/CacheMaintenanceLib.h>
14
15/**
16 Writes Back a range of data cache lines covering a set of capsules in memory.
17
18 Writes Back the data cache lines specified by ScatterGatherList.
19
20 Null version, do nothing.
21
22 @param ScatterGatherList Physical address of the data structure that
23 describes a set of capsules in memory
24
25**/
26VOID
27CapsuleCacheWriteBack (
28 IN EFI_PHYSICAL_ADDRESS ScatterGatherList
29 )
30{
31}
32
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette