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.126; helo=mga18.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 4A001211B6991 for ; Wed, 16 Jan 2019 02:25:25 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jan 2019 02:25:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,485,1539673200"; d="scan'208";a="115071482" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by fmsmga007.fm.intel.com with ESMTP; 16 Jan 2019 02:25:24 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Ard Biesheuvel , Leif Lindholm , Michael D Kinney Date: Wed, 16 Jan 2019 18:25:23 +0800 Message-Id: <1547634323-38748-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [edk2-platforms PATCH] Platform D03/D05: Remove EmuVariableRuntimeDxe including X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 10:25:26 -0000 For https://bugzilla.tianocore.org/show_bug.cgi?id=1323, EmuVariable will be merged to real variable driver, and EmuVariableRuntimeDxe will be removed finally. As D03 and D05 are using the real variable driver VariableRuntimeDxe, this patch removes EmuVariableRuntimeDxe including in D03.dsc and D05.dsc directly. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- Platform/Hisilicon/D03/D03.dsc | 1 - Platform/Hisilicon/D05/D05.dsc | 2 -- 2 files changed, 3 deletions(-) diff --git a/Platform/Hisilicon/D03/D03.dsc b/Platform/Hisilicon/D03/D03.dsc index 23764ef0e961..3f59be22ec8e 100644 --- a/Platform/Hisilicon/D03/D03.dsc +++ b/Platform/Hisilicon/D03/D03.dsc @@ -348,7 +348,6 @@ [Components.common] Platform/Hisilicon/D03/Drivers/SFC/SfcDxeDriver.inf MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf Silicon/Hisilicon/Drivers/FlashFvbDxe/FlashFvbDxe.inf MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { diff --git a/Platform/Hisilicon/D05/D05.dsc b/Platform/Hisilicon/D05/D05.dsc index ee306a8be555..25db1c38d287 100644 --- a/Platform/Hisilicon/D05/D05.dsc +++ b/Platform/Hisilicon/D05/D05.dsc @@ -481,8 +481,6 @@ [Components.common] Platform/Hisilicon/D05/Drivers/SFC/SfcDxeDriver.inf MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf - # Sometimes we can use EmuVariableRuntimeDxe instead of real flash variable store for debug. - #MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf Silicon/Hisilicon/Drivers/FlashFvbDxe/FlashFvbDxe.inf MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { -- 2.7.0.windows.1