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 88F3621D2E650 for ; Mon, 21 Aug 2017 10:14:55 -0700 (PDT) Received: by mail-wr0-x230.google.com with SMTP id f8so68625665wrf.3 for ; Mon, 21 Aug 2017 10:17:27 -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=MlselWfQkGk7pGGFMFsjC8QSeVeRrqd3qzRKco08cwo=; b=WTKGsbCdipUwCNfWv1uOB5JJddlyXkgY1AkI6IV/Pc1PSyR1kEMXH1I/YJf+2b/X97 b77kCz2lOwWudKo1dejVkgPNsYBOOAJjPc1SJeB7Btsh/m2FaKcyGmvuiM+afuv6t8Ey Nh1onhfSKO0kgMjy/J1D+0ApIsRnuHuKOVvXk= 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=MlselWfQkGk7pGGFMFsjC8QSeVeRrqd3qzRKco08cwo=; b=oerfl19/MXiZCb0aUtSrbdm7GXYMcxtWFdA6UESXF1NgeuThHTI1Ts8r/79143FCZs retNCi+aPsud0q124zLblTP8zFiE2h1lYk/LV2wlV0OrsCurubEV1KcaKjA9+r6hfiGB EUc+CKWCaoA49zJhZqxOVNMwGnPkL+1WywznKXLldeYabNkJTvRhlsZh7Ja+orSbF5jm htLrDkmVGXT4ihItOoAqB0jNng5o0TKRvU7BnSS+U3KFutjTKY/8eOkMWSd94PoWcnEm /gaZNpazs/9xoUFWLB37Z7r4INYzTeoLo0svO8DlbimxAaHZCayVGC0on/Rgb6y4OAap Uauw== X-Gm-Message-State: AHYfb5gg8CaZfjjq5PMuKwYk5BGQEElaoeoaQFX8xe2FR97KHDYFtMf1 hsDD6cu7FMF5oxMy X-Received: by 10.28.34.215 with SMTP id i206mr117485wmi.38.1503335845994; Mon, 21 Aug 2017 10:17:25 -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 80sm10231861wml.23.2017.08.21.10.17.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Aug 2017 10:17:24 -0700 (PDT) Date: Mon, 21 Aug 2017 18:17:22 +0100 From: Leif Lindholm To: Alan Ott Cc: ard.biesheuvel@linaro.org, edk2-devel@lists.01.org, linaro-uefi@lists.linaro.org Message-ID: <20170821171722.ri23mdxjfd65vfat@bivouac.eciton.net> References: <20170820193335.21471-1-alan@softiron.com> <20170821141243.e5kgwd433ecur7gi@bivouac.eciton.net> <0dc36644-f4e3-ac80-0f52-4ea0d74cc979@softiron.com> MIME-Version: 1.0 In-Reply-To: <0dc36644-f4e3-ac80-0f52-4ea0d74cc979@softiron.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH v2 edk2-platforms 0/3] Re-enable the second SATA controller on Overdrive 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: Mon, 21 Aug 2017 17:14:56 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Aug 21, 2017 at 10:20:11AM -0400, Alan Ott wrote: > On 08/21/2017 10:12 AM, Leif Lindholm wrote: > > On Sun, Aug 20, 2017 at 03:33:32PM -0400, Alan Ott wrote: > > > Without the PCD for the second SATA Controller being specified, the boot > > > will hang. These patches fix it. > > > > Given Ard's RB, I'm happy for this to go in. > > However, would you be happy to contribute these under TianoCore > > Contribution Agreement 1.1 rather than 1.0? > > > > If so, please confirm here and I can fold in the change before > > pushing. > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Thanks Leif! Thanks, Reviewed-by: Leif Lindholm Series pushed as 7d9c49468..b263c30e5. / Leif