summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ia32
AgeCommit message (Expand)AuthorFilesLines
2022-03-01MdePkg: Remove the macro definitions regarding Opcode.Jason1-25/+1
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-153/+150
2021-03-08MdePkg/Nasm.inc: add macros for C types used in structure definitionRay Ni1-1/+39
2021-03-02MdePkg/Include: Add CET instructions to Nasm.incSheng Wei1-0/+12
2020-02-06MdePkg Base.h: Use correct style to check macro _MSC_VER valueLiming Gao1-1/+1
2019-10-24MdePkg Base.h: Add definition for CLANG9 tool chainLiming Gao1-2/+2
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2-14/+2
2019-02-28MdePkg/Include: Add Nasm.incYao, Jiewen1-0/+28
2018-12-20MdePkg/Base: introduce MAX_ALLOC_ADDRESSArd Biesheuvel1-0/+5
2018-06-28MdePkg: Clean up source filesLiming Gao1-20/+20
2018-01-25MdePkg/BaseSafeIntLib: Add SafeIntLib class and instanceSean Brogan1-0/+5
2017-11-29MdePkg: Disable VS warning 4701 & 4703 for VS2017Liming Gao1-2/+2
2017-03-06MdePkg/ProcessorBind: add defines for page allocation granularityArd Biesheuvel1-0/+6
2016-10-07MdePkg: Fix some typing errors in the header filesThomas Huth1-2/+2
2015-12-04MdePkg: Disable VS2015 warning C4701 & C4703Liming Gao1-3/+3
2015-01-09MdePkg IA32/X64 ProcessorBind.h : Disable the C4701 and C4703 warnings for VS...Shumin Qiu1-1/+21
2014-09-01MdePkg Base.h: Always define ASM_PFXJordan Justen1-0/+4
2013-07-121. Add defines for MAX values for UEFI data types.Liming Gao1-1/+7
2012-05-16Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed ch...lgao41-3/+3
2011-06-13Add the missing default definition of EFIAPI in Ia32/ProcessorBind.h.lgao41-7/+11
2010-04-23Update the copyright notice formathhtian1-1/+1
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter1-33/+33
2010-03-11Updating processor bindings to not use stdint.h. Also added code to verify a...geekboy15a1-133/+68
2010-01-11disable ICC compiler warning #593: variable was set but never used.eric_tian1-1/+7
2009-08-24Fix file headers and a few commentsmdkinney1-3/+0
2009-08-18Move content from CPU specific ProcessorBind.h files into Base.h if the conte...mdkinney1-31/+0
2009-08-14redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platf...eric_tian1-5/+12
2009-06-04Fix build breaks from comment clean up checkinmdkinney1-0/+5
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel1-8/+3
2009-05-21Remove __APPLE__ usage in ProcessorBind.h files.xli241-6/+6
2009-05-201. Remove .extern from GCC assembly.xli241-0/+5
2009-04-10Allow EFIAPI to be defined on the compiler command line.jljusten1-2/+6
2009-02-231, Use #if defined() to judge the switching macro such as compiler macro. klu21-8/+8
2008-12-29Update copyright for files modified in this yearqhuang81-1/+1
2008-12-07Add more detailed comments for many of the Base Typesmdkinney1-7/+137
2008-12-05Update FUNCTION_ENTRY_POINT() to be compatible with a wider variety of input ...mdkinney1-1/+1
2008-12-05Add comments for the MACRO follow the Spec, and change some definition not ma...gikidy1-6/+7
2008-12-04Correct Minor Comments in M3 to M4 review.lgao41-0/+9
2008-11-17update comments and refine code.vanjeff1-1/+1
2008-10-07trunk/edk2/MdePkg/Include/X64/ProcessorBind.h:jljusten1-6/+0
2008-09-03edk2/MdePkg/Include/Ia32/ProcessorBind.h:jljusten1-0/+6
2008-08-29edk2/MdePkg/Include/Ia32/ProcessorBind.h:jljusten1-1/+6
2008-08-14Use doxygen comment style for document entity such as struct, enum, variable ...klu21-15/+15
2008-06-30make change to support UnixPkg build. The changes are listed as follows:eric_tian1-1/+5
2008-06-02Use #if...#else to not confuse some lint tools for definition of EFIAPIklu21-4/+4
2008-04-22Fix comment typo.klu21-1/+1
2007-11-27Add FUNCTION_ENTRY_POINT macromdkinney1-0/+2
2007-07-24Added "#define ASM_PFX(name) _##name" for GNU assembly code preprocessingjwang361-0/+7
2007-07-06Updated comments for IntelCompiler specific warnings AJFISH1-0/+17
2007-06-27Updated headers to follow coding standardAJFISH1-2/+0