From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org 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 900182034BBC7 for ; Wed, 15 Nov 2017 13:52:58 -0800 (PST) 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 69FA76A7D5; Wed, 15 Nov 2017 21:57:07 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-122-47.rdu2.redhat.com [10.10.122.47]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3BCAF9ECE4; Wed, 15 Nov 2017 21:57:06 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Ard Biesheuvel , Eric Dong , Jordan Justen Date: Wed, 15 Nov 2017 22:56:59 +0100 Message-Id: <20171115215703.16491-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]); Wed, 15 Nov 2017 21:57:07 +0000 (UTC) Subject: [PATCH v2 0/4] UefiCpuPkg, OvmfPkg: add reset vector docs, tweak temp stack / RAM 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, 15 Nov 2017 21:52:59 -0000 Repo: https://github.com/lersek/edk2.git Branch: temp_ram_tweaks_v2 This is a series for https://bugzilla.tianocore.org/show_bug.cgi?id=747 specifically an update on the v1 series at https://lists.01.org/pipermail/edk2-devel/2017-November/017239.html Each patch has its notes section on the changes relative to v1. I re-ran the unit tests described in some of the patches; in addition to the functional tests and my usual regression tests. Cc: Ard Biesheuvel Cc: Eric Dong Cc: Jordan Justen Thanks Laszlo Laszlo Ersek (4): UefiCpuPkg/ResetVector/Vtf0: document segment register setup OvmfPkg/Sec/Ia32: seed the temporary RAM with PcdInitValueInTempStack OvmfPkg/Sec/X64: seed the temporary RAM with PcdInitValueInTempStack OvmfPkg: restore temporary SEC/PEI RAM size to 64KB OvmfPkg/OvmfPkgIa32.fdf | 2 +- OvmfPkg/OvmfPkgIa32X64.fdf | 2 +- OvmfPkg/OvmfPkgX64.fdf | 2 +- OvmfPkg/Sec/Ia32/SecEntry.nasm | 18 +++++++++++++++++ OvmfPkg/Sec/SecMain.inf | 1 + OvmfPkg/Sec/X64/SecEntry.nasm | 21 ++++++++++++++++++++ UefiCpuPkg/ResetVector/Vtf0/Ia16/Real16ToFlat32.asm | 6 ++++++ UefiCpuPkg/ResetVector/Vtf0/Main.asm | 5 +++++ 8 files changed, 54 insertions(+), 3 deletions(-) -- 2.14.1.3.gb7cf6e02401b