summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Base.h
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Fix some typing errors in the header filesThomas Huth2016-10-071-1/+1
* MdePkg CryptoPkg EdkCompatibilityPkg: retire NO_BUILTIN_VA_FUNCS defineArd Biesheuvel2016-07-211-1/+1
* MdePkg: Enable new MS VA intrinsics for GNUC x86 64bits buildShi, Steven2016-07-211-0/+26
* MdePkg: avoid __builtin_unreachable() on GCC v4.4Ard Biesheuvel2016-07-211-1/+2
* MdePkg Base.h: Fix typo funcation to functionStar Zeng2016-07-091-5/+5
* MdePkg: Add NORETURN attribute and UNREACHABLE() macro.Marvin H?user2016-06-221-0/+110
* MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.Fu Siyuan2016-02-251-0/+6
* MdePkg: Update Base.h to fix compilation issues with ICC.edk2-devel2016-02-121-1/+1
* MdePkg:Add a new error status code EFI_HTTP_ERROR.Zhang Lubo2016-02-031-1/+6
* MdePkg/Include: Add support for flexible array membersMichael Kinney2015-05-071-1/+7
* MdePkg Base.h: Fix EBC build failure and add comments for RETURN_ADDRESS macro.Star Zeng2014-11-171-12/+32
* MdePkg: Add RETURN_ADDRESS macro into Base.h.Star Zeng2014-11-121-1/+22
* MdePkg Base.h: Always define ASM_PFXJordan Justen2014-09-011-13/+12
* 1. Add defines for MAX values for UEFI data types.Liming Gao2013-07-121-1/+12
* MdePkg/Include/Base.h: Defined __va_copy macro when not defined by the ARM to...oliviermartin2012-02-281-0/+5
* MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in t...rsun32012-02-221-1/+19
* Add header file for KMS.lzeng142011-07-191-0/+12
* Add ABS() macro (Absolute Value) to Base.h in MdePkgmdkinney2011-06-131-2/+14
* MdePkg: Use builtin offsetof function for GCC 4.0 and newerjljusten2010-10-131-109/+117
* Fixed K9 scan issues.hhuan132010-08-091-1/+1
* Made use of GCC built-in functions for variable arguments in procedures depen...geekboy15a2010-04-291-1/+1
* Update the copyright notice formathhtian2010-04-231-3/+3
* Define VERIFY_SIZE_OF macro to verify size of basic UEFI Data types. This sho...qhuang82010-03-191-15/+26
* Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @ret...myronporter2010-03-151-1/+2
* Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter2010-03-121-23/+24
* Updating processor bindings to not use stdint.h. Also added code to verify a...geekboy15a2010-03-111-0/+19
* GLOBAL_REMOVE_IF_UNREFERENCED must be defined to nothing for EBCmdkinney2009-10-161-1/+1
* Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to al...qhuang82009-09-301-4/+4
* sync comments on data structure to follow latest UEFI spec.eric_tian2009-09-241-1/+1
* Fix file headers and a few commentsmdkinney2009-08-241-1/+1
* Add ARM VA_LIST related definitionsmdkinney2009-08-181-5/+93
* Update BASE_ARG() macro to pass static analysis tools. This change should no...mdkinney2009-07-011-1/+10
* update codes per MdePkg doxgen review comments.vanjeff2009-06-111-3/+1
* Fix build breaks from comment clean up checkinmdkinney2009-06-041-9/+32
* Second set of changes based on a review of the code comments in the Include d...pkandel2009-06-041-34/+11
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-301-9/+32
* Update GCC version of VAR_ARG () to be compatible with non GCC version of VAR...mdkinney2009-05-101-3/+3
* Clean up commentmdkinney2009-05-081-2/+2
* The GCC compiler’s behavior is different than the Microsoft compilers for s...eric_tian2009-05-081-0/+15
* Update macros to make sure all RETURN_STATUS constants are defined to be of t...mdkinney2009-02-141-3/+3
* Add #defines for commonly used Base Address and Sizes.mdkinney2009-02-101-0/+110
* detabqhuang82008-12-221-3/+3
* Fix Some typo.gikidy2008-12-161-4/+4
* Fix typos.qhuang82008-12-151-2/+2
* Fix a type for undeclared wordklu22008-12-081-1/+1
* Correct the unknown character and update ChangeLog.txtlgao42008-12-081-0/+7
* Add more detailed comments for many of the Base Typesmdkinney2008-12-071-21/+231
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-061-1/+1
* Make comments match the Spec.gikidy2008-12-051-6/+6
* Modified the #defines for BIT32..BIT63 to match the Spec.gikidy2008-12-051-32/+32