From 799d88c1bae7978da23727df94b16f37bd1521f4 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Thu, 12 Mar 2020 23:35:55 +0100 Subject: OvmfPkg: give more telling names to some FDF include files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leif suggested that FDF include files should preferably refer with their names to the FDF file sections from which they are included. Therefore - rename "OvmfPkg.fdf.inc" to "OvmfPkgDefines.fdf.inc" (included from the [Defines] section), - rename "DecomprScratchEnd.fdf.inc" to "FvmainCompactScratchEnd.fdf.inc" (included under the [FV.FVMAIN_COMPACT] section). Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Julien Grall Cc: Leif Lindholm Cc: Philippe Mathieu-Daudé Ref: http://mid.mail-archive.com/20200312142006.GG23627@bivouac.eciton.net Ref: https://edk2.groups.io/g/devel/message/55812 Suggested-by: Leif Lindholm Signed-off-by: Laszlo Ersek Message-Id: <20200312223555.29267-3-lersek@redhat.com> Reviewed-by: Leif Lindholm --- OvmfPkg/OvmfPkgIa32.fdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OvmfPkg/OvmfPkgIa32.fdf') diff --git a/OvmfPkg/OvmfPkgIa32.fdf b/OvmfPkg/OvmfPkgIa32.fdf index f1a15de365..da59437693 100644 --- a/OvmfPkg/OvmfPkgIa32.fdf +++ b/OvmfPkg/OvmfPkgIa32.fdf @@ -11,7 +11,7 @@ ################################################################################ [Defines] -!include OvmfPkg.fdf.inc +!include OvmfPkgDefines.fdf.inc # # Build the variable store and the firmware code as one unified flash device @@ -397,7 +397,7 @@ FILE FV_IMAGE = 9E21FD93-9C72-4c15-8C4B-E77F1DB2D792 { } } -!include DecomprScratchEnd.fdf.inc +!include FvmainCompactScratchEnd.fdf.inc ################################################################################ -- cgit v1.2.3