]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/ArmPkg.dsc: Add missing components
authorMichael Kubacki <michael.kubacki@microsoft.com>
Tue, 24 Mar 2020 02:15:47 +0000 (19:15 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 25 Mar 2020 09:56:23 +0000 (09:56 +0000)
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2574

The following components are currently missing from the [Components]
section of ArmPkg.dsc:
  * ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf
  * ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
  * ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf
  * ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf

This commit includes the components in the package DSC build.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmPkg/ArmPkg.dsc

index 5f090d308766568f98d62a42aa31d5e763f19ca8..549a2d29ab6119c84d029c5bb32d34bfae643cbb 100644 (file)
@@ -4,6 +4,7 @@
 # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>\r
 # Copyright (c) 2011 - 2018, ARM Ltd. All rights reserved.<BR>\r
 # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
+# Copyright (c) Microsoft Corporation.<BR>\r
 #\r
 #    SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
   ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf\r
   ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf\r
   ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
+  ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf\r
   ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
+  ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf\r
   ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
   ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
 \r
+  ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf\r
   ArmPkg/Drivers/ArmScmiDxe/ArmScmiDxe.inf\r
+  ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf\r
 \r
 [Components.AARCH64]\r
   ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf\r