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::343; helo=mail-wm1-x343.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) (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 B14ED21A07A82 for ; Tue, 27 Nov 2018 05:26:46 -0800 (PST) Received: by mail-wm1-x343.google.com with SMTP id l3so5841wme.0 for ; Tue, 27 Nov 2018 05:26:46 -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=n7psKk2XH+e2VuY8du3curYGfBHEgQnjvDMM6mcR0qg=; b=XhSG+YsbhYqadkmU35oQ03Uz68+34+hPQXRRcZLrPWtSKJ+uUEH7K5dLlbDbDjdKST 4XgRsVKmqIjWW4gzs3Cid7z0Ga+/BBLCInyQCNyKt1Q0VIVPPJakQRmaruIlwMhQy/4n +aUWQxRsPhL71IlhMLstz0RuMVWlPMZu2Opis= 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=n7psKk2XH+e2VuY8du3curYGfBHEgQnjvDMM6mcR0qg=; b=cUn6LM0ejt4IIwY1Nc+/2TFDSIlEPOAkmqp8fhoZXzWtxzH4aFEgT9YhUya1+KwFT+ YWNemuZ9AImVYjiYZqUWePRvr9TxNyWVNa4gxFb+rmaBpmjJGve/5N5gi+PWHG3a5fev rL4kVCEz1OXMgjozXRivNo5BUddqbzo03ge/TgUYpILLTWZzmIFPK1OC9NKETL7edBPA Laxl+vY0wyc3jLjWlQ/FDv2rcnzD4LOzte4qC6ANKcbiPr74l9XVJSOtNJmGzkFAOi/q US4/JmBI/q9qMzkcw1NF6X4ZUFKTJoxcL6mpmGAwkDPkjCL6Xrx562jbgr9tHLGvdJPd poDQ== X-Gm-Message-State: AGRZ1gIxnA0YXp3KMeZDPiAwWhcxP+EiqXy3D76GUGf7LjRHy7ZbXQYk +Vzocn4Bfydir6xWQeyg/ZoQxA== X-Google-Smtp-Source: AFSGD/X5mI5FrVgT/2V1In9BGoxYOm97msh9AfBxoRW09G6rmp3ihF2VhNG/QpfGO6mXMCgE0MnsJA== X-Received: by 2002:a1c:a017:: with SMTP id j23mr28978186wme.40.1543325204859; Tue, 27 Nov 2018 05:26:44 -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 c65sm3054397wma.24.2018.11.27.05.26.44 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Nov 2018 05:26:44 -0800 (PST) Date: Tue, 27 Nov 2018 13:26:42 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" Message-ID: <20181127132642.qvqw6ffuicst7ow6@bivouac.eciton.net> References: <20181127122636.12603-1-leif.lindholm@linaro.org> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH] ArmPkg: fix StandaloneMmMmuLib subdirectory case 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 13:26:47 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Nov 27, 2018 at 01:27:16PM +0100, Ard Biesheuvel wrote: > On Tue, 27 Nov 2018 at 13:26, Leif Lindholm wrote: > > > > While this isn't the only Aarch64 directory in the tree, let's > > keep from adding more of them. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Leif Lindholm > > Acked-by: Ard Biesheuvel Thanks - pushed as 18a700945f. > > --- > > ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf | 2 +- > > .../StandaloneMmMmuLib/{Aarch64 => AArch64}/ArmMmuStandaloneMmLib.c | 0 > > 2 files changed, 1 insertion(+), 1 deletion(-) > > rename ArmPkg/Library/StandaloneMmMmuLib/{Aarch64 => AArch64}/ArmMmuStandaloneMmLib.c (100%) > > > > diff --git a/ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf b/ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf > > index d589b23603..7219b59e6f 100644 > > --- a/ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf > > +++ b/ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf > > @@ -22,7 +22,7 @@ [Defines] > > PI_SPECIFICATION_VERSION = 0x00010032 > > > > [Sources.AARCH64] > > - Aarch64/ArmMmuStandaloneMmLib.c > > + AArch64/ArmMmuStandaloneMmLib.c > > > > [Packages] > > ArmPkg/ArmPkg.dec > > diff --git a/ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c b/ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c > > similarity index 100% > > rename from ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c > > rename to ArmPkg/Library/StandaloneMmMmuLib/AArch64/ArmMmuStandaloneMmLib.c > > -- > > 2.11.0 > >