From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::144; helo=mail-it1-x144.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x144.google.com (mail-it1-x144.google.com [IPv6:2607:f8b0:4864:20::144]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 87B94211AD35C for ; Wed, 16 Jan 2019 04:55:58 -0800 (PST) Received: by mail-it1-x144.google.com with SMTP id i145so2745687ita.4 for ; Wed, 16 Jan 2019 04:55:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=l9ccUQLixkyDE10cEUyJMOM35HQEYx5cpuomlePnNG0=; b=KdIJ86oreO8xBPLW3mJdD+wo/1JML7RnQsRp/Lf+EuiFicBwz+dvh7m3owNwwZ4nFy gv8IQvgra6y3Px+MXeqSLfOQe5cT5oLmIzt8vijF4DL3FgneOR1lZ3VN+cHLkqle+o82 C3Dd+v1YcySzSA9agE1F/vM7HI8GMjkFnd/ZI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=l9ccUQLixkyDE10cEUyJMOM35HQEYx5cpuomlePnNG0=; b=Xzq/x6W3cR12D83sBEPYohPTSmX3+wBjiJtKSXZbujS5UflEcnJhXh/BLkKFw2hSe1 omYW5Bi65mqiMxyHrNPxCYre8xm1KWcvZl4YYeoLARcrdcsNDvjeQbAFpiHw0WYq+2Bf BZuOTc/GKLzGvh2lvoMouwOqRkSOhtMAeakX9Eu+xK3n5EPrJvxtiWwa23LEkCfGa/5n M96R7y8IMXeqfDlWmibJk3nMpYL2cPEE1heHm+6SUX7rpVlOGbZXgrizrgeFl/vWkFI/ QuNnhL9OfomrNQS9nX4Xc7l9mVix5/AlOdwu2h1d8hS/sJaQE/4yIYimW811pIAZwg94 6cNw== X-Gm-Message-State: AJcUukcH0u7SXJCIq73NMu0T/EvVcvts5LEf3YbyXdbEKrwZ0+OsDxC1 1XEQXuGQW4B/Zz/dcz9+ceXuhkefSW4NXKaPc6hl2Q== X-Google-Smtp-Source: ALg8bN6hpanCnphYGzji/YfTUEHRlbF8wmdWrzjdwirZfb5oGMrbVVdX4tTuaCJQVoH9G+7xRNkUVU4IkEOmT+DC2nU= X-Received: by 2002:a24:710:: with SMTP id f16mr4798193itf.121.1547643357070; Wed, 16 Jan 2019 04:55:57 -0800 (PST) MIME-Version: 1.0 References: <1547634323-38748-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1547634323-38748-1-git-send-email-star.zeng@intel.com> From: Ard Biesheuvel Date: Wed, 16 Jan 2019 13:55:46 +0100 Message-ID: To: Star Zeng Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Michael D Kinney Subject: Re: [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 12:55:58 -0000 Content-Type: text/plain; charset="UTF-8" On Wed, 16 Jan 2019 at 11:25, Star Zeng wrote: > > 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 Reviewed-by: Ard Biesheuvel > --- > 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 >