Home | History | Annotate | Download | only in OvmfPkg
      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 0x00000000|0x0000e000
     19 #NV_VARIABLE_STORE

     20 DATA = {
     21   ## This is the EFI_FIRMWARE_VOLUME_HEADER

     22   # ZeroVector []

     23   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     24   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     25   # FileSystemGuid: gEfiSystemNvDataFvGuid         =

     26   #   { 0xFFF12B8D, 0x7696, 0x4C8B,

     27   #     { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}

     28   0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,
     29   0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,
     30   # FvLength: 0x20000

     31   0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
     32   # Signature "_FVH"       # Attributes

     33   0x5f, 0x46, 0x56, 0x48, 0xff, 0xfe, 0x04, 0x00,
     34   # HeaderLength # CheckSum # ExtHeaderOffset #Reserved #Revision

     35   0x48, 0x00, 0x19, 0xF9, 0x00, 0x00, 0x00, 0x02,
     36   # Blockmap[0]: 0x20 Blocks * 0x1000 Bytes / Block

     37   0x20, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
     38   # Blockmap[1]: End

     39   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     40   ## This is the VARIABLE_STORE_HEADER

     41   # It is compatible with SECURE_BOOT_ENABLE == FALSE as well.

     42   # Signature: gEfiAuthenticatedVariableGuid =

     43   #   { 0xaaf32c78, 0x947b, 0x439a,

     44   #     { 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92 }}

     45   0x78, 0x2c, 0xf3, 0xaa, 0x7b, 0x94, 0x9a, 0x43,
     46   0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92,
     47   # Size: 0xe000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -

     48   #         0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0xdfb8

     49   # This can speed up the Variable Dispatch a bit.

     50   0xB8, 0xDF, 0x00, 0x00,
     51   # FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32

     52   0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
     53 }
     54 
     55 0x0000e000|0x00001000
     56 #NV_EVENT_LOG

     57 
     58 0x0000f000|0x00001000
     59 #NV_FTW_WORKING

     60 DATA = {
     61   # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEdkiiWorkingBlockSignatureGuid         =

     62   #  { 0x9e58292b, 0x7c68, 0x497d, { 0xa0, 0xce, 0x65,  0x0, 0xfd, 0x9f, 0x1b, 0x95 }}

     63   0x2b, 0x29, 0x58, 0x9e, 0x68, 0x7c, 0x7d, 0x49,
     64   0xa0, 0xce, 0x65,  0x0, 0xfd, 0x9f, 0x1b, 0x95,
     65   # Crc:UINT32            #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved

     66   0x2c, 0xaf, 0x2c, 0x64, 0xFE, 0xFF, 0xFF, 0xFF,
     67   # WriteQueueSize: UINT64

     68   0xE0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
     69 }
     70 
     71 0x00010000|0x00010000
     72 #NV_FTW_SPARE

     73