VarStore.fdf.inc 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. ## @file
  2. # FDF include file with FD definition that defines an empty variable store.
  3. #
  4. # Copyright (c) 2016, Linaro, Ltd. All rights reserved.<BR>
  5. # Copyright (C) 2014, Red Hat, Inc.<BR>
  6. # Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # This program and the accompanying materials are licensed and made available
  9. # under the terms and conditions of the BSD License which accompanies this
  10. # distribution. The full text of the license may be found at
  11. # http://opensource.org/licenses/bsd-license.php
  12. #
  13. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
  15. # IMPLIED.
  16. #
  17. ##
  18. [FD.QEMU_VARS]
  19. BaseAddress = 0x04000000
  20. Size = 0xc0000
  21. ErasePolarity = 1
  22. BlockSize = 0x40000
  23. NumBlocks = 3
  24. 0x00000000|0x00040000
  25. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
  26. #NV_VARIABLE_STORE
  27. DATA = {
  28. ## This is the EFI_FIRMWARE_VOLUME_HEADER
  29. # ZeroVector []
  30. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  31. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  32. # FileSystemGuid: gEfiSystemNvDataFvGuid =
  33. # { 0xFFF12B8D, 0x7696, 0x4C8B,
  34. # { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}
  35. 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,
  36. 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,
  37. # FvLength: 0xC0000
  38. 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00,
  39. # Signature "_FVH" # Attributes
  40. 0x5f, 0x46, 0x56, 0x48, 0xff, 0xfe, 0x04, 0x00,
  41. # HeaderLength # CheckSum # ExtHeaderOffset #Reserved #Revision
  42. 0x48, 0x00, 0x28, 0x09, 0x00, 0x00, 0x00, 0x02,
  43. # Blockmap[0]: 0x3 Blocks * 0x40000 Bytes / Block
  44. 0x3, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00,
  45. # Blockmap[1]: End
  46. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  47. ## This is the VARIABLE_STORE_HEADER
  48. # It is compatible with SECURE_BOOT_ENABLE == FALSE as well.
  49. # Signature: gEfiAuthenticatedVariableGuid =
  50. # { 0xaaf32c78, 0x947b, 0x439a,
  51. # { 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92 }}
  52. 0x78, 0x2c, 0xf3, 0xaa, 0x7b, 0x94, 0x9a, 0x43,
  53. 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92,
  54. # Size: 0x40000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -
  55. # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0x3ffb8
  56. # This can speed up the Variable Dispatch a bit.
  57. 0xB8, 0xFF, 0x03, 0x00,
  58. # FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32
  59. 0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
  60. }
  61. 0x00040000|0x00040000
  62. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
  63. #NV_FTW_WORKING
  64. DATA = {
  65. # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEdkiiWorkingBlockSignatureGuid =
  66. # { 0x9e58292b, 0x7c68, 0x497d, { 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95 }}
  67. 0x2b, 0x29, 0x58, 0x9e, 0x68, 0x7c, 0x7d, 0x49,
  68. 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95,
  69. # Crc:UINT32 #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved
  70. 0x5b, 0xe7, 0xc6, 0x86, 0xFE, 0xFF, 0xFF, 0xFF,
  71. # WriteQueueSize: UINT64
  72. 0xE0, 0xFF, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00
  73. }
  74. 0x00080000|0x00040000
  75. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
  76. #NV_FTW_SPARE