From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=jordan.l.justen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by ml01.01.org (Postfix) with ESMTP id 52DD421B00DFC for ; Thu, 16 Nov 2017 05:53:14 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2017 16:57:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,401,1505804400"; d="scan'208";a="3159354" Received: from asthajai-mobl.amr.corp.intel.com (HELO localhost) ([10.252.142.134]) by fmsmga001.fm.intel.com with ESMTP; 15 Nov 2017 16:57:17 -0800 MIME-Version: 1.0 To: Laszlo Ersek , edk2-devel-01 Message-ID: <151079383700.8036.3192424316110601372@jljusten-skl> From: Jordan Justen In-Reply-To: <20171115215703.16491-1-lersek@redhat.com> Cc: Ard Biesheuvel , Eric Dong References: <20171115215703.16491-1-lersek@redhat.com> User-Agent: alot/0.6 Date: Wed, 15 Nov 2017 16:57:17 -0800 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: Thu, 16 Nov 2017 13:53:17 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Jordan Justen On 2017-11-15 13:56:59, 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=3D747 > = > 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 >=20