summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/Thunk16.S
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-12-30Clean up hard-coded offsets and other utter bogosity in Thunk16.SDavid Woodhouse
2013-01-07Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin
2011-12-28Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao4
2011-12-20Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao4
2011-12-15Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao4
2010-12-06MdePkg: Fix GCC Thunk support for IA32jljusten
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter
2010-04-23Update the copyright notice formathhtian
2009-11-17Add ASM_PFX() for exposed symoble from assemble to Cklu2
2009-05-20Replace .globl with ASM_GLOBALxli24
2008-12-29Update copyright for files modified in this yearqhuang8
2008-11-19Detabqhuang8
2008-03-10Replace "addr16" with other instructions.qhuang8
2007-10-16add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE...qwang12
2007-07-021. Port X64, IPF and EBC arch for BaseLibvanjeff
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-06Use ASM_PFX to optionnaly set the underscore prefixtgingold
2006-09-251.Fix .global issue in GAS (EdkT207).qhuang8
2006-07-211. Updated function headers in all assembly files.bxing
2006-07-14Port thunk16 code from MSFT to GCC assembly.qhuang8
2006-07-11sync GCC assembly files with MASM assembly filesqhuang8
2006-06-20Use capital S for GCC assembly. This enables pre-processing for PCD support.bbahnsen