summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ia32
AgeCommit message (Expand)Author
2013-07-121. Add defines for MAX values for UEFI data types.Liming Gao
2012-05-16Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed ch...lgao4
2011-06-13Add the missing default definition of EFIAPI in Ia32/ProcessorBind.h.lgao4
2010-04-23Update the copyright notice formathhtian
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter
2010-03-11Updating processor bindings to not use stdint.h. Also added code to verify a...geekboy15a
2010-01-11disable ICC compiler warning #593: variable was set but never used.eric_tian
2009-08-24Fix file headers and a few commentsmdkinney
2009-08-18Move content from CPU specific ProcessorBind.h files into Base.h if the conte...mdkinney
2009-08-14redefine the ASM_PFX to let it can work on Apple/NetBSD and other Unix* platf...eric_tian
2009-06-04Fix build breaks from comment clean up checkinmdkinney
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel
2009-05-21Remove __APPLE__ usage in ProcessorBind.h files.xli24
2009-05-201. Remove .extern from GCC assembly.xli24
2009-04-10Allow EFIAPI to be defined on the compiler command line.jljusten
2009-02-231, Use #if defined() to judge the switching macro such as compiler macro. klu2
2008-12-29Update copyright for files modified in this yearqhuang8
2008-12-07Add more detailed comments for many of the Base Typesmdkinney
2008-12-05Update FUNCTION_ENTRY_POINT() to be compatible with a wider variety of input ...mdkinney
2008-12-05Add comments for the MACRO follow the Spec, and change some definition not ma...gikidy
2008-12-04Correct Minor Comments in M3 to M4 review.lgao4
2008-11-17update comments and refine code.vanjeff
2008-10-07trunk/edk2/MdePkg/Include/X64/ProcessorBind.h:jljusten
2008-09-03edk2/MdePkg/Include/Ia32/ProcessorBind.h:jljusten
2008-08-29edk2/MdePkg/Include/Ia32/ProcessorBind.h:jljusten
2008-08-14Use doxygen comment style for document entity such as struct, enum, variable ...klu2
2008-06-30make change to support UnixPkg build. The changes are listed as follows:eric_tian
2008-06-02Use #if...#else to not confuse some lint tools for definition of EFIAPIklu2
2008-04-22Fix comment typo.klu2
2007-11-27Add FUNCTION_ENTRY_POINT macromdkinney
2007-07-24Added "#define ASM_PFX(name) _##name" for GNU assembly code preprocessingjwang36
2007-07-06Updated comments for IntelCompiler specific warnings AJFISH
2007-06-27Updated headers to follow coding standardAJFISH
2007-06-08Move to directory "Include"yshang1
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2006-12-26Fix some Linux's build issue.klu2
2006-11-09Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the suppor...mdkinney
2006-09-05Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is ...jwang36
2006-07-20Remove BugBug in comments and adjust function header according to code style ...lgao4
2006-04-21Initial import.bbahnsen