FspFlashOffsets.fdf 1.3 KB

12345678910111213141516171819202122232425
  1. ## @file
  2. # FDF file for calculation of FSP rebase addresses for WhitleyOpenBoardPkg
  3. #
  4. # Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. # @todo: This file is currently only used to enable RebaseFspBinBaseAddress.py to function.
  10. # The FDF file for WhitleyOpenBoardPkg should be adapted to leverage FlashMapInclude.fdf
  11. # format found in other OpenBoardPkgs.
  12. #
  13. # Note Whitley unintuitively has multiple "FD" in a single BIOS flash region, so the base should be for FD.SecPei
  14. # and not the basis of the BIOS region for the FLASH device.
  15. #
  16. DEFINE FLASH_BASE = 0xFFCA0000
  17. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspSOffset = 0x00020000 # Flash addr (0xFF020000)
  18. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspSSize = 0x00040000 #
  19. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspMOffset = 0x00060000 # Flash addr (0xFF060000)
  20. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspMSize = 0x00221000 #
  21. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspTOffset = 0x00281000 # Flash addr (0xFF281000)
  22. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspTSize = 0x00006000 #