summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/Thunk16.asm
AgeCommit message (Expand)Author
2016-12-26MdePkg: Move to new locationGuo Mang
2013-12-30MdePkg: First instruction after clearing CR0.PE must be a far jmp.David Woodhouse
2013-01-07Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin
2011-12-15Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao4
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter
2010-04-23Update the copyright notice formathhtian
2008-12-29Update copyright for files modified in this yearqhuang8
2008-10-31Use #include "XXX.h" for module internal header files.qhuang8
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2007-01-101. Added comments to ASM filesbxing
2006-07-211. Updated function headers in all assembly files.bxing
2006-07-17Modified coding style, removed unnecessary comments and "offset" key words.bxing
2006-07-04git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@742 6f19...jwang36
2006-06-16Rool Back this modification to enable gcc Build.lgao4
2006-06-15Thunk16.asm's can use constants defined in BaseLib.h now.bxing
2006-05-241. Updated CpuFlushTlb() according to IA-64 programmer's guidebxing
2006-05-15Updated BaseLib for THUNK functions and some CPU functionsbxing
2006-04-24Rename dirsbbahnsen