edk2/OvmfPkg/XenResetVector
Ray Ni a7908f214d UefiCpuPkg, OvmfPkg: Rename .asm files to .nasm.inc in ResetVector
The .asm files are included by other assembly files and are not standalone
assembly files. The .asm extension may cause confusion and make it seem
like they are standalone assembly files and can be compiled by MASM.

Rename them to .nasm.inc to avoid confusion and make it clear that they
are NASM include files.

The .nasm.inc extension is to distinguish them from .inc files which are
usually used for assembly include files holding macros.

Because the reset vectors in OvmfPkg reuse the same assembly files in
UefiCpuPkg, the files in OvmfPkg that include the .asm files in
UefiCpuPkg are also updated to include the .nasm.inc files.
Separating the changes into 2 commits is not possible due to the
dependencies between the files.

Continuous-integration-options: PatchCheck.ignore-multi-package

Signed-off-by: Ray Ni <ray.ni@intel.com>
2026-03-23 09:47:30 +00:00
..
Ia16 UefiCpuPkg, OvmfPkg: Rename .asm files to .nasm.inc in ResetVector 2026-03-23 09:47:30 +00:00
Ia32 UefiCpuPkg, OvmfPkg: Rename .asm files to .nasm.inc in ResetVector 2026-03-23 09:47:30 +00:00
XenResetVector.inf OvmfPkg: Make ResetVector USER_DEFINED 2024-11-13 21:01:46 +00:00
XenResetVector.nasmb UefiCpuPkg, OvmfPkg: Rename .asm files to .nasm.inc in ResetVector 2026-03-23 09:47:30 +00:00