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 D9CA320958969 for ; Wed, 5 Jul 2017 13:13:06 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 16D6A61D12; Wed, 5 Jul 2017 20:14:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 16D6A61D12 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 16D6A61D12 Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-25.phx2.redhat.com [10.3.116.25]) by smtp.corp.redhat.com (Postfix) with ESMTP id DFDFC7089C; Wed, 5 Jul 2017 20:14:44 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen , Jiaxin Wu , Liming Gao , Ard Biesheuvel References: <20170704100022.18828-1-lersek@redhat.com> Message-ID: <504f0435-7649-7301-5273-512dafde73fb@redhat.com> Date: Wed, 5 Jul 2017 22:14:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170704100022.18828-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 05 Jul 2017 20:14:46 +0000 (UTC) Subject: Re: [PATCH v2 0/2] OvmfPkg: refresh -D E1000_ENABLE (Intel proprietary driver for e1000) 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: Wed, 05 Jul 2017 20:13:07 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/04/17 12:00, Laszlo Ersek wrote: > Version 2 of the series previously posted at > . > > In this version, LMFA references in the commit message of patch #1 have > been replaced with Liming's explanation from the mailing list. Patch #2 > has been marked with Jiaxin's feedback tags. No code changes in either > patch. > > Repo: https://github.com/lersek/edk2.git > Branch: e1000_refresh_v2 > > Cc: Ard Biesheuvel > Cc: Jiaxin Wu > Cc: Jordan Justen > Cc: Liming Gao > > Thanks, > Laszlo > > Laszlo Ersek (2): > OvmfPkg: disable build-time relocation for DXEFV modules > OvmfPkg: update -D E1000_ENABLE from Intel PROEFI v.07 to BootUtil > v.22 > > OvmfPkg/OvmfPkgIa32.fdf | 6 +--- > OvmfPkg/OvmfPkgIa32X64.fdf | 3 +- > OvmfPkg/OvmfPkgX64.fdf | 3 +- > OvmfPkg/README | 31 +++++++++++++------- > 4 files changed, 26 insertions(+), 17 deletions(-) > Pushed: 59541d41633c..253d81c71f67. Thanks, Laszlo