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 8A7AD211B1111 for ; Tue, 5 Feb 2019 22:06:20 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 859ABF2E2C for ; Tue, 5 Feb 2019 23:07:15 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluestop.org; s=mail; t=1549433235; bh=V3fmhibgheA1EY4AJuKg4hNKmQUf1/OsEq4gTEBfsUc=; h=From:To:Subject:Date:From; b=jbaG7sJXLSafnI4JPyapRpbpHhyG1fkAsOJaCxjcQ8q7ZfSDPUU7RtZs0F2BsrFRq Mn5BvkQxJOc9jTtSE03OOzL4Ib4xZliScc6RukX7QdSG51rCDeiGEFSZduNKu8hRs6 ib9QEMWdayXRVvrU6PJZV+BnHpHchepcKI/FymYc= 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 rLmCTxgEcz72 for ; Tue, 5 Feb 2019 23:07:15 -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 for ; Tue, 5 Feb 2019 23:07:15 -0700 (MST) From: Rebecca Cran To: edk2-devel@lists.01.org Date: Tue, 05 Feb 2019 23:06:18 -0700 Message-ID: <4656579.YNO7O01DYZ@photon.int.bluestop.org> MIME-Version: 1.0 Subject: 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 06:06:20 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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? -- Rebecca Cran