FspFlashOffsets.fdf 1.1 KB

123456789101112131415161718192021
  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. DEFINE FLASH_BASE = 0xFF000000 #
  13. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspSOffset = 0x00020000 # Flash addr (0xFF020000)
  14. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspSSize = 0x00040000 #
  15. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspMOffset = 0x00060000 # Flash addr (0xFF060000)
  16. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspMSize = 0x00221000 #
  17. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspTOffset = 0x00281000 # Flash addr (0xFF281000)
  18. SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspTSize = 0x00006000 #