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 D03DD81C8C for ; Thu, 3 Nov 2016 16:32:25 -0700 (PDT) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 44B263D94F; Thu, 3 Nov 2016 23:32:27 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-178.phx2.redhat.com [10.3.116.178]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uA3NWPe6011491; Thu, 3 Nov 2016 19:32:26 -0400 From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen , =?UTF-8?q?Marvin=20H=C3=A4user?= Date: Fri, 4 Nov 2016 00:32:16 +0100 Message-Id: <20161103233218.17073-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 03 Nov 2016 23:32:27 +0000 (UTC) Subject: [PATCH v3 0/2] OvmfPkg/ResetVector: replace open-coded constants with fixed PCDs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 23:32:25 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Jordan's old series abb158ded41f BaseTools: Add rules to build NASM source file into a binary 5a1f324d946c UefiCpuPkg: Support building VTF0 ResetVector during the EDK II build eee1d2ca9078 UefiCpuPkg VTF0 X64: Build page tables in NASM code 9b9fdbfa7059 OvmfPkg: Support building OVMF's ResetVector during the EDK II build 497cbb530a58 OvmfPkg: Build OVMF ResetVector during EDK II build process 70e46f44cd13 OvmfPkg/ResetVector: Remove pre-built binaries 3449f56dac9c UefiCpuPkg: Add ResetVector/FixupVtf we can now use fixed PCDs in NASMB source code. Patch #1 removes the unused ResetVectorCode.asm file, suggested by Marvin. Patch #2 is Marvin's v2 patch, simplified. Repo: https://github.com/lersek/edk2.git Branch: reset_vector_pcd_marv_v3 Cc: Jordan Justen Cc: Marvin Häuser Thanks Laszlo Laszlo Ersek (1): OvmfPkg/ResetVector: remove unused file "ResetVectorCode.asm" Marvin Häuser (1): OvmfPkg/ResetVector: Depend on PCD values of the page tables. OvmfPkg/ResetVector/ResetVector.inf | 5 ++ OvmfPkg/ResetVector/Ia32/PageTables64.asm | 22 ++++---- OvmfPkg/ResetVector/ResetVector.nasmb | 12 ++++- OvmfPkg/ResetVector/ResetVectorCode.asm | 53 -------------------- 4 files changed, 25 insertions(+), 67 deletions(-) delete mode 100644 OvmfPkg/ResetVector/ResetVectorCode.asm -- 2.9.2