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:c0b::242; helo=mail-it0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 7C325212A36FD for ; Tue, 12 Jun 2018 23:59:12 -0700 (PDT) Received: by mail-it0-x242.google.com with SMTP id k17-v6so16203276ita.0 for ; Tue, 12 Jun 2018 23:59:12 -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=s/0+uGyLvq1+sFF7iAH89wj3vqZaiDhxxU+M7FuIFmk=; b=BAGh1hHqjbyY6TSOLDyDGWmQkxhpqJ5d84TOjH5Zy2tqqr9CGO/KA/OMMOmReisck7 wJiaLRX6/IDpbpAo3pzhUmhK/QbBRPLvu9E+j8z8f1cUX821yv6mXnYJQUKlWoBgF5tH j7YEiDZZQ9MS5vZzZg6US3Yilit3IQkxsUqMI= 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=s/0+uGyLvq1+sFF7iAH89wj3vqZaiDhxxU+M7FuIFmk=; b=HHSgTZ6mOsBnnmDzJEypsZLU52cZe+T3op3HGK+WH+MtfzKta/49GEouyceT8B55Nd nQWeJGSAcDElwKIX0KvJ4rwCWwOruIZ57/ANjfomR+VLmXv8zUvqwwELzJ5qLrlG4yKU zP9elol8RfoUuU0EKGiYLGXj0k/T/DOL2ios+M4IYo8CbuGlgPsfq5lCNBs0fJU/Rbis xW6WIoQxDuG2Xw9KV5Pu9B7OGe0qD3bh/qxba+KzyTOlcqcAKKaCqo7lR3+Wp+5ueGWg HS++7GlM6I5tbuG8IqMXtzRRWkCCt+0LIciMsWzg1eLYOK+iXekkZBSAI86YwRU/pC/t GdmQ== X-Gm-Message-State: APt69E1UfhmWcToPB59Yz6//KZN/p/GJOJSMeAp5FTpSS6MsQv4I5U8Y PEmQYLquThE2yFHfJJJ+FizTjHLBm7EoLfH35IM7GQ== X-Google-Smtp-Source: ADUXVKJtb2OP/AuMGEwHu6d72qscxgLW7Lq6RmsCwloMhAppp70pTKHb1aGrJ/X8C67oOlz3XceLVtlCo87Lsb8LZ2A= X-Received: by 2002:a24:1d0e:: with SMTP id 14-v6mr3508592itj.50.1528873151809; Tue, 12 Jun 2018 23:59:11 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bbc7:0:0:0:0:0 with HTTP; Tue, 12 Jun 2018 23:59:11 -0700 (PDT) In-Reply-To: <20180613034320.11592-1-chen.a.chen@intel.com> References: <20180613034320.11592-1-chen.a.chen@intel.com> From: Ard Biesheuvel Date: Wed, 13 Jun 2018 08:59:11 +0200 Message-ID: To: chenc2 Cc: "edk2-devel@lists.01.org" , Laszlo Ersek , Julien Grall , Michael D Kinney Subject: Re: [PATCH 04/37] ArmVirtPkg: 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:12 -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: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Julien Grall > Cc: Michael D Kinney > Signed-off-by: chenc2 > Contributed-under: TianoCore Contribution Agreement 1.1 Reviewed-by: Ard Biesheuvel > --- > ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf b/ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf > index 2a3df69d77..1f8e0bd3bc 100644 > --- a/ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf > +++ b/ArmVirtPkg/Library/ArmVirtDxeHobLib/ArmVirtDxeHobLib.inf > @@ -24,7 +24,7 @@ > FILE_GUID = 3CD90EEC-EBF3-425D-AAE8-B16215AC4F50 > MODULE_TYPE = DXE_DRIVER > VERSION_STRING = 1.0 > - LIBRARY_CLASS = HobLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER > + LIBRARY_CLASS = HobLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER > CONSTRUCTOR = HobLibConstructor > > [Sources] > -- > 2.16.2.windows.1 >