summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib
AgeCommit message (Expand)AuthorFilesLines
2013-07-29MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel7-1/+330
2013-07-22Correctly character in comments of BaseLib BitField.Liming Gao1-8/+8
2013-07-22Fixed the issue that BitFieldWrite32, BitFieldAnd32, BitFieldOr32, BitFieldAn...Liming Gao1-5/+23
2013-03-13Fix minor typos in BaseLib LinkedList commentslgao42-13/+13
2013-02-17Fix CpuIdEx.asm to return correct ECX/EDX value.niruiyu1-2/+2
2013-01-07Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin4-8/+8
2012-12-25Add ASSERT() for BitField operations to make sure the input value is valid. lgao42-2/+48
2012-10-30Fix memory out of band access in AsmFxSave() and AsmFxRestore(). lgao42-4/+4
2012-05-25Correct a bug in AsmCpuidEx() to return correct ECX and EDX.niruiyu2-10/+10
2012-04-11Current IPF version SwitchStack implementation uses loadrs instruction to res...li-elvin1-2/+4
2012-02-27Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base...lgao41-2/+2
2011-12-28Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao41-43/+20
2011-12-20Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao41-20/+43
2011-12-15Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao44-8/+12
2011-11-25add missing <BR>hhtian1-1/+1
2011-11-08MdePkg/BaseLib: Replaced inline assembly for ARMGCC by GCC assembly source fileoliviermartin3-77/+69
2011-10-08Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish1-1/+1
2011-09-13Minor copyright format updatehhtian1-1/+1
2011-09-02Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin1-24/+1
2011-08-02MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a1-6/+6
2011-07-12MdePkg: Fix X64 clang compile issues.andrewfish4-26/+88
2011-06-28Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey1-1/+4
2011-06-15For BaseLib IsNull() function , update retval value comment to match its func...lgao41-3/+3
2011-02-01Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update...andrewfish6-39/+19
2010-12-15Fix issue with CodeSourcery gcc requiring assembly functions to have a .type ...andrewfish6-2/+35
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten1-2/+2
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin4-8/+8
2010-08-16Refine code.sfu51-44/+8
2010-08-13Refine code.sfu52-11/+12
2010-08-09Fixed K9 scan issues.hhuan133-11/+11
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter112-137/+137
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter55-293/+293
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter29-42/+42
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter162-165/+165
2010-06-11Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter69-114/+114
2010-06-01Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2-2/+2
2010-05-20MdePkg BaseLib: Fix GCC build breakjljusten1-1/+2
2010-05-20Fix GCC build break as MemoryFence() API has already been included in GccInli...qhuang81-1/+2
2010-05-20Fix some typosqhuang82-4/+4
2010-05-18Update copyright formathhtian2-6/+6
2010-05-181. Restore the inline C implementation of GCC assembly files that was tempora...qhuang8132-4716/+3566
2010-05-10Fix bug in AsmCpuVirtual() to return 1 instead of 0 when CPU is in virtual mode.xdu21-1/+2
2010-05-07Fix ICC 11.1 build breakmdkinney1-1/+1
2010-04-23Update the copyright notice formathhtian538-1092/+1092
2010-04-16Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a1-1/+1
2010-04-16Fixed GCC 4.4 build issue. Also fixed issue where upper 32-bits may be lost ...geekboy15a2-3/+4
2010-03-17Add Math64.S to reduce the number of compiler intrinsics that need to be supp...andrewfish2-2/+267
2010-03-01Remove assumption that the transition code for transitioning from 64-bit to 3...mdkinney2-15/+21
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-23Disable interrupt when changing IDTR register.klu25-5/+20