Conversion done using the tools BaseTools/Scripts/ConvertMasmToNasm.py Change in V2: - one commit per assembly source files.
Anthony PERARD (6): OvmfPkg XenBusDxe: Convert Ia32/hypercall.asm to NASM OvmfPkg XenBusDxe: Convert Ia32/InterlockedCompareExchange16.asm to NASM OvmfPkg XenBusDxe: Convert Ia32/TestAndClearBit.asm to NASM OvmfPkg XenBusDxe: Convert X64/hypercall.asm to NASM OvmfPkg XenBusDxe: Convert X64/InterlockedCompareExchange16.asm to NASM OvmfPkg XenBusDxe: Convert X64/TestAndClearBit.asm to NASM .../XenBusDxe/Ia32/InterlockedCompareExchange16.S | 15 --------------- ...nge16.asm => InterlockedCompareExchange16.nasm} | 9 +++------ OvmfPkg/XenBusDxe/Ia32/TestAndClearBit.S | 13 ------------- .../{TestAndClearBit.asm => TestAndClearBit.nasm} | 7 +++---- OvmfPkg/XenBusDxe/Ia32/hypercall.S | 22 ---------------------- .../Ia32/{hypercall.asm => hypercall.nasm} | 7 +++---- .../XenBusDxe/X64/InterlockedCompareExchange16.S | 13 ------------- ...nge16.asm => InterlockedCompareExchange16.nasm} | 8 ++++---- OvmfPkg/XenBusDxe/X64/TestAndClearBit.S | 12 ------------ .../{TestAndClearBit.asm => TestAndClearBit.nasm} | 8 ++++---- OvmfPkg/XenBusDxe/X64/hypercall.S | 22 ---------------------- .../X64/{hypercall.asm => hypercall.nasm} | 8 ++++---- OvmfPkg/XenBusDxe/XenBusDxe.inf | 18 ++++++------------ 13 files changed, 27 insertions(+), 135 deletions(-) delete mode 100644 OvmfPkg/XenBusDxe/Ia32/InterlockedCompareExchange16.S rename OvmfPkg/XenBusDxe/Ia32/{InterlockedCompareExchange16.asm => InterlockedCompareExchange16.nasm} (88%) delete mode 100644 OvmfPkg/XenBusDxe/Ia32/TestAndClearBit.S rename OvmfPkg/XenBusDxe/Ia32/{TestAndClearBit.asm => TestAndClearBit.nasm} (67%) delete mode 100644 OvmfPkg/XenBusDxe/Ia32/hypercall.S rename OvmfPkg/XenBusDxe/Ia32/{hypercall.asm => hypercall.nasm} (83%) delete mode 100644 OvmfPkg/XenBusDxe/X64/InterlockedCompareExchange16.S rename OvmfPkg/XenBusDxe/X64/{InterlockedCompareExchange16.asm => InterlockedCompareExchange16.nasm} (88%) delete mode 100644 OvmfPkg/XenBusDxe/X64/TestAndClearBit.S rename OvmfPkg/XenBusDxe/X64/{TestAndClearBit.asm => TestAndClearBit.nasm} (63%) delete mode 100644 OvmfPkg/XenBusDxe/X64/hypercall.S rename OvmfPkg/XenBusDxe/X64/{hypercall.asm => hypercall.nasm} (77%) -- Anthony PERARD ------------------------------------------------------------------------------ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel