From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::444; helo=mail-wr1-x444.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) (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 42D6621196215 for ; Tue, 27 Nov 2018 04:27:07 -0800 (PST) Received: by mail-wr1-x444.google.com with SMTP id j2so22514310wrw.1 for ; Tue, 27 Nov 2018 04:27:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Z9whiVv/6tsdXlqM0vPYSMYirU7MtvIw0mfZl3KQbZc=; b=GrzpN1DMlZITNr5ARUXIRRSsHlbCCpiGG3FDNSzY8UQYkZWqf4gffDwBIll8PbZYh3 BxfTlGpxAgjx8IZXN75KoiThtYHtolHQpC2ui2GwPl0nANxBVmEHtLB5zOmJPZlihsYE LFOQ3hoc0WWvpI6r1vBoC38oWTzlgu+aOyKV0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Z9whiVv/6tsdXlqM0vPYSMYirU7MtvIw0mfZl3KQbZc=; b=Zr0yWevtIPDHNUc5SunUiV3DMtCZt6RKIdereo7GljGLi1r23PGesDtemgUac5CgZi Qs8lWD3m76bXjZ1Z6ELCMyHhNrnPHhHncfq6XUpZRO1JfzqTPuQxQf43+fExmwz2f2J7 aEK03JO+DMYzKCNPwEonULRi6YyGU6vLJ/t2X+kFA74Mmy0g+KBVGckz212DqapthZVc AcmXj/4SlgX6bI/TGT8y8xPGdgH67b3GjdP7gVOo9+HIOs3jjJs/o3ywP2Vsn7FIRKTz GV+DGwXZgr1J5QDOdMPdo7eUYRb61d6hfwxEVzqjguFrbqZ2LaivWV/9fNNYFx7RaCc2 32Bg== X-Gm-Message-State: AA+aEWaLkJsWk/enosGWxvLGXIteZMwodPS8StkbzAun3+PFy3Lk60mH GmYA6ndD85YLpgy+deSxhhg9hQ== X-Google-Smtp-Source: AFSGD/Vh8VI8HzZdwzQV9GJf+VJtfUrDM3R5XfbqfwnQrNqR3YrfgFBFqcXgfTulAm1eWCd9YT+znA== X-Received: by 2002:adf:f605:: with SMTP id t5mr26144651wrp.229.1543321625803; Tue, 27 Nov 2018 04:27:05 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id e9sm3282105wro.16.2018.11.27.04.27.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Nov 2018 04:27:05 -0800 (PST) Date: Tue, 27 Nov 2018 12:27:03 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20181127122703.63uit43ddvzgwebq@bivouac.eciton.net> References: <20181127121727.23774-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181127121727.23774-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH] ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 section 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: Tue, 27 Nov 2018 12:27:07 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Nov 27, 2018 at 01:17:27PM +0100, Ard Biesheuvel wrote: > ArmMmuStandaloneMmLib.inf cannot be built for ARM so move it to the > [Components.AARCH64] section in ArmPkg.dsc. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > ArmPkg/ArmPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc > index acf679651ddf..495f13d2bbec 100644 > --- a/ArmPkg/ArmPkg.dsc > +++ b/ArmPkg/ArmPkg.dsc > @@ -117,7 +117,6 @@ [Components.common] > ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf > ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf > ArmPkg/Library/ArmExceptionLib/ArmRelocateExceptionLib.inf > - ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf > > ArmPkg/Drivers/CpuDxe/CpuDxe.inf > ArmPkg/Drivers/CpuPei/CpuPei.inf > @@ -153,3 +152,4 @@ [Components.common] > > [Components.AARCH64] > ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf > + ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf > -- > 2.19.1 >