From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=96.73.9.1; helo=muon.bluestop.org; envelope-from=rebecca@bluestop.org; receiver=edk2-devel@lists.01.org Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (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 4FD15211C6096 for ; Wed, 6 Feb 2019 09:44:39 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id BE0D7F35B6; Wed, 6 Feb 2019 10:45:34 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluestop.org; s=mail; t=1549475134; bh=/E7gUh0wrX6IlKR96v6vsWM19s8b0e+JvkcvDDP5XHk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=acX9Gznna+DNXbj/186B+5E75Ki01Eo5QzdYUbrU9V1G6ACk8KJ+QjQNHC5x/IlES CObXUZRSYQ5P31qiUVjVKuhyfaK73cwwdwwJo/fgcQCcQMEAvfLADcl7YcT4oOaVPb 5dUkILH3oMjPyg7b8O5FgoIqfnYeJ7bvvnRDrvWk= Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nh1Q1VIKg86N; Wed, 6 Feb 2019 10:45:34 -0700 (MST) Received: from photon.int.bluestop.org (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Wed, 6 Feb 2019 10:45:34 -0700 (MST) From: Rebecca Cran To: Laszlo Ersek Cc: edk2-devel@lists.01.org Date: Wed, 06 Feb 2019 10:44:38 -0700 Message-ID: <1568584.MsCH1bHPGx@photon.int.bluestop.org> In-Reply-To: <8a2008b8-3d5b-4c8e-8f92-32001dbc90ea@redhat.com> References: <4656579.YNO7O01DYZ@photon.int.bluestop.org> <8a2008b8-3d5b-4c8e-8f92-32001dbc90ea@redhat.com> MIME-Version: 1.0 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 17:44:39 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Wednesday, 6 February 2019 09:36:43 MST Laszlo Ersek wrote: > 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. I'm already building with HTTP_BOOT_ENABLE though, and successfully fetching loader.efi from the web server. However once loader.efi runs, my code can't find the HTTP or TCPv4 protocols. >>Start HTTP Boot over IPv4..... Station IP address is 192.168.0.119 URI: http://192.168.0.1/boot/loader.efi File Size: 480256 Bytes Downloading...100% -- Rebecca Cran