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 B49E7209455E0 for ; Tue, 4 Jul 2017 02:58:49 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 535FA561ED; Tue, 4 Jul 2017 10:00:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 535FA561ED Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 535FA561ED Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-126.phx2.redhat.com [10.3.116.126]) by smtp.corp.redhat.com (Postfix) with ESMTP id E05A668860; Tue, 4 Jul 2017 10:00:25 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Ard Biesheuvel , Jiaxin Wu , Jordan Justen , Liming Gao Date: Tue, 4 Jul 2017 12:00:20 +0200 Message-Id: <20170704100022.18828-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 04 Jul 2017 10:00:27 +0000 (UTC) Subject: [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: Tue, 04 Jul 2017 09:58:49 -0000 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(-) -- 2.13.1.3.g8be5a757fa67