From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::144; helo=mail-it1-x144.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x144.google.com (mail-it1-x144.google.com [IPv6:2607:f8b0:4864:20::144]) (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 A55C521B02822 for ; Tue, 27 Nov 2018 04:27:28 -0800 (PST) Received: by mail-it1-x144.google.com with SMTP id o19so33818139itg.5 for ; Tue, 27 Nov 2018 04:27:28 -0800 (PST) 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=Dcfs3fijjl8HfieJu6eRsP6NomFgNehnqr8ccIyYWx4=; b=IP45sSnyksyjvQQEitdr7/pD3l40ooopPSwWRfkSKIYETgc+fhKtzM8CmzqEWbtTfJ VyWNe6r904/KTbBxIfJXjoxCIVxkh+w8tRNy5wfM++jNA7l9UMR5iBHwQN8tEHSGHfAu WOmyI5QajqwPEZqOHnP0kgZCnk5OCYTzSmkQE= 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=Dcfs3fijjl8HfieJu6eRsP6NomFgNehnqr8ccIyYWx4=; b=cvhaNlzAMz6h2XQY0ac6e4u4hv077M1T5+Mmn9ts/LeeJLPqbzs7I1qPkDlxywoZpR 8ed52kmuuxIglG/zucu6eMrKQRH5qExsQ1ZDQzRnmkipRA+JEU8FIZc1eJD7zunjzEtA mHVL33nAGgKTvC1gcH2WgL0wrHJH59A1eQ5CMhRANVYtwTDP5v4q0TPfag8RqBp4Fizx +bqmgmOcdEwWVyApDZZ1yOtmlW5Az8KW3GAsNncvflU6NYwrbJDYVqfcbmJ+ryS3b26V 9S+aSozF/ewPvLUvmQ1oVtotyXMjmQm4AzdfJbMat+YWkcqab7qrdDcATSO4cW3PjTD9 EGoA== X-Gm-Message-State: AGRZ1gLWiBsJzTiebqfJFbvyj83UubPNYHxmTyqfeQNgsRtErPTK1NLf XnkJMRiHxzFmoAQ6kQzGItE7INu0GaUvaMCqBCJoLw== X-Google-Smtp-Source: AFSGD/UmTRvxBs2Revbdt7QQNzi9gfN8nZPAg6EH5IIre++gnjwt041xX5+fB3tLmObcM6g2fYCYtbOt4EWXsaniJro= X-Received: by 2002:a24:710:: with SMTP id f16mr24438816itf.121.1543321647988; Tue, 27 Nov 2018 04:27:27 -0800 (PST) MIME-Version: 1.0 References: <20181127122636.12603-1-leif.lindholm@linaro.org> In-Reply-To: <20181127122636.12603-1-leif.lindholm@linaro.org> From: Ard Biesheuvel Date: Tue, 27 Nov 2018 13:27:16 +0100 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" 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 12:27:28 -0000 Content-Type: text/plain; charset="UTF-8" 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 > --- > 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 >