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=d+dDhW38; spf=pass (domain: linaro.org, ip: 209.85.166.193, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-it1-f193.google.com (mail-it1-f193.google.com [209.85.166.193]) by groups.io with SMTP; Fri, 17 May 2019 08:21:05 -0700 Received: by mail-it1-f193.google.com with SMTP id e184so12635945ite.1 for ; Fri, 17 May 2019 08:21:05 -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=FokKIN5qk4/bkni5Fllt8UUzNAnoYAJhyUkArSbcE24=; b=d+dDhW38iDj/Xlw6GtekYzVP21rwHxyrNkaXGe4tSHYk21xDTUewaJwavWVTz5G3Yl RKZfU+Sw0l3dYeyYY3Bc60iiJ1QtAPJLNn9zh6sux4ftxUblBBHZuQGuPZexLq+pzaWe 5DbB1KGJ1wd+INluB74CdTwiycaCrLp3yGYJatEZQJbeTYNNCUe8cQDfj0exLODpDugm Z9e7y2nDw962/BlZNzZOf2DNOr/XJVVEACbxEYGGEZB7kuHZD0Yj1ZiTHV7xNbU9y0DK vauAdHOgm0CTaEZWJm28ag1OsNsL5yJUHSgdt5Xl/KkrV/Gv90eMkDTH5MDD4rXkP9XC Dejw== 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=FokKIN5qk4/bkni5Fllt8UUzNAnoYAJhyUkArSbcE24=; b=IbG8OpQfarlYI/EjgSG+eMTG/3R+EWcSHwtk+54Pj4tyt+muuPLNYbKjInF/tUI7JO rWRi8U60L0ycU5XNJgbqzTYJOYiyXScJ7lAcbwYtmL2JYltJqUAHm+3kV2zWnqUSPtMd M4xbjYkxx08rkSgkHWIN+JefKKpZffJn4YyGQsibV//cun5IDxIxyu6YjQJ0zaNWyP4N yveSVP7ZOUYaTPSNAmShDUAA7LzDREiVfpLldW+LUNPzcXANx/Xsewn7CReSfkFaA83F DdDrpq286aIPIJMRfNxsF8QIDl25vuyGkkVeC9Sy4QFlE2lAqDWa1e6vuVYrMiH8HoJS EJmQ== X-Gm-Message-State: APjAAAVWE62ZdUL6jCrjUDyJV1Zzb8S3E1uMr6i3LgBS3PaGtBb7np89 GUZ1mpNgDpJHOdCUJ9C3hEwmO/zip2fof3amD3yi1Q== X-Google-Smtp-Source: APXvYqx7RJD0xfYhhl8ZTlPBXU/BGKlX103FNsZIPQ012vKAGq+82ihg+qv0dkP+0EYqhz5t63RXmVG4tsuweFIi0VM= X-Received: by 2002:a24:910b:: with SMTP id i11mr15993954ite.76.1558106465030; Fri, 17 May 2019 08:21:05 -0700 (PDT) MIME-Version: 1.0 References: <20190514020831.7728-1-hao.a.wu@intel.com> <20190514020831.7728-2-hao.a.wu@intel.com> In-Reply-To: <20190514020831.7728-2-hao.a.wu@intel.com> From: "Ard Biesheuvel" Date: Fri, 17 May 2019 17:20:52 +0200 Message-ID: Subject: Re: [edk2-platforms][PATCH v1 01/16] Platform/AMD: Use Lzma decompress lib in MdeModulePkg To: Hao A Wu Cc: edk2-devel-groups-io , Leif Lindholm , Michael D Kinney Content-Type: text/plain; charset="UTF-8" On Tue, 14 May 2019 at 04:08, Hao A Wu 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/AMD/OverdriveBoard/OverdriveBoard.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc > index 39b5dad154..c8faf5c4ab 100644 > --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc > +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc > @@ -521,7 +521,7 @@ DEFINE X64EMU_ENABLE = FALSE > MdeModulePkg/Universal/Variable/Pei/VariablePei.inf > MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf { > > - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf > + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf > } > > # > -- > 2.12.0.windows.1 >