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