From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org 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 E402F211CACA4 for ; Wed, 6 Feb 2019 08:36:45 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 71F3513363; Wed, 6 Feb 2019 16:36:45 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-4.rdu2.redhat.com [10.10.120.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8A579108426D; Wed, 6 Feb 2019 16:36:44 +0000 (UTC) To: Rebecca Cran References: <4656579.YNO7O01DYZ@photon.int.bluestop.org> Cc: edk2-devel@lists.01.org From: Laszlo Ersek Message-ID: <8a2008b8-3d5b-4c8e-8f92-32001dbc90ea@redhat.com> Date: Wed, 6 Feb 2019 17:36:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <4656579.YNO7O01DYZ@photon.int.bluestop.org> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 06 Feb 2019 16:36:45 +0000 (UTC) Subject: Re: OVMF and TCP4, HTTP protocols X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2019 16:36:46 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hello Rebecca, On 02/06/19 07:06, Rebecca Cran via edk2-devel wrote: > I'm trying to fetch a file over HTTP in a boot loader, but gBS- >> LocateHandleBuffer doesn't find either of the EFI_TCP4_SERVICE_BINDING_PROTCOL > or EFI_HTTP_SERVICE_BINDING_PROTOCOL. > > I'm running a build of OVMF from git master from a few weeks ago. > Should they exist and be usable, or does OVMF only support the > EFI_SIMPLE_NETWORK_PROTOCOL? > please refer to the HTTP_BOOT_ENABLE define in the OVMF DSC files; the default value is FALSE. If you'd like HTTP over IPv6, then please pass -D NETWORK_IP6_ENABLE on the "build" cmdline as well. Thanks, Laszlo