53 lines
3.8 KiB
Plaintext
53 lines
3.8 KiB
Plaintext
## @file
|
|
# FDF file of Platform.
|
|
#
|
|
# Copyright (c) 2018 - 2021, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# This program and the accompanying materials are licensed and made available under
|
|
# the terms and conditions of the BSD License which accompanies this distribution.
|
|
# The full text of the license may be found at
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
#
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
#
|
|
##
|
|
|
|
#=================================================================================#
|
|
# 10 M BIOS - for FSP wrapper
|
|
#=================================================================================#
|
|
DEFINE FLASH_BASE = 0xFF600000 #
|
|
DEFINE FLASH_SIZE = 0x00A00000 #
|
|
DEFINE FLASH_BLOCK_SIZE = 0x00010000 #
|
|
DEFINE FLASH_NUM_BLOCKS = 0x000000A0 #
|
|
#=================================================================================#
|
|
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashNvStorageOffset = 0x00000000 # Flash addr (0xFF600000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashNvStorageSize = 0x00060000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashNvStorageVariableOffset = 0x00000000 # Flash addr (0xFF600000)
|
|
SET gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize = 0x0002E000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingOffset = 0x0002E000 # Flash addr (0xFF62E000)
|
|
SET gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize = 0x00002000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareOffset = 0x00030000 # Flash addr (0xFF630000)
|
|
SET gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize = 0x00030000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvAdvancedOffset = 0x00060000 # Flash addr (0xFF660000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvAdvancedSize = 0x00100000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvSecurityOffset = 0x00160000 # Flash addr (0xFF760000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvSecuritySize = 0x00070000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvOsBootOffset = 0x001D0000 # Flash addr (0xFF7D0000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvOsBootSize = 0x00080000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvUefiBootOffset = 0x00250000 # Flash addr (0xFF850000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvUefiBootSize = 0x000F0000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvPostMemoryOffset = 0x00340000 # Flash addr (0xFF940000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvPostMemorySize = 0x00180000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvMicrocodeOffset = 0x004C0000 # Flash addr (0xFFAC0000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvMicrocodeSize = 0x00100000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspSOffset = 0x005C0000 # Flash addr (0xFFBC0000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspSSize = 0x00100000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspMOffset = 0x006C0000 # Flash addr (0xFFDC0000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspMSize = 0x001F0000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspTOffset = 0x008B0000 # Flash addr (0xFFEB0000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvFspTSize = 0x00010000 #
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvPreMemoryOffset = 0x008C0000 # Flash addr (0xFFEC0000)
|
|
SET gMinPlatformPkgTokenSpaceGuid.PcdFlashFvPreMemorySize = 0x00140000 #
|