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 072F221962301 for ; Wed, 6 Feb 2019 15:07:04 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id 1C55A8517; Wed, 6 Feb 2019 16:08:00 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluestop.org; s=mail; t=1549494480; bh=DSFADGA7ugGIJbsk/gWFAj2/knhUXWhjAR9nbPqUdg0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VSk+sz+absoR48rr/4HdcqvVhUJobzhpLybqBsiYy3E3JCtFZjALWVDGR14crhyZw efZjuyGtxU+hVD9nntLvpfCcVQCAjFML5wjYk08a9KO+amJTwrI2Z4V5uavC63rtiR cqhbn79AnovCE4LTIPXmKwLioBAT17c1HFuZxa48= 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 V-IdgP4Mtuf1; Wed, 6 Feb 2019 16:07:59 -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 16:07:59 -0700 (MST) From: Rebecca Cran To: Laszlo Ersek Cc: edk2-devel@lists.01.org Date: Wed, 06 Feb 2019 16:07:03 -0700 Message-ID: <2834820.0P3pStmDMi@photon.int.bluestop.org> In-Reply-To: <059fccc8-3ab5-057b-008a-efbeb30438a9@redhat.com> References: <4656579.YNO7O01DYZ@photon.int.bluestop.org> <1568584.MsCH1bHPGx@photon.int.bluestop.org> <059fccc8-3ab5-057b-008a-efbeb30438a9@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 23:07:05 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Wednesday, 6 February 2019 12:05:08 MST Laszlo Ersek wrote: > Is "loader.efi" opaque, or do we know what it does? It's the FreeBSD loader, so I have the complete source code for it and can rebuild it. > For example, if it opens SNP with BY_DRIVER|EXCLUSIVE attributes, then > everything on top will be disconnected. Oh, that makes sense! Thanks, after disabling the existing code that was opening SNP exclusively, things started working much better. -- Rebecca Cran