From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::22f; helo=mail-io0-x22f.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 8644B21296B0E for ; Tue, 12 Jun 2018 23:59:29 -0700 (PDT) Received: by mail-io0-x22f.google.com with SMTP id k3-v6so2335855iog.3 for ; Tue, 12 Jun 2018 23:59:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=zExKODFTDvDGBvmRNPSXQ4euBobarvUuPaLdC/4oeQ4=; b=TuFc1fBSNItzYUnqyG36epGZZs40n6k+NcaWe+R8PXQVluKV30WO+OCB0wffChnPCq dW/0xD/FjBFmvMHzptlrgb2oGzJ7BAGmLeXc7NAEQraMR0EK/I5GU/wHJWvM+hUO290n yq7pzVPD8eZJPwPAbXUQaP/I9yS1YwoMUMgEs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=zExKODFTDvDGBvmRNPSXQ4euBobarvUuPaLdC/4oeQ4=; b=jYslY0Q1xHOdNUGTg7DJ4ixKIUZIXyzve42D387Sg3l1HT5kRcJX1XzKDy6MTe2xdY Zops3SBIPuGakZOQqUOeEwTX6cJdDQJ8trMAi/8rM5CskuCAdVK2TCX9JNJVQ+neMcOZ sXjYGes5umH3L3IfohzZEzXauca1C8xrvHttXXd0mGWaSU0i326VNGSVFfnWujgI1U/J OPrQ8xRbZnnhmDjusfVQo0k6fDzFoFVEoPKb1PHok4waNEMMDqL6GQsYQ26jiE6VzZ3V v+ioa9DaKHg3wiv+uaZgJEx8Sycspha75UizmsC9A9vPy1NTsFfOVzU4xRMKpvI5P2Px g/Dw== X-Gm-Message-State: APt69E1u7vyyiU4Co6OdFBxSWu+kj9Uf9BxLpXBxU0umpgWOAGmZy/2q VIxPauxYu02HKFWd05yD666ANrG26Rx7xP7aR2y95Q== X-Google-Smtp-Source: ADUXVKLFIf3+77YVo6FxHihlCbKwTVB/QFsDhe8jLAX0CzNHfUWlp0wOmPI08LOjMantUhAyVQjM4am8zm6U9AGNFyA= X-Received: by 2002:a6b:520d:: with SMTP id g13-v6mr3817675iob.60.1528873168723; Tue, 12 Jun 2018 23:59:28 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Tue, 12 Jun 2018 23:59:28 -0700 (PDT) In-Reply-To: <20180613034324.6472-1-chen.a.chen@intel.com> References: <20180613034324.6472-1-chen.a.chen@intel.com> From: Ard Biesheuvel Date: Wed, 13 Jun 2018 08:59:28 +0200 Message-ID: To: chenc2 Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Michael D Kinney Subject: Re: [PATCH 05/37] BeagleBoardPkg: Removing ipf which is no longer supported from edk2. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 06:59:29 -0000 Content-Type: text/plain; charset="UTF-8" On 13 June 2018 at 05:43, chenc2 wrote: > Removing rules for Ipf sources file: > * Remove the source file which path with "ipf" and also listed in > [Sources.IPF] section of INF file. > * Remove the source file which listed in [Components.IPF] section > of DSC file and not listed in any other [Components] section. > * Remove the embedded Ipf code for MDE_CPU_IPF. > > Removing rules for Inf file: > * Remove IPF from VALID_ARCHITECTURES comments. > * Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section. > * Remove the INF which only listed in [Components.IPF] section in DSC. > * Remove statements from [BuildOptions] that provide IPF specific flags. > * Remove any IPF sepcific sections. > > Removing rules for Dec file: > * Remove [Includes.IPF] section from Dec. > > Removing rules for Dsc file: > * Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC. > * Remove any IPF specific sections. > * Remove statements from [BuildOptions] that provide IPF specific flags. > > Cc: Leif Lindholm > Cc: Ard Biesheuvel > Cc: Michael D Kinney > Signed-off-by: chenc2 > Contributed-under: TianoCore Contribution Agreement 1.1 Reviewed-by: Ard Biesheuvel > --- > BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf | 2 +- > .../Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf b/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf > index d6eb1cf0cf..9bccfd5510 100644 > --- a/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf > +++ b/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf > @@ -25,7 +25,7 @@ > > > # > -# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM > +# VALID_ARCHITECTURES = IA32 X64 EBC ARM > # > > [Sources.common] > diff --git a/BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf b/BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf > index d64f5a3ff0..50e1d280d5 100644 > --- a/BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf > +++ b/BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf > @@ -29,7 +29,7 @@ > # > # The following information is for reference only and not required by the build tools. > # > -# VALID_ARCHITECTURES = IA32 X64 IPF EBC > +# VALID_ARCHITECTURES = IA32 X64 EBC > # > > [Sources.common] > -- > 2.16.2.windows.1 >