VarStore.fdf.inc 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ## @file
  2. # FDF include file with Layout Regions that define an empty variable store.
  3. #
  4. # Copyright (c) 2021, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
  5. # Copyright (C) 2014, Red Hat, Inc.
  6. # Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. $(VARS_OFFSET)|$(VARS_SIZE)
  12. gUefiRiscVPlatformPkgTokenSpaceGuid.PcdPlatformFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
  13. #
  14. # NV_VARIABLE_STORE
  15. #
  16. DATA = {
  17. ## This is the EFI_FIRMWARE_VOLUME_HEADER
  18. # ZeroVector []
  19. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  20. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  21. # FileSystemGuid: gEfiSystemNvDataFvGuid =
  22. # { 0xFFF12B8D, 0x7696, 0x4C8B,
  23. # { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}
  24. 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,
  25. 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,
  26. # FvLength: 0x20000
  27. 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00,
  28. # Signature "_FVH" # Attributes
  29. 0x5f, 0x46, 0x56, 0x48, 0xff, 0xfe, 0x04, 0x00,
  30. # HeaderLength # CheckSum # ExtHeaderOffset #Reserved #Revision
  31. 0x48, 0x00, 0x39, 0xF1, 0x00, 0x00, 0x00, 0x02,
  32. # Blockmap[0]: 0x20 Blocks * 0x1000 Bytes / Block
  33. 0x00, 0x08, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
  34. # Blockmap[1]: End
  35. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  36. ## This is the VARIABLE_STORE_HEADER
  37. !if $(SECURE_BOOT_ENABLE) == TRUE
  38. # Signature: gEfiAuthenticatedVariableGuid =
  39. # { 0xaaf32c78, 0x947b, 0x439a,
  40. # { 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92 }}
  41. 0x78, 0x2c, 0xf3, 0xaa, 0x7b, 0x94, 0x9a, 0x43,
  42. 0xa1, 0x80, 0x2e, 0x14, 0x4e, 0xc3, 0x77, 0x92,
  43. !else
  44. # Signature: gEfiVariableGuid =
  45. # { 0xddcf3616, 0x3275, 0x4164,
  46. # { 0x98, 0xb6, 0xfe, 0x85, 0x70, 0x7f, 0xfe, 0x7d }}
  47. 0x16, 0x36, 0xcf, 0xdd, 0x75, 0x32, 0x64, 0x41,
  48. 0x98, 0xb6, 0xfe, 0x85, 0x70, 0x7f, 0xfe, 0x7d,
  49. !endif
  50. # Size: 0x7000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -
  51. # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0x6fb8
  52. # This can speed up the Variable Dispatch a bit.
  53. 0xB8, 0x6F, 0x00, 0x00,
  54. # FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32
  55. 0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
  56. }
  57. $(VARS_FTW_WORKING_OFFSET)|$(VARS_FTW_WORKING_SIZE)
  58. gUefiRiscVPlatformPkgTokenSpaceGuid.PcdPlatformFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
  59. #
  60. #NV_FTW_WROK
  61. #
  62. DATA = {
  63. # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEdkiiWorkingBlockSignatureGuid =
  64. # { 0x9e58292b, 0x7c68, 0x497d, { 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95 }}
  65. 0x2b, 0x29, 0x58, 0x9e, 0x68, 0x7c, 0x7d, 0x49,
  66. 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95,
  67. # Crc:UINT32 #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved
  68. 0x2c, 0xaf, 0x2c, 0x64, 0xFE, 0xFF, 0xFF, 0xFF,
  69. # WriteQueueSize: UINT64
  70. 0xE0, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
  71. }
  72. $(VARS_FTW_SPARE_OFFSET)|$(VARS_FTW_SPARE_SIZE)
  73. gUefiRiscVPlatformPkgTokenSpaceGuid.PcdPlatformFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
  74. #
  75. #NV_FTW_SPARE