From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (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 BC0EC1A1E04 for ; Fri, 19 Aug 2016 06:14:25 -0700 (PDT) Received: by mail-io0-x235.google.com with SMTP id b62so47610606iod.3 for ; Fri, 19 Aug 2016 06:14:25 -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=/B0RKUFCelrUlOxJxAfEDacXvTX0ow+u1h0f2IAPwUs=; b=JjlaNwa7BDuHQ07FtMdgBeExSELaakXEtLoOf7MF1bWUxYAaUGybwZX0vfAgYW9DZu CQjVgSEX0RBrNIdMfjp18TfL6As0RMX4UlknoJVUAzvVMZDKGaDLQIDvkFPD+1dcGvMi ialmaW3PERQd7NomydX/5baPaQTirjbDH0zQg= 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=/B0RKUFCelrUlOxJxAfEDacXvTX0ow+u1h0f2IAPwUs=; b=fC8osUR7uMgJw+lSv7+PGyrsppS2wuqBBealiLObYTrSjUMPDhbvreaILrXYoEpKZF ZwXdVWQHOcvwsEO8pXtWHGJi4t52uR0BPhF+84I4zbAGzbt2sY1RyLsKRXHh7Q1VktmD KEqCGTaC1RB+YJuTKXnLaBPrAznR+ye1I+KKUEzPQlx5oXV5ROLkIN8IFofxN2yt2yUj F2iOWDR2dCf/XUAgFB1aNiYIg+X7mZKxPN2DGl20UxXgIN95TfQhUVmXEeBnKJtZiKmS OMTErMTiMESBCCi/naupAhEhgKjO/Bwfwuq1YwADQiRUhN9IWRsevcwfO42P/LAPyOqt r8Yg== X-Gm-Message-State: AEkoouuGf5bNUQ8GnU5b5eJCzcfYAO8eXhs7EkQ9NYRBfOd1eH9UIUoLUW2XKrc1k+pIYrQxNnfbf1Vgnfi84Tqk X-Received: by 10.107.40.133 with SMTP id o127mr9396848ioo.183.1471612465166; Fri, 19 Aug 2016 06:14:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Fri, 19 Aug 2016 06:14:24 -0700 (PDT) In-Reply-To: <20160819124932.29711-8-lersek@redhat.com> References: <20160819124932.29711-1-lersek@redhat.com> <20160819124932.29711-8-lersek@redhat.com> From: Ard Biesheuvel Date: Fri, 19 Aug 2016 15:14:24 +0200 Message-ID: To: Laszlo Ersek Cc: edk2-devel-01 , Jordan Justen Subject: Re: [PATCH 07/11] ArmVirtPkg/ArmVirtQemu: include VirtioGpuDxe in the platform DSC/FDF files 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, 19 Aug 2016 13:14:26 -0000 Content-Type: text/plain; charset=UTF-8 On 19 August 2016 at 14:49, Laszlo Ersek wrote: > At this stage, the driver builds, and suffices for testing binding and > unbinding. > > Cc: Ard Biesheuvel > Cc: Jordan Justen > Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=66 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel > --- > ArmVirtPkg/ArmVirtQemu.dsc | 1 + > ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 + > ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc > index 9f88786df81c..2eb2780a1fca 100644 > --- a/ArmVirtPkg/ArmVirtQemu.dsc > +++ b/ArmVirtPkg/ArmVirtQemu.dsc > @@ -378,12 +378,13 @@ [Components.common] > # Video support > > # > > OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf { > > > > BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf > > } > > + OvmfPkg/VirtioGpuDxe/VirtioGpu.inf > > OvmfPkg/PlatformDxe/Platform.inf > > > > # > > # USB Support > > # > > MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf > > diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc > index 6c536d9bbd2d..d9e62c78d28e 100644 > --- a/ArmVirtPkg/ArmVirtQemuKernel.dsc > +++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc > @@ -364,12 +364,13 @@ [Components.common] > # Video support > > # > > OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf { > > > > BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf > > } > > + OvmfPkg/VirtioGpuDxe/VirtioGpu.inf > > OvmfPkg/PlatformDxe/Platform.inf > > > > # > > # USB Support > > # > > MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf > > diff --git a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc > index ad7037fe5f63..01e650d9e333 100644 > --- a/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc > +++ b/ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc > @@ -157,12 +157,13 @@ [FV.FvMain] > INF OvmfPkg/Virtio10Dxe/Virtio10.inf > > > > # > > # Video support > > # > > INF OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf > > + INF OvmfPkg/VirtioGpuDxe/VirtioGpu.inf > > INF OvmfPkg/PlatformDxe/Platform.inf > > > > # > > # USB Support > > # > > INF MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf > > -- > 2.9.2 > >