From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 A2B661A1E30 for ; Wed, 12 Oct 2016 01:41:53 -0700 (PDT) Received: by mail-it0-x22d.google.com with SMTP id e203so80549988itc.0 for ; Wed, 12 Oct 2016 01:41:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ESwPmW8c2R/dKlx1DaPfcxaohUqqe4/RmkOq6d/mIlY=; b=Fgk6nCuJBcO3JvYk/W0Bkz6CwFJgW6RAkQJaDSlBd4xnsPOmc6krQDKvknZ0NWK7qa 5X2vjlW5kMb07mdkpI/b1Dry0iZEv6mXYJjBRE5RQp/SLAEKjq+qjdenkh8VFKgB3Drl eG27TgzL1Y8JMKwarFVCPf4PDcVLL0qLXZHF8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ESwPmW8c2R/dKlx1DaPfcxaohUqqe4/RmkOq6d/mIlY=; b=RIeisC1MS08CEq2C4SSCa/G8TVaAn6wQNlNgoJwXr6ZnDlCWfQ+4FITzaIydsHdW4o NTERYGKr8OfscgJ8rGjYO6OD3oj/YE1UpIgceuHnmDOWZlBFsLSjDK3FA/4YAw2AEu8B KpAbBvERos4hJkzaJRjFuifclQTvD97c0WP5HQj+LED/eTgqdj46R2yddWL9wiNsLoJ0 FY7DnUGDZ2IPhtNyJsLQ98ZNoThYrMSY4EjvgpqGs+XChI74rbU66Tb+w2faLcoBkTOm fHt5d9D8iIFo2Sg38Ypg8yITFcqqwtGTRYm6mg3ajDML4YIwoV13UTdETdMzdMvhayi8 Dh9g== X-Gm-Message-State: AA6/9RmHTRy9qsLZ3CR7lGEY0pTU+tZnY3FN1bZPsyvpGLvY/oXEtf9qz1YLt7R784Ju+5PdxijhxunfKfQYHrab X-Received: by 10.36.53.83 with SMTP id k80mr332818ita.59.1476261712894; Wed, 12 Oct 2016 01:41:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.5.139 with HTTP; Wed, 12 Oct 2016 01:41:52 -0700 (PDT) In-Reply-To: References: <1474583581-41663-1-git-send-email-daniil.egranov@arm.com> <1474583581-41663-3-git-send-email-daniil.egranov@arm.com> From: Ard Biesheuvel Date: Wed, 12 Oct 2016 09:41:52 +0100 Message-ID: To: Ryan Harkin Cc: Daniil Egranov , "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [PATCH 2/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Fix for PCI Dual Address Cycle X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 08:41:53 -0000 Content-Type: text/plain; charset=UTF-8 On 12 October 2016 at 09:37, Ryan Harkin wrote: > On 23 September 2016 at 08:58, Ard Biesheuvel wrote: >> On 22 September 2016 at 23:33, Daniil Egranov wrote: >>> The fix handles the PCI Dual Address Cycle Attribute case. It allows >>> drivers using PCI DAC run on Juno. >>> >>> Contributed-under: TianoCore Contribution Agreement 1.0 >>> Signed-off-by: Daniil Egranov >> >> Reviewed-by: Ard Biesheuvel >> > > Tested on Juno R0/1/2, where R0 doesn't use the Marvell ethernet > controller, but the SMC ethernet still works. > > Tested-by: Ryan Harkin > Pushed, thanks.