]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VarStore.fdf.inc
UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h
[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
b26f0cf9 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
1c093f0c
LE
8#\r
9##\r
10\r
b24fca05 11!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
1c093f0c 120x00000000|0x0000e000\r
b24fca05
LE
13!endif\r
14!if $(FD_SIZE_IN_KB) == 4096\r
150x00000000|0x00040000\r
16!endif\r
1c093f0c
LE
17#NV_VARIABLE_STORE\r
18DATA = {\r
19 ## This is the EFI_FIRMWARE_VOLUME_HEADER\r
20 # ZeroVector []\r
21 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
22 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
23 # FileSystemGuid: gEfiSystemNvDataFvGuid =\r
24 # { 0xFFF12B8D, 0x7696, 0x4C8B,\r
25 # { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}\r
26 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,\r
27 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,\r
b24fca05 28!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
1c093f0c
LE
29 # FvLength: 0x20000\r
30 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,\r
b24fca05
LE
31!endif\r
32!if $(FD_SIZE_IN_KB) == 4096\r
33 # FvLength: 0x84000\r
34 0x00, 0x40, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,\r
35!endif\r
1c093f0c
LE
36 # Signature "_FVH" # Attributes\r
37 0x5f, 0x46, 0x56, 0x48, 0xff, 0xfe, 0x04, 0x00,\r
b24fca05
LE
38 # HeaderLength\r
39 0x48, 0x00,\r
40!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
41 # CheckSum\r
42 0x19, 0xF9,\r
43!endif\r
44!if $(FD_SIZE_IN_KB) == 4096\r
45 # CheckSum\r
46 0xAF, 0xB8,\r
47!endif\r
48 # ExtHeaderOffset #Reserved #Revision\r
49 0x00, 0x00, 0x00, 0x02,\r
50!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
1c093f0c
LE
51 # Blockmap[0]: 0x20 Blocks * 0x1000 Bytes / Block\r
52 0x20, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,\r
b24fca05
LE
53!endif\r
54!if $(FD_SIZE_IN_KB) == 4096\r
55 # Blockmap[0]: 0x84 Blocks * 0x1000 Bytes / Block\r
56 0x84, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,\r
57!endif\r
1c093f0c
LE
58 # Blockmap[1]: End\r
59 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
60 ## This is the VARIABLE_STORE_HEADER\r
d92eaabe 61 # It is compatible with SECURE_BOOT_ENABLE == FALSE as well.\r
1c093f0c
LE
62 # Signature: gEfiAuthenticatedVariableGuid =\r
63 # { 0xaaf32c78, 0x947b, 0x439a,\r
64 # { 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92 }}\r
65 0x78, 0x2c, 0xf3, 0xaa, 0x7b, 0x94, 0x9a, 0x43,\r
66 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92,\r
b24fca05 67!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
1c093f0c
LE
68 # Size: 0xe000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -\r
69 # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0xdfb8\r
70 # This can speed up the Variable Dispatch a bit.\r
71 0xB8, 0xDF, 0x00, 0x00,\r
b24fca05
LE
72!endif\r
73!if $(FD_SIZE_IN_KB) == 4096\r
74 # Size: 0x40000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -\r
75 # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0x3ffb8\r
76 # This can speed up the Variable Dispatch a bit.\r
77 0xB8, 0xFF, 0x03, 0x00,\r
78!endif\r
1c093f0c
LE
79 # FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32\r
80 0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00\r
81}\r
82\r
b24fca05 83!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
1c093f0c 840x0000e000|0x00001000\r
b24fca05
LE
85!endif\r
86!if $(FD_SIZE_IN_KB) == 4096\r
870x00040000|0x00001000\r
88!endif\r
1c093f0c 89#NV_EVENT_LOG\r
1c093f0c 90\r
b24fca05 91!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
1c093f0c 920x0000f000|0x00001000\r
b24fca05
LE
93!endif\r
94!if $(FD_SIZE_IN_KB) == 4096\r
950x00041000|0x00001000\r
96!endif\r
1c093f0c
LE
97#NV_FTW_WORKING\r
98DATA = {\r
99 # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEdkiiWorkingBlockSignatureGuid =\r
100 # { 0x9e58292b, 0x7c68, 0x497d, { 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95 }}\r
101 0x2b, 0x29, 0x58, 0x9e, 0x68, 0x7c, 0x7d, 0x49,\r
102 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95,\r
103 # Crc:UINT32 #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved\r
104 0x2c, 0xaf, 0x2c, 0x64, 0xFE, 0xFF, 0xFF, 0xFF,\r
105 # WriteQueueSize: UINT64\r
106 0xE0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00\r
107}\r
108\r
b24fca05 109!if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)\r
1c093f0c 1100x00010000|0x00010000\r
b24fca05
LE
111!endif\r
112!if $(FD_SIZE_IN_KB) == 4096\r
1130x00042000|0x00042000\r
114!endif\r
1c093f0c 115#NV_FTW_SPARE\r