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 40A6221A1349C for ; Thu, 18 May 2017 08:14:45 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id ADBB93D944; Thu, 18 May 2017 15:14:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com ADBB93D944 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com ADBB93D944 Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-86.phx2.redhat.com [10.3.116.86]) by smtp.corp.redhat.com (Postfix) with ESMTP id DC7157FB9F; Thu, 18 May 2017 15:14:39 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen Date: Thu, 18 May 2017 17:14:31 +0200 Message-Id: <20170518151436.16566-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 18 May 2017 15:14:44 +0000 (UTC) Subject: [PATCH v2 0/5] OvmfPkg: complete the 4MB flash image support ("-bios" / emulated variables) 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: Thu, 18 May 2017 15:14:45 -0000 Version 2 of the series at . Changes are listed per patch. Repo: https://github.com/lersek/edk2.git Branch: emu4k_v2 Note that this series depends on patch #5 in the series [edk2] [PATCH 0/8] several Pkgs: FVB driver: correct NumOfLba vararg type in EraseBlocks() https://lists.01.org/pipermail/edk2-devel/2017-May/010746.html Message-Id: <20170518150427.16435-1-lersek@redhat.com> and has been pushed to the above github repo / branch as such, on top of my "num_of_lba_uintn" branch. Cc: Jordan Justen Thanks, Laszlo Laszlo Ersek (5): OvmfPkg/EmuVariableFvbRuntimeDxe: strip trailing whitespace OvmfPkg/EmuVariableFvbRuntimeDxe: change block size to 4KB OvmfPkg/PlatformPei: align EmuVariableNvStore at any page boundary OvmfPkg/README: document 4MB flash layout OvmfPkg: make the 4MB flash size the default (again) OvmfPkg/OvmfPkgIa32.dsc | 2 +- OvmfPkg/OvmfPkgIa32X64.dsc | 2 +- OvmfPkg/OvmfPkgX64.dsc | 2 +- OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.h | 26 ++- OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c | 191 +++++++++----------- OvmfPkg/PlatformPei/Platform.c | 20 +- OvmfPkg/README | 39 +++- 7 files changed, 143 insertions(+), 139 deletions(-) -- 2.9.3