summaryrefslogtreecommitdiffstats
path: root/QuarkPlatformPkg/QuarkMin.fdf
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2017-11-29 16:12:40 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2017-12-02 16:40:14 +0800
commitfd55a5be8b77be41bf4d58fc4d242bd51e25922d (patch)
tree65a4f3f760a33efb09504edf71696415104948ee /QuarkPlatformPkg/QuarkMin.fdf
parent7a0e4f8e430461afc49a6d69fa081cf522fa46fe (diff)
downloadedk2-fd55a5be8b77be41bf4d58fc4d242bd51e25922d.tar.gz
edk2-fd55a5be8b77be41bf4d58fc4d242bd51e25922d.tar.bz2
edk2-fd55a5be8b77be41bf4d58fc4d242bd51e25922d.zip
QuarkPlatformPkg: Use DpDynamicCommand to replace PerformancePkg/dp
Remove FvSimpleFileSystemDxe from Quark.dsc/fdf because it's not needed by using DpDynamicCommand driver. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Kelly Steele <kelly.steele@intel.com>
Diffstat (limited to 'QuarkPlatformPkg/QuarkMin.fdf')
-rw-r--r--QuarkPlatformPkg/QuarkMin.fdf12
1 files changed, 8 insertions, 4 deletions
diff --git a/QuarkPlatformPkg/QuarkMin.fdf b/QuarkPlatformPkg/QuarkMin.fdf
index ac751993d0..b793fbd9a3 100644
--- a/QuarkPlatformPkg/QuarkMin.fdf
+++ b/QuarkPlatformPkg/QuarkMin.fdf
@@ -2,7 +2,7 @@
# FDF file of Clanton Peak CRB platform with 32-bit DXE
#
# This package provides QuarkNcSocId platform specific modules.
-# Copyright (c) 2013 - 2015 Intel Corporation.
+# Copyright (c) 2013 - 2017 Intel Corporation.
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -435,6 +435,13 @@ INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
#
INF MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf
+#
+# Performance Application
+#
+!if $(PERFORMANCE_ENABLE)
+INF ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
+!endif
+
################################################################################
#
# FV Section
@@ -502,9 +509,6 @@ READ_LOCK_STATUS = TRUE
# Shell and Applications
#
INF ShellPkg/Application/Shell/Shell.inf
-!if $(PERFORMANCE_ENABLE)
-INF PerformancePkg/Dp_App/Dp.inf
-!endif
################################################################################
#