hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
## @file
#  Configuration Manager Dxe
#
#  Copyright (c) 2021, ARM Limited. All rights reserved.<BR>
#
#  SPDX-License-Identifier: BSD-2-Clause-Patent
##
 
[Defines]
  INF_VERSION                    = 0x0001001B
  BASE_NAME                      = ConfigurationManagerDxe
  FILE_GUID                      = 6F9C3B47-6F7D-44B6-87E5-4B7F44A60147
  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           = AARCH64
#
 
[Sources]
  AslTables/DsdtFvp.asl
  AslTables/SsdtPciFvp.asl
  ConfigurationManager.c
  ConfigurationManager.h
  ConfigurationManagerFvp.c
  ConfigurationManagerFvp.h
  Platform.h
 
[Packages]
  ArmPkg/ArmPkg.dec
  ArmPlatformPkg/ArmPlatformPkg.dec
  DynamicTablesPkg/DynamicTablesPkg.dec
  MdeModulePkg/MdeModulePkg.dec
  MdePkg/MdePkg.dec
  Platform/ARM/Morello/MorelloPlatform.dec
 
[LibraryClasses]
  UefiDriverEntryPoint
 
[Protocols]
  gEdkiiConfigurationManagerProtocolGuid
 
[FixedPcd]
  gArmMorelloTokenSpaceGuid.PcdPciBusCount
  gArmMorelloTokenSpaceGuid.PcdPciBusMax
  gArmMorelloTokenSpaceGuid.PcdPciBusMin
  gArmMorelloTokenSpaceGuid.PcdPciExpressBaseAddress
  gArmMorelloTokenSpaceGuid.PcdPciIoBase
  gArmMorelloTokenSpaceGuid.PcdPciIoMaxBase
  gArmMorelloTokenSpaceGuid.PcdPciIoSize
  gArmMorelloTokenSpaceGuid.PcdPciIoTranslation
  gArmMorelloTokenSpaceGuid.PcdPciMmio32Base
  gArmMorelloTokenSpaceGuid.PcdPciMmio32MaxBase
  gArmMorelloTokenSpaceGuid.PcdPciMmio32Size
  gArmMorelloTokenSpaceGuid.PcdPciMmio32Translation
  gArmMorelloTokenSpaceGuid.PcdPciMmio64Base
  gArmMorelloTokenSpaceGuid.PcdPciMmio64MaxBase
  gArmMorelloTokenSpaceGuid.PcdPciMmio64Size
  gArmMorelloTokenSpaceGuid.PcdPciMmio64Translation
 
  gArmMorelloTokenSpaceGuid.PcdVirtioBlkBaseAddress
  gArmMorelloTokenSpaceGuid.PcdVirtioBlkInterrupt
  gArmMorelloTokenSpaceGuid.PcdVirtioBlkSize
 
  ## 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
 
  gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase
  gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
 
[Depex]
  TRUE