VarStore.fdf.inc 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ## @file
  2. # FDF include file with FD definition that defines an empty variable store.
  3. #
  4. # Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.
  5. # Copyright (C) 2014, Red Hat, Inc.
  6. # Copyright (c) 2016, Linaro, Ltd. All rights reserved.
  7. # Copyright (c) 2016, Freescale Semiconductor. All rights reserved.
  8. # Copyright 2017-2020 NXP
  9. #
  10. # SPDX-License-Identifier: BSD-2-Clause-Patent
  11. #
  12. ##
  13. [FD.LS1043aRdbNv_EFI]
  14. BaseAddress = 0x60500000 #The base address of the FLASH device
  15. Size = 0x000C0000 #The size in bytes of the FLASH device
  16. ErasePolarity = 1
  17. BlockSize = 0x40000
  18. NumBlocks = 0x3
  19. #
  20. # Place NV Storage just above Platform Data Base
  21. #
  22. DEFINE NVRAM_AREA_VARIABLE_BASE = 0x00000000
  23. DEFINE NVRAM_AREA_VARIABLE_SIZE = 0x00040000
  24. DEFINE FTW_WORKING_BASE = $(NVRAM_AREA_VARIABLE_BASE) + $(NVRAM_AREA_VARIABLE_SIZE)
  25. DEFINE FTW_WORKING_SIZE = 0x00040000
  26. DEFINE FTW_SPARE_BASE = $(FTW_WORKING_BASE) + $(FTW_WORKING_SIZE)
  27. DEFINE FTW_SPARE_SIZE = 0x00040000
  28. #############################################################################
  29. # LS1043ARDB NVRAM Area
  30. # LS1043ARDB NVRAM Area contains: Variable + FTW Working + FTW Spare
  31. #############################################################################
  32. $(NVRAM_AREA_VARIABLE_BASE)|$(NVRAM_AREA_VARIABLE_SIZE)
  33. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
  34. #NV_VARIABLE_STORE
  35. DATA = {
  36. ## This is the EFI_FIRMWARE_VOLUME_HEADER
  37. # ZeroVector []
  38. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  39. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  40. # FileSystemGuid: gEfiSystemNvDataFvGuid =
  41. # { 0xFFF12B8D, 0x7696, 0x4C8B,
  42. # { 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50 }}
  43. 0x8D, 0x2B, 0xF1, 0xFF, 0x96, 0x76, 0x8B, 0x4C,
  44. 0xA9, 0x85, 0x27, 0x47, 0x07, 0x5B, 0x4F, 0x50,
  45. # FvLength: 0xC0000
  46. 0x00, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00,
  47. # Signature "_FVH" # Attributes
  48. 0x5f, 0x46, 0x56, 0x48, 0x36, 0x0E, 0x00, 0x00,
  49. # HeaderLength # CheckSum # ExtHeaderOffset #Reserved #Revision
  50. 0x48, 0x00, 0xC2, 0xF9, 0x00, 0x00, 0x00, 0x02,
  51. # Blockmap[0]: 0x3 Blocks * 0x40000 Bytes / Block
  52. 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00,
  53. # Blockmap[1]: End
  54. 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  55. ## This is the VARIABLE_STORE_HEADER
  56. # It is compatible with SECURE_BOOT_ENABLE == FALSE as well.
  57. # Signature: gEfiVariableGuid =
  58. # { 0xddcf3616, 0x3275, 0x4164,
  59. # { 0x98, 0xb6, 0xfe, 0x85, 0x70, 0x7f, 0xfe, 0x7d }}
  60. 0x16, 0x36, 0xcf, 0xdd, 0x75, 0x32, 0x64, 0x41,
  61. 0x98, 0xb6, 0xfe, 0x85, 0x70, 0x7f, 0xfe, 0x7d,
  62. # Size: 0x40000 (gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize) -
  63. # 0x48 (size of EFI_FIRMWARE_VOLUME_HEADER) = 0x3ffb8
  64. # This can speed up the Variable Dispatch a bit.
  65. 0xB8, 0xFF, 0x03, 0x00,
  66. # FORMATTED: 0x5A #HEALTHY: 0xFE #Reserved: UINT16 #Reserved1: UINT32
  67. 0x5A, 0xFE, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
  68. }
  69. $(FTW_WORKING_BASE)|$(FTW_WORKING_SIZE)
  70. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
  71. #NV_FTW_WORKING
  72. DATA = {
  73. # EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER->Signature = gEdkiiWorkingBlockSignatureGuid =
  74. # { 0x9e58292b, 0x7c68, 0x497d, { 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95 }}
  75. 0x2b, 0x29, 0x58, 0x9e, 0x68, 0x7c, 0x7d, 0x49,
  76. 0xa0, 0xce, 0x65, 0x0, 0xfd, 0x9f, 0x1b, 0x95,
  77. # Crc:UINT32 #WorkingBlockValid:1, WorkingBlockInvalid:1, Reserved
  78. 0x5b, 0xe7, 0xc6, 0x86, 0xFE, 0xFF, 0xFF, 0xFF,
  79. # WriteQueueSize: UINT64
  80. 0xE0, 0xFF, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00
  81. }
  82. $(FTW_SPARE_BASE)|$(FTW_SPARE_SIZE)
  83. gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
  84. #NV_FTW_SPARE