summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/Ia32/Thunk16.S
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: First instruction after clearing CR0.PE must be a far jmp.David Woodhouse2013-12-301-13/+11
* Clean up hard-coded offsets and other utter bogosity in Thunk16.SDavid Woodhouse2013-12-301-50/+71
* Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin2013-01-071-2/+2
* Roll back the previous change in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao42011-12-281-43/+20
* Clean up the hard code offset in MdePkg BaseLib Ia32 Thunk16.S and EcpPkg Glu...lgao42011-12-201-20/+43
* Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao42011-12-151-2/+3
* MdePkg: Fix GCC Thunk support for IA32jljusten2010-12-061-2/+2
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-121-2/+2
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-2/+2
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter2010-06-221-1/+1
* Update the copyright notice formathhtian2010-04-231-2/+2
* Add ASM_PFX() for exposed symoble from assemble to Cklu22009-11-171-2/+2
* Replace .globl with ASM_GLOBALxli242009-05-201-2/+2
* Update copyright for files modified in this yearqhuang82008-12-291-1/+1
* Detabqhuang82008-11-191-8/+8
* Replace "addr16" with other instructions.qhuang82008-03-101-2/+2
* add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE...qwang122007-10-161-0/+2
* 1. Port X64, IPF and EBC arch for BaseLibvanjeff2007-07-021-5/+0
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-221-0/+205
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-200/+0
* Use ASM_PFX to optionnaly set the underscore prefixtgingold2007-01-061-14/+14
* 1.Fix .global issue in GAS (EdkT207).qhuang82006-09-251-14/+14
* 1. Updated function headers in all assembly files.bxing2006-07-211-41/+34
* Port thunk16 code from MSFT to GCC assembly.qhuang82006-07-141-21/+184
* sync GCC assembly files with MASM assembly filesqhuang82006-07-111-1/+18
* Use capital S for GCC assembly. This enables pre-processing for PCD support.bbahnsen2006-06-201-0/+27