|
4 | 4 | # This provides platform specific component descriptions and libraries that |
5 | 5 | # conform to EFI/Framework standards. |
6 | 6 | # |
7 | | -# Copyright (c) 2018 - 2024, ARM Limited. All rights reserved.<BR> |
| 7 | +# Copyright (c) 2018 - 2024, ARM Limited. All rights reserved.<BR> |
| 8 | + |
8 | 9 | # |
9 | 10 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
10 | 11 | # |
|
45 | 46 | FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf |
46 | 47 |
|
47 | 48 | [LibraryClasses.common.SEC] |
| 49 | + ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuSecLib.inf |
48 | 50 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf |
49 | 51 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf |
50 | 52 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf |
51 | 53 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf |
52 | 54 | PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf |
53 | 55 |
|
54 | 56 | [LibraryClasses.common.PEI_CORE, LibraryClasses.common.PEIM] |
| 57 | + ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf |
55 | 58 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf |
56 | 59 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf |
57 | 60 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf |
|
134 | 137 | gArmPlatformTokenSpaceGuid.PL011UartInterrupt|95 |
135 | 138 |
|
136 | 139 | # PL011 Serial Debug UART (DBG2) |
137 | | - gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase|0x1C0A0000 |
| 140 | + gArmPlatformTokenSpaceGuid.PcdSerialDbgRegisterBase|0x1C0A0000 |
| 141 | + |
138 | 142 | gArmPlatformTokenSpaceGuid.PcdSerialDbgUartBaudRate|gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate |
139 | | - gArmPlatformTokenSpaceGuid.PcdSerialDbgUartClkInHz|24000000 |
| 143 | + gArmPlatformTokenSpaceGuid.PcdSerialDbgUartClkInHz|24000000 |
| 144 | + |
140 | 145 |
|
141 | 146 | # SBSA Watchdog |
142 | 147 | gArmTokenSpaceGuid.PcdGenericWatchdogEl2IntrNum|93 |
|
0 commit comments