- af2dc6a Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
- 52aa9e1 Updating processor bindings to not use stdint.h. Also added code to verify at compile time that data widths are correct. by geekboy15a · 15 years ago
- ab00035 GLOBAL_REMOVE_IF_UNREFERENCED must be defined to nothing for EBC by mdkinney · 15 years ago
- 6f906c3 Change RETURN_STATUS type to UINTN, thus EFI_STATUS is defined as UINTN to align with recent UEFI 2.3 spec update. by qhuang8 · 15 years ago
- fbf926a sync comments on data structure to follow latest UEFI spec. by eric_tian · 15 years ago
- 8992ce0 Fix file headers and a few comments by mdkinney · 15 years ago
- dda3a6c Add ARM VA_LIST related definitions by mdkinney · 15 years ago
- 2229029 Update BASE_ARG() macro to pass static analysis tools. This change should not cause any changes in behavior by mdkinney · 16 years ago
- f754f72 update codes per MdePkg doxgen review comments. by vanjeff · 16 years ago
- 68167fe Fix build breaks from comment clean up checkin by mdkinney · 16 years ago
- 1a2f870 Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. by pkandel · 16 years ago
- 2075236 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
- 6ed623e Update GCC version of VAR_ARG () to be compatible with non GCC version of VAR_ARG () so it handles TYPE parameters that are smaller than UINTN properly when GCC builtins are used for vararg parsing. by mdkinney · 16 years ago
- 0dcec41 Clean up comment by mdkinney · 16 years ago
- 130a2ee The GCC compiler’s behavior is different than the Microsoft compilers for statically linked vararg functions. The GCC compilers do provide __builtin_ functions for accessing varargs. we should use these intrinsic functions with GCC by eric_tian · 16 years ago
- 262ffea Update macros to make sure all RETURN_STATUS constants are defined to be of type RETURN_STATUS. by mdkinney · 16 years ago
- 2e121e9 Add #defines for commonly used Base Address and Sizes. by mdkinney · 16 years ago
- 4073104 detab by qhuang8 · 16 years ago
- 727501b Fix Some typo. by gikidy · 16 years ago
- 8061916 Fix typos. by qhuang8 · 16 years ago
- f7e994a Fix a type for undeclared word by klu2 · 16 years ago
- c3d4e54 Correct the unknown character and update ChangeLog.txt by lgao4 · 16 years ago
- f4ec40a Add more detailed comments for many of the Base Types by mdkinney · 16 years ago
- 22ce9dc Change _CR() to BASE_CR() to follow naming convention by mdkinney · 16 years ago
- 62991af Make comments match the Spec. by gikidy · 16 years ago
- 4d24730 Modified the #defines for BIT32..BIT63 to match the Spec. by gikidy · 16 years ago
- 3963c4b Add comments for the MACRO follow the Spec, and change some definition not match the Spec. by gikidy · 16 years ago
- ee6c452 Detab by qhuang8 · 16 years ago
- a7cc3d2 add function header for SIGNATURE_XX, according to MDE Spec, 0.61e-7 by vanjeff · 16 years ago
- 13c3106 added EFI_SIGNATURE_XX in Base.h, and updated the industry header files to use them. by vanjeff · 16 years ago
- 67e66cd ECC Clean up. by vanjeff · 16 years ago
- 3fef0f5 1. Add new macro: ALIGN_VALUE to round up a value to the next boundary of a given alignment. by qhuang8 · 16 years ago
- fb5148a by klu2 · 16 years ago
- 54cf878 Merged in the following trackers from EDK: by qwang12 · 17 years ago
- cdebf6c 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE. by yshang1 · 17 years ago
- 959ccb2 Move to directory "Include" by yshang1 · 18 years ago
- 586cd1f Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing builds. Also updated the SPD and FPD files UiNames by lhauch · 18 years ago
- 63afc36 by gtian · 18 years ago
- 878ddf1 Initial import. by bbahnsen · 19 years ago