VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleReset.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
檔案大小: 719 位元組
 
1/** @file
2 Default implementation of architecture specific routines related to
3 PersistAcrossReset capsules
4
5 Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
6 Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
7
8 SPDX-License-Identifier: BSD-2-Clause-Patent
9
10**/
11
12#include "CapsuleService.h"
13
14/**
15 Whether the platform supports capsules that persist across reset. Note that
16 some platforms only support such capsules at boot time.
17
18 @return TRUE if a PersistAcrossReset capsule may be passed to UpdateCapsule()
19 at this time
20 FALSE otherwise
21**/
22BOOLEAN
23IsPersistAcrossResetCapsuleSupported (
24 VOID
25 )
26{
27 return FeaturePcdGet (PcdSupportUpdateCapsuleReset);
28}
29
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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