VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/ArmPlatformPkg/ArmPlatformPkg.dsc@ 109019

Last change on this file since 109019 was 108794, checked in by vboxsync, 4 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 5.9 KB
Line 
1#/** @file
2# ARM platform package.
3#
4# Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
5# Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
6# Copyright (c) 2016 - 2017, Linaro Ltd. All rights reserved.<BR>
7# Copyright (c) Microsoft Corporation.<BR>
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11#**/
12
13################################################################################
14#
15# Defines Section - statements that will be processed to create a Makefile.
16#
17################################################################################
18[Defines]
19 PLATFORM_NAME = ArmPlatformPkg
20 PLATFORM_GUID = 9ce08891-ac9c-476d-ab04-0c04d3a97544
21 PLATFORM_VERSION = 0.1
22 DSC_SPECIFICATION = 0x0001001A
23 OUTPUT_DIRECTORY = Build/ArmPlatform
24 SUPPORTED_ARCHITECTURES = ARM|AARCH64
25 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
26 SKUID_IDENTIFIER = DEFAULT
27
28[BuildOptions]
29 RELEASE_*_*_CC_FLAGS = -D MDEPKG_NDEBUG
30 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
31
32[PcdsFixedAtBuild]
33 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
34 gArmTokenSpaceGuid.PcdFdSize|0x1000
35
36!include MdePkg/MdeLibs.dsc.inc
37
38[LibraryClasses.common]
39 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
40 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
41 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
42 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
43 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
44 CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
45 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
46 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
47 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
48 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
49 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
50 LcdHwLib|ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf
51 LcdPlatformLib|ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
52 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
53 MemoryInitPeiLib|ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
54 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
55 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
56 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
57 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
58 PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
59 PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
60 PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
61 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
62 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
63 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
64 TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
65 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
66 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
67 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
68 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
69 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
70 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
71 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
72 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
73
74[LibraryClasses.common.PEIM]
75 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
76 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
77 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
78 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
79 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
80
81[LibraryClasses.common.SEC]
82 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
83 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
84 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
85 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
86
87[LibraryClasses.AARCH64.MM_STANDALONE]
88 HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
89 MemoryAllocationLib|StandaloneMmPkg/Library/StandaloneMmMemoryAllocationLib/StandaloneMmMemoryAllocationLib.inf
90 MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
91 StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
92
93[Components.common]
94 ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
95 ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf
96 ArmPlatformPkg/Drivers/SP805WatchdogDxe/SP805WatchdogDxe.inf
97
98 ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
99 ArmPlatformPkg/Library/HdLcd/HdLcd.inf
100 ArmPlatformPkg/Library/LcdHwNullLib/LcdHwNullLib.inf
101 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
102 ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
103 ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
104 ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
105 ArmPlatformPkg/Library/PL031RealTimeClockLib/PL031RealTimeClockLib.inf
106 ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.inf
107 ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
108
109 ArmPlatformPkg/MemoryInitPei/MemoryInitPeiLib.inf
110 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
111
112 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
113 ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
114
115 ArmPlatformPkg/Sec/Sec.inf
116 ArmPlatformPkg/PeilessSec/PeilessSec.inf
117
118 ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette