RiscVVirt.dsc.inc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. #
  2. # Copyright (c) 2022, Ventana Micro Systems Inc. All rights reserved.
  3. # Copyright (c) 2011 - 2022, ARM Limited. All rights reserved.
  4. # Copyright (c) 2014, Linaro Limited. All rights reserved.
  5. # Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.
  6. # Copyright (c) Microsoft Corporation.
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. #
  11. [Defines]
  12. DEFINE DEBUG_PRINT_ERROR_LEVEL = 0x80000047
  13. [LibraryClasses.common]
  14. !ifdef $(SOURCE_DEBUG_ENABLE)
  15. PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
  16. DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
  17. !else
  18. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  19. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  20. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  21. !endif
  22. !if $(DEBUG_ON_SERIAL_PORT) == TRUE
  23. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  24. !else
  25. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  26. !endif
  27. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  28. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  29. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  30. SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
  31. BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
  32. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  33. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  34. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  35. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  36. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  37. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  38. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  39. CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
  40. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  41. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  42. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  43. DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
  44. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  45. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  46. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  47. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  48. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  49. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  50. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  51. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  52. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  53. ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
  54. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  55. PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  56. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  57. OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
  58. OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
  59. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  60. #
  61. # Ramdisk Requirements
  62. #
  63. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  64. # Allow dynamic PCDs
  65. #
  66. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  67. # Networking Requirements
  68. !include NetworkPkg/NetworkLibs.dsc.inc
  69. !if $(NETWORK_TLS_ENABLE) == TRUE
  70. TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
  71. !endif
  72. # Add support for GCC stack protector
  73. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  74. # RISC-V Architectural Libraries
  75. CpuExceptionHandlerLib|UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/BaseRiscV64CpuExceptionHandlerLib.inf
  76. RiscVSbiLib|MdePkg/Library/BaseRiscVSbiLib/BaseRiscVSbiLib.inf
  77. PlatformBootManagerLib|OvmfPkg/RiscVVirt/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  78. ResetSystemLib|OvmfPkg/RiscVVirt/Library/ResetSystemLib/BaseResetSystemLib.inf
  79. RealTimeClockLib|EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.inf
  80. TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
  81. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  82. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  83. DebugAgentTimerLib|EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLibNull.inf
  84. # Flattened Device Tree (FDT) access library
  85. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  86. # PCI Libraries
  87. PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  88. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  89. PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf
  90. PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
  91. PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
  92. DxeHardwareInfoLib|OvmfPkg/Library/HardwareInfoLib/DxeHardwareInfoLib.inf
  93. # USB Libraries
  94. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  95. #
  96. # CryptoPkg libraries needed by multiple firmware features
  97. #
  98. IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
  99. !if $(NETWORK_TLS_ENABLE) == TRUE
  100. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
  101. !else
  102. OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
  103. !endif
  104. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
  105. RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
  106. #
  107. # Secure Boot dependencies
  108. #
  109. !if $(SECURE_BOOT_ENABLE) == TRUE
  110. AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
  111. SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
  112. SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
  113. PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf
  114. # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree
  115. PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
  116. !else
  117. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  118. !endif
  119. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  120. VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
  121. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  122. VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
  123. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  124. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  125. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  126. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  127. PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
  128. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  129. [LibraryClasses.common.SEC]
  130. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  131. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  132. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  133. ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
  134. ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
  135. PlatformSecLib|UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.inf
  136. HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
  137. PrePiHobListPointerLib|OvmfPkg/RiscVVirt/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
  138. MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
  139. [LibraryClasses.common.DXE_CORE]
  140. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  141. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  142. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  143. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  144. [LibraryClasses.common.DXE_DRIVER]
  145. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  146. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  147. [LibraryClasses.common.UEFI_APPLICATION]
  148. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  149. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  150. [LibraryClasses.common.UEFI_DRIVER]
  151. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  152. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  153. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  154. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  155. !if $(DEBUG_ON_SERIAL_PORT) == TRUE
  156. DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
  157. !endif
  158. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  159. !if $(SECURE_BOOT_ENABLE) == TRUE
  160. BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
  161. !endif
  162. ################################################################################
  163. #
  164. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  165. #
  166. ################################################################################
  167. [PcdsFeatureFlag.common]
  168. gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
  169. gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
  170. [PcdsFeatureFlag]
  171. #
  172. # Activate AcpiSdtProtocol
  173. #
  174. gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
  175. [PcdsFixedAtBuild.common]
  176. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  177. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
  178. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
  179. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  180. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  181. # DEBUG_ASSERT_ENABLED 0x01
  182. # DEBUG_PRINT_ENABLED 0x02
  183. # DEBUG_CODE_ENABLED 0x04
  184. # CLEAR_MEMORY_ENABLED 0x08
  185. # ASSERT_BREAKPOINT_ENABLED 0x10
  186. # ASSERT_DEADLOOP_ENABLED 0x20
  187. !if $(DEBUG_ON_SERIAL_PORT) != TRUE
  188. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
  189. !else
  190. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
  191. !endif
  192. # DEBUG_INIT 0x00000001 // Initialization
  193. # DEBUG_WARN 0x00000002 // Warnings
  194. # DEBUG_LOAD 0x00000004 // Load events
  195. # DEBUG_FS 0x00000008 // EFI File system
  196. # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
  197. # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
  198. # DEBUG_INFO 0x00000040 // Informational debug messages
  199. # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
  200. # DEBUG_VARIABLE 0x00000100 // Variable
  201. # DEBUG_BM 0x00000400 // Boot Manager
  202. # DEBUG_BLKIO 0x00001000 // BlkIo Driver
  203. # DEBUG_NET 0x00004000 // SNP Driver
  204. # DEBUG_UNDI 0x00010000 // UNDI Driver
  205. # DEBUG_LOADFILE 0x00020000 // LoadFile
  206. # DEBUG_EVENT 0x00080000 // Event messages
  207. # DEBUG_GCD 0x00100000 // Global Coherency Database changes
  208. # DEBUG_CACHE 0x00200000 // Memory range cachability changes
  209. # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
  210. # // significantly impact boot performance
  211. # DEBUG_ERROR 0x80000000 // Error
  212. !if $(DEBUG_ON_SERIAL_PORT) == TRUE
  213. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL)
  214. !endif
  215. #
  216. # Optional feature to help prevent EFI memory map fragments
  217. # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
  218. # Values are in EFI Pages (4K). DXE Core will make sure that
  219. # at least this much of each type of memory can be allocated
  220. # from a single memory range. This way you only end up with
  221. # maximum of two fragments for each type in the memory map
  222. # (the memory used, and the free memory that was prereserved
  223. # but not used).
  224. #
  225. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
  226. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
  227. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
  228. !if $(SECURE_BOOT_ENABLE) == TRUE
  229. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|600
  230. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|400
  231. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1500
  232. !else
  233. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|300
  234. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|150
  235. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|1000
  236. !endif
  237. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|6000
  238. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
  239. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
  240. #
  241. # Enable strict image permissions for all images. (This applies
  242. # only to images that were built with >= 4 KB section alignment.)
  243. #
  244. gEfiMdeModulePkgTokenSpaceGuid.PcdImageProtectionPolicy|0x3
  245. #
  246. # Enable NX memory protection for all non-code regions, including OEM and OS
  247. # reserved ones, with the exception of LoaderData regions, of which OS loaders
  248. # (i.e., GRUB) may assume that its contents are executable.
  249. #
  250. gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0xC000000000007FD5
  251. [Components.common]
  252. #
  253. # Ramdisk support
  254. #
  255. MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
  256. ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
  257. <PcdsFixedAtBuild>
  258. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  259. }
  260. ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
  261. <PcdsFixedAtBuild>
  262. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  263. }
  264. OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
  265. <PcdsFixedAtBuild>
  266. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  267. }
  268. ShellPkg/Application/Shell/Shell.inf {
  269. <LibraryClasses>
  270. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  271. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  272. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  273. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  274. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  275. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  276. !if $(ACPIVIEW_ENABLE) == TRUE
  277. NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
  278. !endif
  279. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  280. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  281. !if $(NETWORK_IP6_ENABLE) == TRUE
  282. NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
  283. !endif
  284. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  285. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  286. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  287. <PcdsFixedAtBuild>
  288. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  289. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  290. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  291. }
  292. #
  293. # ACPI Support
  294. #
  295. MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf {
  296. <LibraryClasses>
  297. NULL|EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.inf
  298. }