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 20BD82035BB19 for ; Fri, 17 Nov 2017 09:11:17 -0800 (PST) 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 8BD09624DF; Fri, 17 Nov 2017 17:15:27 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-124-49.rdu2.redhat.com [10.10.124.49]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4485F83A7D; Fri, 17 Nov 2017 17:15:25 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen , Eric Dong , Ard Biesheuvel References: <20171115215703.16491-1-lersek@redhat.com> Message-ID: Date: Fri, 17 Nov 2017 18:15:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171115215703.16491-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]); Fri, 17 Nov 2017 17:15:27 +0000 (UTC) Subject: Re: [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: Fri, 17 Nov 2017 17:11:17 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/15/17 22:56, Laszlo Ersek wrote: > 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(-) > Pushed as commit range 1195b8578764..d41fd8e839a3. (I didn't get a maintainer review from Eric for patch #1, but it adds only comments (no regressions possible) and Ard and Jordan reviewed that too. My queue is overflowing. :/) Thanks! Laszlo