## @file
|
# Configuration Manager Dxe
|
#
|
# Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>
|
#
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
##
|
|
[Defines]
|
INF_VERSION = 0x0001001B
|
BASE_NAME = ConfigurationManagerDxe
|
FILE_GUID = A97F70AC-3BB4-4596-B4D2-9F948EC12D17
|
MODULE_TYPE = DXE_DRIVER
|
VERSION_STRING = 1.0
|
ENTRY_POINT = ConfigurationManagerDxeInitialize
|
|
#
|
# The following information is for reference only and not required by the build tools.
|
#
|
# VALID_ARCHITECTURES = ARM AARCH64
|
#
|
|
[Sources]
|
ConfigurationManager.c
|
AslTables/Dsdt.asl
|
AslTables/SsdtJunoUsb.asl
|
AslTables/SsdtPci.asl
|
|
[Packages]
|
ArmPkg/ArmPkg.dec
|
ArmPlatformPkg/ArmPlatformPkg.dec
|
DynamicTablesPkg/DynamicTablesPkg.dec
|
MdeModulePkg/MdeModulePkg.dec
|
MdePkg/MdePkg.dec
|
Platform/ARM/JunoPkg/ArmJuno.dec
|
|
[LibraryClasses]
|
ArmPlatformLib
|
PrintLib
|
UefiBootServicesTableLib
|
UefiDriverEntryPoint
|
UefiRuntimeServicesTableLib
|
|
[Protocols]
|
gEdkiiConfigurationManagerProtocolGuid
|
|
[FixedPcd]
|
# PCI Root complex specific PCDs
|
gArmJunoTokenSpaceGuid.PcdPciConfigurationSpaceBaseAddress
|
gArmJunoTokenSpaceGuid.PcdPciConfigurationSpaceSize
|
|
## PL011 Serial Debug UART
|
gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase
|
gArmPlatformTokenSpaceGuid.PcdSerialDbgUartBaudRate
|
gArmPlatformTokenSpaceGuid.PcdSerialDbgUartClkInHz
|
|
gArmPlatformTokenSpaceGuid.PL011UartClkInHz
|
gArmPlatformTokenSpaceGuid.PL011UartInterrupt
|
|
gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum
|
gArmTokenSpaceGuid.PcdArmArchTimerIntrNum
|
gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum
|
gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum
|
|
# SBSA Generic Watchdog
|
gArmTokenSpaceGuid.PcdGenericWatchdogControlBase
|
gArmTokenSpaceGuid.PcdGenericWatchdogEl2IntrNum
|
gArmTokenSpaceGuid.PcdGenericWatchdogRefreshBase
|
|
gArmTokenSpaceGuid.PcdGicDistributorBase
|
gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
|
gArmTokenSpaceGuid.PcdGicRedistributorsBase
|
|
gArmTokenSpaceGuid.PcdPciBusMax
|
gArmTokenSpaceGuid.PcdPciBusMin
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase
|
gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
|
|
[Pcd]
|
|
[Depex]
|
TRUE
|