mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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> |
||
|---|---|---|
| .. | ||
| Ia16 | ||
| Ia32 | ||
| XenResetVector.inf | ||
| XenResetVector.nasmb | ||