VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/VarStore.fdf.inc@ 77662

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

EFI: First step in UDK2018 merge. Does not build yet.

  • 屬性 svn:eol-style 設為 native
檔案大小: 4.1 KB
 
1## @file
2# FDF include file with Layout Regions that define an empty variable store.
3#
4# Copyright (C) 2014, Red Hat, Inc.
5# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
6#
7# This program and the accompanying materials are licensed and made available
8# under the terms and conditions of the BSD License which accompanies this
9# distribution. The full text of the license may be found at
10# http://opensource.org/licenses/bsd-license.php
11#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
14# IMPLIED.
15#
16##
17
18!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
190x00000000|0x0000e000
20!endif
21!if $(FD_SIZE_IN_KB) == 4096
220x00000000|0x00040000
23!endif
24#NV_VARIABLE_STORE
25DATA = {
26 ## This is the EFI_FIRMWARE_VOLUME_HEADER
27 # ZeroVector []
28 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
29 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
30 # FileSystemGuid: gEfiSystemNvDataFvGuid =
31 # { 0xFFF12B8D, 0x7696, 0x4C8B,
32 # { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}
33 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,
34 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,
35!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
36 # FvLength: 0x20000
37 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
38!endif
39!if $(FD_SIZE_IN_KB) == 4096
40 # FvLength: 0x84000
41 0x00, 0x40, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,
42!endif
43 # Signature "_FVH" # Attributes
44 0x5f, 0x46, 0x56, 0x48, 0xff, 0xfe, 0x04, 0x00,
45 # HeaderLength
46 0x48, 0x00,
47!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
48 # CheckSum
49 0x19, 0xF9,
50!endif
51!if $(FD_SIZE_IN_KB) == 4096
52 # CheckSum
53 0xAF, 0xB8,
54!endif
55 # ExtHeaderOffset #Reserved #Revision
56 0x00, 0x00, 0x00, 0x02,
57!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
58 # Blockmap[0]: 0x20 Blocks * 0x1000 Bytes / Block
59 0x20, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
60!endif
61!if $(FD_SIZE_IN_KB) == 4096
62 # Blockmap[0]: 0x84 Blocks * 0x1000 Bytes / Block
63 0x84, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
64!endif
65 # Blockmap[1]: End
66 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
67 ## This is the VARIABLE_STORE_HEADER
68 # It is compatible with SECURE_BOOT_ENABLE == FALSE as well.
69 # Signature: gEfiAuthenticatedVariableGuid =
70 # { 0xaaf32c78, 0x947b, 0x439a,
71 # { 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92 }}
72 0x78, 0x2c, 0xf3, 0xaa, 0x7b, 0x94, 0x9a, 0x43,
73 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92,
74!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
75 # Size: 0xe000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -
76 # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0xdfb8
77 # This can speed up the Variable Dispatch a bit.
78 0xB8, 0xDF, 0x00, 0x00,
79!endif
80!if $(FD_SIZE_IN_KB) == 4096
81 # Size: 0x40000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -
82 # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0x3ffb8
83 # This can speed up the Variable Dispatch a bit.
84 0xB8, 0xFF, 0x03, 0x00,
85!endif
86 # FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32
87 0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
88}
89
90!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
910x0000e000|0x00001000
92!endif
93!if $(FD_SIZE_IN_KB) == 4096
940x00040000|0x00001000
95!endif
96#NV_EVENT_LOG
97
98!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
990x0000f000|0x00001000
100!endif
101!if $(FD_SIZE_IN_KB) == 4096
1020x00041000|0x00001000
103!endif
104#NV_FTW_WORKING
105DATA = {
106 # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEdkiiWorkingBlockSignatureGuid =
107 # { 0x9e58292b, 0x7c68, 0x497d, { 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95 }}
108 0x2b, 0x29, 0x58, 0x9e, 0x68, 0x7c, 0x7d, 0x49,
109 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95,
110 # Crc:UINT32 #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved
111 0x2c, 0xaf, 0x2c, 0x64, 0xFE, 0xFF, 0xFF, 0xFF,
112 # WriteQueueSize: UINT64
113 0xE0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
114}
115
116!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
1170x00010000|0x00010000
118!endif
119!if $(FD_SIZE_IN_KB) == 4096
1200x00042000|0x00042000
121!endif
122#NV_FTW_SPARE
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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