From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 84C0B203564A6 for ; Wed, 29 Nov 2017 00:10:19 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Nov 2017 00:14:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,471,1505804400"; d="scan'208";a="181462271" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.50]) by fmsmga005.fm.intel.com with ESMTP; 29 Nov 2017 00:14:42 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Wed, 29 Nov 2017 16:14:37 +0800 Message-Id: <20171129081439.278964-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.15.0.gvfs.1.preview.4 Subject: [PATCH 0/2] Use DpDynamicCommand to replace PerformancePkg/dp X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 08:10:19 -0000 Ruiyu Ni (2): Vlv2TbltDevicePkg: Use DpDynamicCommand to replace PerformancePkg/dp QuarkPlatformPkg: Use DpDynamicCommand to replace PerformancePkg/dp QuarkPlatformPkg/Quark.dsc | 15 +++++++-------- QuarkPlatformPkg/Quark.fdf | 16 +++++++++------- QuarkPlatformPkg/QuarkMin.dsc | 13 ++++++++----- QuarkPlatformPkg/QuarkMin.fdf | 12 ++++++++---- Vlv2TbltDevicePkg/PlatformPkg.fdf | 9 +++++++-- Vlv2TbltDevicePkg/PlatformPkgGcc.fdf | 9 +++++++-- Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | 18 +++++++++++------- Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 18 +++++++++++------- Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 18 +++++++++++------- 9 files changed, 79 insertions(+), 49 deletions(-) -- 2.15.0.gvfs.1.preview.4