mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
UefiCpuPkg/CpuExceptionHandlerLib: Reorder the INF files alphabetically
Some of the order is not in alphabetical, reorder. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4726 Cc: Ray Ni <ray.ni@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Chao Li <lichao@loongson.cn> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
18ad6485a9
commit
fecca982e3
@ -22,21 +22,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/ExceptionHandlerAsm.nasm
|
|
||||||
Ia32/ExceptionTssEntryAsm.nasm
|
|
||||||
Ia32/ArchExceptionHandler.c
|
Ia32/ArchExceptionHandler.c
|
||||||
Ia32/ArchInterruptDefs.h
|
Ia32/ArchInterruptDefs.h
|
||||||
|
Ia32/ExceptionHandlerAsm.nasm
|
||||||
|
Ia32/ExceptionTssEntryAsm.nasm
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/ExceptionHandlerAsm.nasm
|
|
||||||
X64/ArchExceptionHandler.c
|
X64/ArchExceptionHandler.c
|
||||||
X64/ArchInterruptDefs.h
|
X64/ArchInterruptDefs.h
|
||||||
|
X64/ExceptionHandlerAsm.nasm
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
CpuExceptionCommon.h
|
CpuExceptionCommon.h
|
||||||
CpuExceptionCommon.c
|
CpuExceptionCommon.c
|
||||||
PeiDxeSmmCpuException.c
|
|
||||||
DxeException.c
|
DxeException.c
|
||||||
|
PeiDxeSmmCpuException.c
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard
|
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard
|
||||||
@ -53,14 +53,14 @@
|
|||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseLib
|
BaseLib
|
||||||
SerialPortLib
|
|
||||||
PrintLib
|
|
||||||
SynchronizationLib
|
|
||||||
LocalApicLib
|
|
||||||
PeCoffGetEntryPointLib
|
|
||||||
MemoryAllocationLib
|
|
||||||
DebugLib
|
|
||||||
CcExitLib
|
CcExitLib
|
||||||
|
DebugLib
|
||||||
|
LocalApicLib
|
||||||
|
MemoryAllocationLib
|
||||||
|
PeCoffGetEntryPointLib
|
||||||
|
PrintLib
|
||||||
|
SerialPortLib
|
||||||
|
SynchronizationLib
|
||||||
|
|
||||||
[BuildOptions]
|
[BuildOptions]
|
||||||
XCODE:*_*_X64_NASM_FLAGS = -D NO_ABSOLUTE_RELOCS_IN_TEXT
|
XCODE:*_*_X64_NASM_FLAGS = -D NO_ABSOLUTE_RELOCS_IN_TEXT
|
||||||
|
@ -22,15 +22,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/ExceptionHandlerAsm.nasm
|
|
||||||
Ia32/ExceptionTssEntryAsm.nasm
|
|
||||||
Ia32/ArchExceptionHandler.c
|
Ia32/ArchExceptionHandler.c
|
||||||
Ia32/ArchInterruptDefs.h
|
Ia32/ArchInterruptDefs.h
|
||||||
|
Ia32/ExceptionHandlerAsm.nasm
|
||||||
|
Ia32/ExceptionTssEntryAsm.nasm
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/SecPeiExceptionHandlerAsm.nasm
|
|
||||||
X64/ArchExceptionHandler.c
|
X64/ArchExceptionHandler.c
|
||||||
X64/ArchInterruptDefs.h
|
X64/ArchInterruptDefs.h
|
||||||
|
X64/SecPeiExceptionHandlerAsm.nasm
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
CpuExceptionCommon.h
|
CpuExceptionCommon.h
|
||||||
@ -45,14 +45,14 @@
|
|||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseLib
|
BaseLib
|
||||||
SerialPortLib
|
|
||||||
PrintLib
|
|
||||||
LocalApicLib
|
|
||||||
PeCoffGetEntryPointLib
|
|
||||||
HobLib
|
|
||||||
MemoryAllocationLib
|
|
||||||
SynchronizationLib
|
|
||||||
CcExitLib
|
CcExitLib
|
||||||
|
HobLib
|
||||||
|
LocalApicLib
|
||||||
|
MemoryAllocationLib
|
||||||
|
PeCoffGetEntryPointLib
|
||||||
|
PrintLib
|
||||||
|
SerialPortLib
|
||||||
|
SynchronizationLib
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard # CONSUMES
|
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard # CONSUMES
|
||||||
|
@ -22,15 +22,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/ExceptionHandlerAsm.nasm
|
|
||||||
Ia32/ExceptionTssEntryAsm.nasm
|
|
||||||
Ia32/ArchExceptionHandler.c
|
Ia32/ArchExceptionHandler.c
|
||||||
Ia32/ArchInterruptDefs.h
|
Ia32/ArchInterruptDefs.h
|
||||||
|
Ia32/ExceptionHandlerAsm.nasm
|
||||||
|
Ia32/ExceptionTssEntryAsm.nasm
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/SecPeiExceptionHandlerAsm.nasm
|
|
||||||
X64/ArchExceptionHandler.c
|
X64/ArchExceptionHandler.c
|
||||||
X64/ArchInterruptDefs.h
|
X64/ArchInterruptDefs.h
|
||||||
|
X64/SecPeiExceptionHandlerAsm.nasm
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
CpuExceptionCommon.h
|
CpuExceptionCommon.h
|
||||||
@ -44,11 +44,11 @@
|
|||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseLib
|
BaseLib
|
||||||
SerialPortLib
|
CcExitLib
|
||||||
PrintLib
|
|
||||||
LocalApicLib
|
LocalApicLib
|
||||||
PeCoffGetEntryPointLib
|
PeCoffGetEntryPointLib
|
||||||
CcExitLib
|
PrintLib
|
||||||
|
SerialPortLib
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard
|
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard
|
||||||
|
@ -22,15 +22,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/ExceptionHandlerAsm.nasm
|
|
||||||
Ia32/ExceptionTssEntryAsm.nasm
|
|
||||||
Ia32/ArchExceptionHandler.c
|
Ia32/ArchExceptionHandler.c
|
||||||
Ia32/ArchInterruptDefs.h
|
Ia32/ArchInterruptDefs.h
|
||||||
|
Ia32/ExceptionHandlerAsm.nasm
|
||||||
|
Ia32/ExceptionTssEntryAsm.nasm
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/ExceptionHandlerAsm.nasm
|
|
||||||
X64/ArchExceptionHandler.c
|
X64/ArchExceptionHandler.c
|
||||||
X64/ArchInterruptDefs.h
|
X64/ArchInterruptDefs.h
|
||||||
|
X64/ExceptionHandlerAsm.nasm
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
CpuExceptionCommon.h
|
CpuExceptionCommon.h
|
||||||
@ -45,13 +45,13 @@
|
|||||||
|
|
||||||
[LibraryClasses]
|
[LibraryClasses]
|
||||||
BaseLib
|
BaseLib
|
||||||
SerialPortLib
|
CcExitLib
|
||||||
PrintLib
|
DebugLib
|
||||||
SynchronizationLib
|
|
||||||
LocalApicLib
|
LocalApicLib
|
||||||
PeCoffGetEntryPointLib
|
PeCoffGetEntryPointLib
|
||||||
DebugLib
|
PrintLib
|
||||||
CcExitLib
|
SerialPortLib
|
||||||
|
SynchronizationLib
|
||||||
|
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard
|
gEfiMdeModulePkgTokenSpaceGuid.PcdCpuStackGuard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user