# LX2160aRdbPkg.fdf
|
#
|
# FLASH layout file for LX2160a board.
|
#
|
# Copyright 2018-2020 NXP
|
# Copyright 2020 Puresoftware Ltd
|
#
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
#
|
|
################################################################################
|
#
|
# FD Section
|
# The [FD] Section is made up of the definition statements and a
|
# description of what goes into the Flash Device Image. Each FD section
|
# defines one flash "device" image. A flash device image may be one of
|
# the following: Removable media bootable image (like a boot floppy
|
# image,) an Option ROM image (that would be "flashed" into an add-in
|
# card,) a System "Flash" image (that would be burned into a system's
|
# flash) or an Update ("Capsule") image that will be used to update and
|
# existing system flash.
|
#
|
################################################################################
|
|
[FD.LX2160ARDB_EFI]
|
BaseAddress = 0x82000000|gArmTokenSpaceGuid.PcdFdBaseAddress #The base address of the FLASH Device.
|
Size = 0x00180000|gArmTokenSpaceGuid.PcdFdSize #The size in bytes of the FLASH Device
|
ErasePolarity = 1
|
BlockSize = 0x10000
|
NumBlocks = 0x18
|
|
################################################################################
|
#
|
# Following are lists of FD Region layout which correspond to the locations of different
|
# images within the flash device.
|
#
|
# Regions must be defined in ascending order and may not overlap.
|
#
|
# A Layout Region start with a eight digit hex offset (leading "0x" required) followed by
|
# the pipe "|" character, followed by the size of the region, also in hex with the leading
|
# "0x" characters. Like:
|
# Offset|Size
|
# PcdOffsetCName|PcdSizeCName
|
# RegionType <FV, DATA, or FILE>
|
#
|
################################################################################
|
0x00000000|0x00180000
|
gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize
|
FV = FVMAIN_COMPACT
|
|
!include Platform/NXP/FVRules.fdf.inc
|
!include VarStore.fdf.inc
|
################################################################################
|
#
|
# FV Section
|
#
|
# [FV] section is used to define what components or modules are placed within a flash
|
# device file. This section also defines order the components and modules are positioned
|
# within the image. The [FV] section consists of define statements, set statements and
|
# module statements.
|
#
|
################################################################################
|
|
[FV.FvMain]
|
FvNameGuid = 1037c42b-8452-4c41-aac7-41e6c31468da
|
BlockSize = 0x1
|
NumBlocks = 0 # This FV gets compressed so make it just big enough
|
FvAlignment = 8 # FV alignment and FV attributes setting.
|
ERASE_POLARITY = 1
|
MEMORY_MAPPED = TRUE
|
STICKY_WRITE = TRUE
|
LOCK_CAP = TRUE
|
LOCK_STATUS = TRUE
|
WRITE_DISABLED_CAP = TRUE
|
WRITE_ENABLED_CAP = TRUE
|
WRITE_STATUS = TRUE
|
WRITE_LOCK_CAP = TRUE
|
WRITE_LOCK_STATUS = TRUE
|
READ_DISABLED_CAP = TRUE
|
READ_ENABLED_CAP = TRUE
|
READ_STATUS = TRUE
|
READ_LOCK_CAP = TRUE
|
READ_LOCK_STATUS = TRUE
|
|
INF MdeModulePkg/Core/Dxe/DxeMain.inf
|
INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
|
|
#
|
# PI DXE Drivers producing Architectural Protocols (EFI Services)
|
#
|
INF ArmPkg/Drivers/CpuDxe/CpuDxe.inf
|
|
# Platform DXE Driver
|
INF Platform/NXP/LX2160aRdbPkg/Drivers/PlatformDxe/PlatformDxe.inf
|
|
INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
INF MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
INF MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
|
INF EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
|
INF MdeModulePkg/Universal/Metronome/Metronome.inf
|
INF MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
|
#
|
# Acpi Support
|
#
|
INF MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
|
!if $(DYNAMIC_ACPI_ENABLE) == TRUE
|
INF Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerDxe/ConfigurationManagerDxe.inf
|
!include DynamicTablesPkg/DynamicTables.fdf.inc
|
!endif
|
|
#
|
# Multiple Console IO support
|
#
|
INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
INF MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
INF MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
INF MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
|
|
INF ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
|
INF ArmPkg/Drivers/TimerDxe/TimerDxe.inf
|
INF ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
|
|
#
|
# Networking stack
|
#
|
!include NetworkPkg/Network.fdf.inc
|
|
#
|
# PCI
|
#
|
INF Silicon/NXP/Drivers/PciCpuIo2Dxe/PciCpuIo2Dxe.inf
|
INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
|
#
|
# FAT filesystem + GPT/MBR partitioning
|
#
|
INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
INF MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
INF FatPkg/EnhancedFatDxe/Fat.inf
|
INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
|
INF MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
|
|
#
|
# USB Support
|
#
|
INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
INF MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
INF MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
|
INF MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
|
INF Silicon/NXP/Drivers/UsbHcdInitDxe/UsbHcd.inf
|
|
#
|
# AHCI Support
|
#
|
INF MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
|
INF MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
|
INF MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
INF MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
INF MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
|
|
INF Silicon/NXP/Drivers/SataInitDxe/SataInitDxe.inf
|
|
#
|
# UEFI application (Shell Embedded Boot Loader)
|
#
|
INF ShellPkg/Application/Shell/Shell.inf
|
|
#
|
# Bds
|
#
|
INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
INF MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
|
INF MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
|
INF MdeModulePkg/Application/UiApp/UiApp.inf
|
|
[FV.FVMAIN_COMPACT]
|
FvAlignment = 8
|
ERASE_POLARITY = 1
|
MEMORY_MAPPED = TRUE
|
STICKY_WRITE = TRUE
|
LOCK_CAP = TRUE
|
LOCK_STATUS = TRUE
|
WRITE_DISABLED_CAP = TRUE
|
WRITE_ENABLED_CAP = TRUE
|
WRITE_STATUS = TRUE
|
WRITE_LOCK_CAP = TRUE
|
WRITE_LOCK_STATUS = TRUE
|
READ_DISABLED_CAP = TRUE
|
READ_ENABLED_CAP = TRUE
|
READ_STATUS = TRUE
|
READ_LOCK_CAP = TRUE
|
READ_LOCK_STATUS = TRUE
|
|
INF ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
|
INF MdeModulePkg/Core/Pei/PeiMain.inf
|
INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
|
INF MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
|
INF MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
INF ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
|
INF ArmPkg/Drivers/CpuPei/CpuPei.inf
|
INF ArmPlatformPkg/PlatformPei/PlatformPeim.inf
|
INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
|
FILE FV_IMAGE = 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 {
|
SECTION GUIDED EE4E5898-3914-4259-9D6E-DC7BD79403CF PROCESSING_REQUIRED = TRUE {
|
SECTION FV_IMAGE = FVMAIN
|
}
|
}
|