diff options
author | Guo Mang <mang.guo@intel.com> | 2016-12-22 18:50:32 +0800 |
---|---|---|
committer | Guo Mang <mang.guo@intel.com> | 2016-12-26 19:15:02 +0800 |
commit | 0177f6d6c2bbc7fa4356c52281809bc0570549d1 (patch) | |
tree | acd18a2c7b1b6d135ba9db546b735f1d6bdf0972 /Silicon/BroxtonSoC/BroxtonSiPkg/SiPkgDxe.dsc | |
parent | dd492d89e97fc35f3147380efed8de98bb32bb46 (diff) | |
download | edk2-platforms-0177f6d6c2bbc7fa4356c52281809bc0570549d1.tar.xz |
BroxtonSiPkg: Add BroxtonSiPkg .dsc and .dec files
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Silicon/BroxtonSoC/BroxtonSiPkg/SiPkgDxe.dsc')
-rw-r--r-- | Silicon/BroxtonSoC/BroxtonSiPkg/SiPkgDxe.dsc | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Silicon/BroxtonSoC/BroxtonSiPkg/SiPkgDxe.dsc b/Silicon/BroxtonSoC/BroxtonSiPkg/SiPkgDxe.dsc new file mode 100644 index 0000000000..b568bd9c3b --- /dev/null +++ b/Silicon/BroxtonSoC/BroxtonSiPkg/SiPkgDxe.dsc @@ -0,0 +1,44 @@ +## @file
+# Component description file for the Broxton RC DXE drivers.
+#
+# Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+##
+
+#
+# CPU
+#
+ $(PLATFORM_SI_PACKAGE)/Cpu/CpuInit/Dxe/CpuInitDxe.inf
+ !if $(PPM_ENABLE) == TRUE
+ $(PLATFORM_SI_PACKAGE)/Cpu/PowerManagement/Dxe/PowerMgmtDxe.inf
+ $(PLATFORM_SI_PACKAGE)/Cpu/PowerManagement/Smm/PowerMgmtSmm.inf
+ $(PLATFORM_SI_PACKAGE)/Cpu/AcpiTables/CpuAcpiTables.inf
+ !endif
+ $(PLATFORM_SI_PACKAGE)/Cpu/SmmAccess/Dxe/SmmAccess.inf
+
+#
+# TXE
+#
+ !if $(SEC_ENABLE) == TRUE
+ $(PLATFORM_SI_PACKAGE)/Txe/Heci/Dxe/Hecidrv.inf
+ !endif
+
+#
+# HSTI
+#
+!if $(HSTI_ENABLE) == TRUE
+$(PLATFORM_SI_PACKAGE)/Hsti/Dxe/HstiSiliconDxe.inf {
+ <LibraryClasses>
+ HstiLib | MdePkg/Library/DxeHstiLib/DxeHstiLib.inf
+ Tpm2CommandLib | SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
+ }
+!endif
+
|