summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Base.h
AgeCommit message (Expand)Author
2016-10-07MdePkg: Fix some typing errors in the header filesThomas Huth
2016-07-21MdePkg CryptoPkg EdkCompatibilityPkg: retire NO_BUILTIN_VA_FUNCS defineArd Biesheuvel
2016-07-21MdePkg: Enable new MS VA intrinsics for GNUC x86 64bits buildShi, Steven
2016-07-21MdePkg: avoid __builtin_unreachable() on GCC v4.4Ard Biesheuvel
2016-07-09MdePkg Base.h: Fix typo funcation to functionStar Zeng
2016-06-22MdePkg: Add NORETURN attribute and UNREACHABLE() macro.Marvin H?user
2016-02-25MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.Fu Siyuan
2016-02-12MdePkg: Update Base.h to fix compilation issues with ICC.edk2-devel
2016-02-03MdePkg:Add a new error status code EFI_HTTP_ERROR.Zhang Lubo
2015-05-07MdePkg/Include: Add support for flexible array membersMichael Kinney
2014-11-17MdePkg Base.h: Fix EBC build failure and add comments for RETURN_ADDRESS macro.Star Zeng
2014-11-12MdePkg: Add RETURN_ADDRESS macro into Base.h.Star Zeng
2014-09-01MdePkg Base.h: Always define ASM_PFXJordan Justen
2013-07-121. Add defines for MAX values for UEFI data types.Liming Gao
2012-02-28MdePkg/Include/Base.h: Defined __va_copy macro when not defined by the ARM to...oliviermartin
2012-02-22MdePkg: Add a new macro VA_COPY for variable argument support. Fix a bug in t...rsun3
2011-07-19Add header file for KMS.lzeng14
2011-06-13Add ABS() macro (Absolute Value) to Base.h in MdePkgmdkinney
2010-10-13MdePkg: Use builtin offsetof function for GCC 4.0 and newerjljusten
2010-08-09Fixed K9 scan issues.hhuan13
2010-04-29Made use of GCC built-in functions for variable arguments in procedures depen...geekboy15a
2010-04-23Update the copyright notice formathhtian
2010-03-19Define VERIFY_SIZE_OF macro to verify size of basic UEFI Data types. This sho...qhuang8
2010-03-15Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @ret...myronporter
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
2009-10-16GLOBAL_REMOVE_IF_UNREFERENCED must be defined to nothing for EBCmdkinney
2009-09-30Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to al...qhuang8
2009-09-24sync comments on data structure to follow latest UEFI spec.eric_tian
2009-08-24Fix file headers and a few commentsmdkinney
2009-08-18Add ARM VA_LIST related definitionsmdkinney
2009-07-01Update BASE_ARG() macro to pass static analysis tools. This change should no...mdkinney
2009-06-11update codes per MdePkg doxgen review comments.vanjeff
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-30This checkin addresses the compatibility issue of passing arguments of type V...mdkinney
2009-05-10Update GCC version of VAR_ARG () to be compatible with non GCC version of VAR...mdkinney
2009-05-08Clean up commentmdkinney
2009-05-08The GCC compiler’s behavior is different than the Microsoft compilers for s...eric_tian
2009-02-14Update macros to make sure all RETURN_STATUS constants are defined to be of t...mdkinney
2009-02-10Add #defines for commonly used Base Address and Sizes.mdkinney
2008-12-22detabqhuang8
2008-12-16Fix Some typo.gikidy
2008-12-15Fix typos.qhuang8
2008-12-08Fix a type for undeclared wordklu2
2008-12-08Correct the unknown character and update ChangeLog.txtlgao4
2008-12-07Add more detailed comments for many of the Base Typesmdkinney
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney
2008-12-05Make comments match the Spec.gikidy
2008-12-05Modified the #defines for BIT32..BIT63 to match the Spec.gikidy