VarStore.fdf.inc 4.2 KB

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