VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.inf@ 99404

最後變更 在這個檔案從99404是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.1 KB
 
1 ## @file
2# Fault Tolerant Write Smm Driver.
3#
4# This driver installs SMM Fault Tolerant Write (FTW) protocol, which provides fault
5# tolerant write capability in SMM environment for block devices. Its implementation
6# depends on the full functionality SMM FVB protocol that support read, write/erase
7# flash access.
8#
9# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
10# Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
11#
12# SPDX-License-Identifier: BSD-2-Clause-Patent
13#
14##
15
16[Defines]
17 INF_VERSION = 0x0001001B
18 BASE_NAME = FaultTolerantWriteStandaloneMm
19 FILE_GUID = 3aade4ec-63cc-4a48-a928-5a374dd463eb
20 MODULE_TYPE = MM_STANDALONE
21 VERSION_STRING = 1.0
22 PI_SPECIFICATION_VERSION = 0x00010032
23 ENTRY_POINT = StandaloneMmFaultTolerantWriteInitialize
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
29#
30
31[Sources]
32 FtwMisc.c
33 UpdateWorkingBlock.c
34 FaultTolerantWrite.c
35 FaultTolerantWriteStandaloneMm.c
36 FaultTolerantWriteSmm.c
37 FaultTolerantWrite.h
38 FaultTolerantWriteSmmCommon.h
39
40[Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 StandaloneMmPkg/StandaloneMmPkg.dec
44
45[LibraryClasses]
46 BaseLib
47 BaseMemoryLib
48 DebugLib
49 MemoryAllocationLib
50 MmServicesTableLib
51 PcdLib
52 ReportStatusCodeLib
53 SafeIntLib
54 StandaloneMmDriverEntryPoint
55 VariableFlashInfoLib
56
57[Guids]
58 #
59 # Signature in EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER
60 #
61 ## CONSUMES ## GUID
62 ## PRODUCES ## GUID
63 gEdkiiWorkingBlockSignatureGuid
64
65[Protocols]
66 gEfiSmmSwapAddressRangeProtocolGuid | gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable ## SOMETIMES_CONSUMES
67 ## NOTIFY
68 ## CONSUMES
69 gEfiSmmFirmwareVolumeBlockProtocolGuid
70 ## PRODUCES
71 ## UNDEFINED # SmiHandlerRegister
72 gEfiSmmFaultTolerantWriteProtocolGuid
73 gEfiMmEndOfDxeProtocolGuid ## CONSUMES
74
75[FeaturePcd]
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFullFtwServiceEnable ## CONSUMES
77
78[Depex]
79 TRUE
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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