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 1A0C521A04820 for ; Sat, 29 Apr 2017 13:15:08 -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 4531D3D966; Sat, 29 Apr 2017 20:15:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4531D3D966 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 4531D3D966 Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-30.phx2.redhat.com [10.3.116.30]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7DFD71755D; Sat, 29 Apr 2017 20:15:05 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Gary Ching-Pang Lin , Jordan Justen Date: Sat, 29 Apr 2017 22:14:57 +0200 Message-Id: <20170429201500.18496-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.30]); Sat, 29 Apr 2017 20:15:07 +0000 (UTC) Subject: [PATCH 0/3] OvmfPkg: add FD_SIZE_4MB for Windows HCK SB tests, and for future proofing 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: Sat, 29 Apr 2017 20:15:08 -0000 The patches come with detailed commit messages; for the blurb, the subject says it all. For (a whole bunch of) details, please refer to . Repo: https://github.com/lersek/edk2.git Branch: fd_size_4mb Cc: Gary Ching-Pang Lin Cc: Jordan Justen Thanks, Laszlo Laszlo Ersek (3): OvmfPkg/OvmfPkg.fdf.inc: extract VARS_LIVE_SIZE and VARS_SPARE_SIZE macros OvmfPkg: introduce FD_SIZE_4MB (mainly) for Windows HCK OvmfPkg: raise max variable size (auth & non-auth) to 33KB for FD_SIZE_4MB OvmfPkg/OvmfPkgIa32.dsc | 5 +++ OvmfPkg/OvmfPkgIa32X64.dsc | 5 +++ OvmfPkg/OvmfPkgX64.dsc | 5 +++ OvmfPkg/OvmfPkg.fdf.inc | 35 ++++++++++++++- OvmfPkg/VarStore.fdf.inc | 46 +++++++++++++++++++- 5 files changed, 92 insertions(+), 4 deletions(-) -- 2.9.3