From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x231.google.com (mail-it0-x231.google.com [IPv6:2607:f8b0:4001:c0b::231]) (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 2CCFE1A1E06 for ; Fri, 2 Sep 2016 14:05:34 -0700 (PDT) Received: by mail-it0-x231.google.com with SMTP id e124so59668539ith.0 for ; Fri, 02 Sep 2016 14:05:34 -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=g4Xt+whAx4qlLDgc5/QHS+9yZKIqgyJ2ReSw3gup7pk=; b=OjKsEDqtWgC4ptvbqJUZK5QVV41B/1D2Fz9x77zHxZuVLdfC4E0vFFkkAGrJ81yDKE dmcZ1xK/LhaSZkrarIWlf8fu0nInULz+rtdRLUXQio4+k6ZUefCm3h8glhQHO5rPi3iX Mn0ijNQwYWyU+tEdGYe3HCpl7WZzc1X8eWtrE= 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=g4Xt+whAx4qlLDgc5/QHS+9yZKIqgyJ2ReSw3gup7pk=; b=lzdbpPdHjlCkH1sriJLaP2NMgi5QBu8oJ9E/9yqp2fvoFLAlAV9vKeO4OX/VZVYq0E c3dgUQU9CGBhGaavAOuu1WFmBNt2afhmsCPM+wCGB+6sFjDTKLXni9QPkpB7zfoodXwk wie8o4pdOsqZNeXlfoTxaaJsADR+yveMoR5GWuhUhXuc+LttK9F+N8+VLK7QGwqyegLx gs5Ef+sdGenBGOiJeK6jmtwFf/zHUZJ5HEDNzdcaWVBCtlA2Hud2Qvl5Nppwk/oNc8aH +byaVNHzuksN+OWen8KL8e0GkU5zdXu6M2H0F0yNK4zc0tpGpuo/qaiZakTyVKDP++Jz lK/Q== X-Gm-Message-State: AE9vXwNemqvvn7scw1dLSH5Xkn2Y4eobkULrzMb15WdDzrW31uFQupjcBCWj04Qc1N1KzWJnyH3/PitWgXpa0yEh X-Received: by 10.36.137.193 with SMTP id s184mr7029673itd.51.1472850333573; Fri, 02 Sep 2016 14:05:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Fri, 2 Sep 2016 14:05:33 -0700 (PDT) In-Reply-To: References: <1472840159-28957-1-git-send-email-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Fri, 2 Sep 2016 22:05:33 +0100 Message-ID: To: Laszlo Ersek Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH v3 0/6] ArmVirtQemu: move to generic PciHostBridgeDxe 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: Fri, 02 Sep 2016 21:05:34 -0000 Content-Type: text/plain; charset=UTF-8 On 2 September 2016 at 20:23, Laszlo Ersek wrote: > On 09/02/16 20:15, Ard Biesheuvel wrote: >> Now that Laszlo's virtio-gpu-pci series has removed the last remaining obstacle, >> we can get rid of the special PciHostBridgeDxe implementation in ArmVirtPkg, >> and move to the generic one. On AArch64, this will allow us to perform DMA above >> 4GB without bounce buffering, and use 64-bit MMIO BARs allocated above 4 GB. >> >> Changes since v2: >> - use legacy ACPI id (0x0A03) rather than PCIe (0x0A08) >> - disable DMA above 4 GB, this requires fixes in the PciHostBridgeDxe driver >> and in many PCI drivers in the EDK2 >> - set EFI_PCI_HOST_BRIDGE_MEM64_DECODE only if the MMIO64 region has non-zero >> size >> - minor tweaks >> - add Laszlo's acks to the remaining patches, all patches are acked now >> >> Branch can be found here: >> https://git.linaro.org/people/ard.biesheuvel/uefi-next.git/shortlog/refs/heads/qemu-pci > > I compared each v3 patch against its v2 counterpart, including the > commit messages. The changes look right. > > Also, I tested the series, with special regard to the USB 2 keyboard in > the firmware, and QemuBootOrderLib's behavior -- everything works fine. > Just to be sure, I booted the F24 guest as well, with Xfce. Success. > > Series > Tested-by: Laszlo Ersek > > Please go ahead and commit it! :) > Done! I only forgot to include your tested-by, I simply pushed the [rebased] branch above. Thanks, Ard.