From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x230.google.com (mail-wr0-x230.google.com [IPv6:2a00:1450:400c:c0c::230]) (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 7790780329 for ; Thu, 16 Mar 2017 06:34:26 -0700 (PDT) Received: by mail-wr0-x230.google.com with SMTP id u108so32089241wrb.3 for ; Thu, 16 Mar 2017 06:34:26 -0700 (PDT) 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=64OapsC1fIq9lio4NhihVHR7xn8J2JUqM2x16gQJUqk=; b=PcYl111dsugyu/6iZN02dZIm+81MXBuDVPRx8MSnDZWXu8aM0nLwEHatRd3RbdFTug N+kTQIzzQ5zeXLSiPpDHBt/iASpLkACP6LvqzMvogbE+Q790lnDvjULGfMECIqDmqZk4 pFDv4tH3Q/VcWCDokktbhk/kbAagD84JExGes= 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=64OapsC1fIq9lio4NhihVHR7xn8J2JUqM2x16gQJUqk=; b=RCjfQZvwW8G0rYtcn/YKRzF2FEXAuagK5jE/7NuiJkdynsE7TIcAICTJwSBzEcBxIg trHXFlNRDbuwt8DjLPBXbR5RiJzkEHqWeocZg4JDcbC/qqth9aijO12DTjto1j9fKBLd ra1jQw1dIlGiJ2CkIeFxbASwMb/bsRi6LiKyZE+ps8vM1i6L91LtM82vfiNkxhDOXXJC DxIBjopInn5PsaegVKRvnBJxc1us4oM5UMypn/i/okIaHSedxUYgIqAHtioPvp32zh6P HrhETPJCtCbVPTsylpc1GrREIbFMWe5hN6DYntyMmKa/XMz1da+vGDOkqYoan50oOl4M /0Ag== X-Gm-Message-State: AFeK/H01EGV+I7qwCrxY1h4FXN8RX6nZDengrV51Gps4lhJEbHNAoFjba9V/uNY8BI15q1Yd X-Received: by 10.223.130.101 with SMTP id 92mr8502069wrb.192.1489671264678; Thu, 16 Mar 2017 06:34:24 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id o143sm4385758wmd.3.2017.03.16.06.34.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Mar 2017 06:34:24 -0700 (PDT) Date: Thu, 16 Mar 2017 13:34:22 +0000 From: Leif Lindholm To: Jeremy Linton Cc: edk2-devel@lists.01.org, ryan.harkin@linaro.org, linaro-uefi@lists.linaro.org, ard.biesheuvel@linaro.org Message-ID: <20170316133422.GD16034@bivouac.eciton.net> References: <20170307221512.5180-1-jeremy.linton@arm.com> <20170307221512.5180-2-jeremy.linton@arm.com> MIME-Version: 1.0 In-Reply-To: <20170307221512.5180-2-jeremy.linton@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH v4 1/6] EmbeddedPkg: SiI3132: Note that ARM is using this Dxe X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2017 13:34:26 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Well, the subject doesn't really match the content. MdeModulePkg: add ARM/AARCH64 to AtaBusDxe VALID_ARCHITECTURES Is a better match. And since it's both non-functional and an obvious fix, I'd say you could send this off to edk2-devel on its own if you change the subject. (And add MdeModulePkg maintainers on cc.) / Leif On Tue, Mar 07, 2017 at 04:15:06PM -0600, Jeremy Linton wrote: > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Jeremy Linton > --- > MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf b/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf > index 4aab75b..fcd2044 100644 > --- a/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf > +++ b/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.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 IPF EBC ARM AARCH64 > # > # DRIVER_BINDING = gAtaBusDriverBinding > # COMPONENT_NAME = gAtaBusComponentName > -- > 2.9.3 >