From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1978321CEB0E3 for ; Tue, 12 Sep 2017 04:08:53 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4D2E44E4C6; Tue, 12 Sep 2017 11:11:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4D2E44E4C6 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-50.rdu2.redhat.com [10.10.120.50]) by smtp.corp.redhat.com (Postfix) with ESMTP id AD64A62662; Tue, 12 Sep 2017 11:11:48 +0000 (UTC) To: Ard Biesheuvel Cc: edk2-devel-01 References: <20170911210836.9089-1-lersek@redhat.com> From: Laszlo Ersek Message-ID: Date: Tue, 12 Sep 2017 13:11:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 12 Sep 2017 11:11:49 +0000 (UTC) Subject: Re: [PATCH 0/3] ArmVirtPkg: add HTTP_BOOT_ENABLE and UsbMassStorageDxe 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: Tue, 12 Sep 2017 11:08:53 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 09/12/17 08:48, Ard Biesheuvel wrote: > On 11 September 2017 at 22:08, Laszlo Ersek wrote: >> Repo: https://github.com/lersek/edk2.git >> Branch: armvirt_http_usbstor >> >> I was... ugh... experimenting with "stuff" over the weekend, and >> realized these were missing. >> >> Cc: Ard Biesheuvel >> >> Thanks >> Laszlo >> >> Laszlo Ersek (3): >> ArmVirtPkg: don't build the network stack uselessly for Xen >> ArmVirtPkg/ArmVirtQemu: port HTTP_BOOT_ENABLE from OvmfPkg >> ArmVirtPkg/ArmVirtQemu: include UsbMassStorageDxe >> >> ArmVirtPkg/ArmVirt.dsc.inc | 15 ---------- >> ArmVirtPkg/ArmVirtQemu.dsc | 31 ++++++++++++++++++++ >> ArmVirtPkg/ArmVirtQemuKernel.dsc | 31 ++++++++++++++++++++ >> ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 7 +++++ >> 4 files changed, 69 insertions(+), 15 deletions(-) >> > > Reviewed-by: Ard Biesheuvel Thank you! Commit range b4e5807d2492..62ef40c4959e. Laszlo