]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VarStore.fdf.inc
OvmfPkg: extract varstore-related FD Layout Regions to an include file
[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
180x00000000|0x0000e000\r
19gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
20#NV_VARIABLE_STORE\r
21DATA = {\r
22 ## This is the EFI_FIRMWARE_VOLUME_HEADER\r
23 # ZeroVector []\r
24 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
25 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
26 # FileSystemGuid: gEfiSystemNvDataFvGuid =\r
27 # { 0xFFF12B8D, 0x7696, 0x4C8B,\r
28 # { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}\r
29 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,\r
30 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,\r
31 # FvLength: 0x20000\r
32 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,\r
33 # Signature "_FVH" # Attributes\r
34 0x5f, 0x46, 0x56, 0x48, 0xff, 0xfe, 0x04, 0x00,\r
35 # HeaderLength # CheckSum # ExtHeaderOffset #Reserved #Revision\r
36 0x48, 0x00, 0x19, 0xF9, 0x00, 0x00, 0x00, 0x02,\r
37 # Blockmap[0]: 0x20 Blocks * 0x1000 Bytes / Block\r
38 0x20, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,\r
39 # Blockmap[1]: End\r
40 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,\r
41 ## This is the VARIABLE_STORE_HEADER\r
42!if $(SECURE_BOOT_ENABLE) == TRUE\r
43 # Signature: gEfiAuthenticatedVariableGuid =\r
44 # { 0xaaf32c78, 0x947b, 0x439a,\r
45 # { 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92 }}\r
46 0x78, 0x2c, 0xf3, 0xaa, 0x7b, 0x94, 0x9a, 0x43,\r
47 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92,\r
48!else\r
49 # Signature: gEfiVariableGuid =\r
50 # { 0xddcf3616, 0x3275, 0x4164,\r
51 # { 0x98, 0xb6, 0xfe, 0x85, 0x70, 0x7f, 0xfe, 0x7d }}\r
52 0x16, 0x36, 0xcf, 0xdd, 0x75, 0x32, 0x64, 0x41,\r
53 0x98, 0xb6, 0xfe, 0x85, 0x70, 0x7f, 0xfe, 0x7d,\r
54!endif\r
55 # Size: 0xe000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -\r
56 # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0xdfb8\r
57 # This can speed up the Variable Dispatch a bit.\r
58 0xB8, 0xDF, 0x00, 0x00,\r
59 # FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32\r
60 0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00\r
61}\r
62\r
630x0000e000|0x00001000\r
64#NV_EVENT_LOG\r
65gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogBase|gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogSize\r
66\r
670x0000f000|0x00001000\r
68gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
69#NV_FTW_WORKING\r
70DATA = {\r
71 # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEdkiiWorkingBlockSignatureGuid =\r
72 # { 0x9e58292b, 0x7c68, 0x497d, { 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95 }}\r
73 0x2b, 0x29, 0x58, 0x9e, 0x68, 0x7c, 0x7d, 0x49,\r
74 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95,\r
75 # Crc:UINT32 #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved\r
76 0x2c, 0xaf, 0x2c, 0x64, 0xFE, 0xFF, 0xFF, 0xFF,\r
77 # WriteQueueSize: UINT64\r
78 0xE0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00\r
79}\r
80\r
810x00010000|0x00010000\r
82#NV_FTW_SPARE\r
83gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
84\r