summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Ipf
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-23Update the copyright notice formathhtian2-3/+3
2010-03-12Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter1-32/+32
2010-03-11Updating processor bindings to not use stdint.h. Also added code to verify a...geekboy15a1-185/+68
2010-01-11disable ICC compiler warning #593: variable was set but never used.eric_tian1-1/+7
2009-08-18Move content from CPU specific ProcessorBind.h files into Base.h if the conte...mdkinney1-21/+0
2009-06-04Fix build breaks from comment clean up checkinmdkinney1-0/+6
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel1-11/+5
2009-05-21Remove __APPLE__ usage in ProcessorBind.h files.xli241-5/+5
2009-05-20Define macro for .global/.globl in assembly.xli241-0/+6
2009-04-10Allow EFIAPI to be defined on the compiler command line.jljusten1-2/+6
2009-02-24Fix typo in last check in qhuang81-1/+1
2009-02-231, Use #if defined() to judge the switching macro such as compiler macro. klu21-7/+7
2009-02-09Clean IpfMacro.i to remove unused Macro.lgao41-42/+25
2008-12-29Update copyright for files modified in this yearqhuang81-1/+1
2008-12-07Add more detailed comments for many of the Base Typesmdkinney1-15/+184
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-7/+8
2008-12-04Correct Minor Comments in M3 to M4 review.lgao41-0/+12
2008-11-17update comments and refine code.vanjeff1-4/+1
2008-10-07trunk/edk2/MdePkg/Include/X64/ProcessorBind.h:jljusten1-6/+0
2008-09-03edk2/MdePkg/Include/x64/ProcessorBind.h:jljusten1-1/+12
2008-08-14 klu21-6/+6
2007-11-27Add FUNCTION_ENTRY_POINT macromdkinney1-0/+2
2007-10-31Added macro GLOBAL_OBJECT and GLOBAL_CONSTANT, and changed '.global' to '.glo...zliu31-11/+19
2007-10-11changed the Sec information structure for IPFvprabhal1-6/+0
2007-07-06Updated comments for IntelCompiler specific warnings AJFISH1-10/+11
2007-07-06Diable 1418 and 1419 with pragma.qwang121-0/+14
2007-07-04Add the IPF boot mode into ProcessorBind.h, and these boot mode is defined in...zliu31-22/+28
2007-06-27Updated headers to follow coding standardAJFISH1-2/+7
2007-06-22git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2711 6f1...yshang12-1568/+0
2007-06-22Rename the PalApi.h to Pal.h.yshang12-0/+0
2007-06-22git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2708 6f1...yshang11-2/+0
2007-06-22Delete the IpfDefines.h from MDE package. It should be in IpfCpu package.yshang11-553/+0
2007-06-19Checked in the Protocols introduced in UEFI/PI.yshang11-0/+816
2007-06-08Move to directory "Include"yshang15-0/+1593
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch5-1591/+0
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian1-0/+31
2006-12-19Add GLOBAL_FUNCTION macro for Itaniummdkinney1-0/+3
2006-12-19Add FIT types from the SAL Spec to SalApi.hmdkinney1-2/+18
2006-12-18Only include SmmCis.h if the CPU Arch is IA32 or X64mdkinney2-17/+10
2006-11-26Define GLOABAL_REMOVE_IF_UNREFERENCED for IPF on MSFT tool chainsmdkinney1-1/+5
2006-11-18Add EFI_DELIVERY_MODE to SalApi.hmdkinney1-0/+14
2006-11-18Disable warning when assigning a function pointer to a data pointermdkinney1-0/+5
2006-11-09Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the suppor...mdkinney1-0/+6
2006-09-05Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is ...jwang361-0/+9
2006-04-21Initial import.bbahnsen4-0/+1510