audk/UnixPkg/Library/UnixBaseLib
li-elvin 1abad90b73 Update UnixPkg to use IA32_SEGMENT_DESCRIPTOR defined in BaseLib.h
Signed-off-by: li-elvin
Reviewed-by: lgao4


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12279 6f19259b-4bc3-4df7-8a09-765794883524
2011-09-05 09:52:23 +00:00
..
X64 2nd wave of r11105 checkin.2nd wave of r11105 checkin. 2010-12-01 00:41:31 +00:00
ARShiftU64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
BaseLibInternals.h Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
BitField.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
CheckSum.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
ChkStkGcc.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
Cpu.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
CpuDeadLoop.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
DivS64x64Remainder.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
DivU64x32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
DivU64x32Remainder.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
DivU64x64Remainder.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
GetPowerOfTwo32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
GetPowerOfTwo64.c Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler I've been able to run checked in X64 EFI shell binary! We are hoping to get the open source LLVM compiler working for this... Since the SEC has to be UNIX ABI to make the POSIX calls it is compiled using a different compiler and the rest of the UnixPkg is compiled with UNIXPKG tool. You just need to point UNIXPKG at your EFI X64 ABI compiler of choice, it should work like MYTOOLS. Some one may want to port this to Linux at some point. To build cd into UnixPkg and ./build64.sh 2010-08-18 20:24:08 +00:00
HighBitSet32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
HighBitSet64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
LRotU32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
LRotU64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
LShiftU64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
LinkedList.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
LongJump.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
LowBitSet32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
LowBitSet64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
Math64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
ModU64x32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
MultS64x64.c Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler I've been able to run checked in X64 EFI shell binary! We are hoping to get the open source LLVM compiler working for this... Since the SEC has to be UNIX ABI to make the POSIX calls it is compiled using a different compiler and the rest of the UnixPkg is compiled with UNIXPKG tool. You just need to point UNIXPKG at your EFI X64 ABI compiler of choice, it should work like MYTOOLS. Some one may want to port this to Linux at some point. To build cd into UnixPkg and ./build64.sh 2010-08-18 20:24:08 +00:00
MultU64x32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
MultU64x64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
RRotU32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
RRotU64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
RShiftU64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
SetJump.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
String.c Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler I've been able to run checked in X64 EFI shell binary! We are hoping to get the open source LLVM compiler working for this... Since the SEC has to be UNIX ABI to make the POSIX calls it is compiled using a different compiler and the rest of the UnixPkg is compiled with UNIXPKG tool. You just need to point UNIXPKG at your EFI X64 ABI compiler of choice, it should work like MYTOOLS. Some one may want to port this to Linux at some point. To build cd into UnixPkg and ./build64.sh 2010-08-18 20:24:08 +00:00
SwapBytes16.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
SwapBytes32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
SwapBytes64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
SwitchStack.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
Unaligned.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
UnixBaseLib.inf Change the GUID value of UnixBaseLib to avoid Guid value collision with BaseLib.inf in MdePkg. 2010-07-26 08:58:14 +00:00
X86DisablePaging32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86DisablePaging64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86EnablePaging32.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86EnablePaging64.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86FxRestore.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86FxSave.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86GetInterruptState.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86MemoryFence.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86Msr.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86ReadGdtr.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86ReadIdtr.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86Thunk.c Update UnixPkg to use IA32_SEGMENT_DESCRIPTOR defined in BaseLib.h 2011-09-05 09:52:23 +00:00
X86WriteGdtr.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00
X86WriteIdtr.c Added to support X64 port (with SV5 ABI). May be able to remove after we port everything, but Sec, to EFI X64 ABI. 2010-07-22 19:22:34 +00:00