From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=E6+QUGz5; spf=pass (domain: linaro.org, ip: 209.85.166.65, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) by groups.io with SMTP; Fri, 17 May 2019 08:26:27 -0700 Received: by mail-io1-f65.google.com with SMTP id z4so5836274iol.0 for ; Fri, 17 May 2019 08:26:27 -0700 (PDT) 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=v6MXqM2bS2qq4JsgzBLoEWzJ8jRTnN77b2oycM35DKk=; b=E6+QUGz5IIQ1RAXE0Y+WzMvOFTw6zor0evctyb27v7OYukB2BAgthW9sPRxdpzRqMX KiJuvQLOS7s4eG0sX7+0TJzVzUpzloWbbJhZ0FZidR3LCmg9dmQAxeTMtF3HnDhFsctJ AwcQFDdqIZjqoiFviFhrbKNnQg4Wu0BrHxiBexdLUZHnI3HuUmps/oFQM695G6YnpZbe 7Sn3aAqEntGufsoDiUUW8Yo+OAZ91dXjFpRLAu6AoK+F2lnlF5thr4ZL2oQyzl97LOOW sqrKntmovTfUZp92mwQE3zSTmWNfudtRVciv8t88B2Y57FAmXDpKyKuLJufS2M984AoS K2Ug== 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=v6MXqM2bS2qq4JsgzBLoEWzJ8jRTnN77b2oycM35DKk=; b=kpi4McMHt3GzSXCLiblj8oddb2etqKteiP+gzMxWYHup/lhiU1bwtqohyaR1F9C3Py 7lNvct6j0La2zZuIEBp6W7tZwQTdEQgyHd4JolGW+zCvo1rWNbA6/AqwD+hsMs/4rkX1 SP2b7BXmj+a2P8Y7j6lHocFeFvDIYcylFc4gh37rADaECfJQgs3glPJw70tWoIMQK63Z qRlD5USx4WgXrWN7X5Ap9z7o8BkS7v47Cy1ZrfKtB9SKAHNrq+/dbaBBReA7JqPNDaXX l4Ka01p/LdwmY2yfEMLtsqmMQR7gpthttkD8S5Y2RdPGFAMdmHu1A3uAjutHvSlbpBgf 9HIw== X-Gm-Message-State: APjAAAVe3Bu1A6AAZM3WoCEnja5jNKGZH+tbXsBsAZV1AuyYlYrb0Lpp mdeL72f++MqF90F8ljmtnpnAGmnshzSRUDWEEBQNw2IX3V7Lcw== X-Google-Smtp-Source: APXvYqwz/aq6iVTj9YspyBm/lFFUUQ/A+Heqt2QjTOHHeCzXTe0oaUVIemNyateuC1NUsjpxz3b4isQ0M3FoF6MY36A= X-Received: by 2002:a5e:9411:: with SMTP id q17mr3548731ioj.65.1558106786443; Fri, 17 May 2019 08:26:26 -0700 (PDT) MIME-Version: 1.0 References: <20190514020831.7728-1-hao.a.wu@intel.com> <20190514020831.7728-7-hao.a.wu@intel.com> In-Reply-To: <20190514020831.7728-7-hao.a.wu@intel.com> From: "Ard Biesheuvel" Date: Fri, 17 May 2019 17:26:15 +0200 Message-ID: Subject: Re: [edk2-devel] [edk2-platforms][PATCH v1 04/16] Hisilicon/D0x: Use Lzma decompress lib in MdeModulePkg To: edk2-devel-groups-io , "Wu, Hao A" Cc: Leif Lindholm , Michael D Kinney Content-Type: text/plain; charset="UTF-8" On Tue, 14 May 2019 at 04:08, Wu, Hao A wrote: > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1800 > > This commit will update the DSC file to consume the LzmaDecompressLib in > MdeModulePkg, instead of using the one in IntelFrameworkModulePkg. > > Please note that, the 2 LzmaDecompressLib are identical. Thus, there is no > functional impact for this commit. > > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Michael D Kinney > Signed-off-by: Hao A Wu Reviewed-by: Ard Biesheuvel > --- > Platform/Hisilicon/D03/D03.dsc | 2 +- > Platform/Hisilicon/D05/D05.dsc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Platform/Hisilicon/D03/D03.dsc b/Platform/Hisilicon/D03/D03.dsc > index 07ff461277..066cace45b 100644 > --- a/Platform/Hisilicon/D03/D03.dsc > +++ b/Platform/Hisilicon/D03/D03.dsc > @@ -316,7 +316,7 @@ > > MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf { > > - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf > + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf > } > > # > diff --git a/Platform/Hisilicon/D05/D05.dsc b/Platform/Hisilicon/D05/D05.dsc > index 70b044c7e3..d5b723ed40 100644 > --- a/Platform/Hisilicon/D05/D05.dsc > +++ b/Platform/Hisilicon/D05/D05.dsc > @@ -452,7 +452,7 @@ > > MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf { > > - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf > + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf > } > > # > -- > 2.12.0.windows.1 > > > >