summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a type for undeclared wordklu22008-12-081-1/+1
* added comments for some structures and apply for doxgen formatvanjeff2008-12-083-4/+29
* Code scrubbing.jgong52008-12-086-346/+411
* Comments have been checked with specjji42008-12-081-1/+2
* Remove undefined comments for status PCD.lgao42008-12-085-37/+81
* PCD default value has been changed according to the specjji42008-12-081-3/+3
* correct 0X to 0xlgao42008-12-081-1/+1
* Correct the unknown character and update ChangeLog.txtlgao42008-12-083-3/+16
* Use BIT8-1 insetad of UINT8_MAXmdkinney2008-12-072-2/+2
* Add more detailed comments for many of the Base Typesmdkinney2008-12-075-61/+777
* 1) Add descriptions for the enum values or struc members for the following ty...mdkinney2008-12-071-58/+130
* Add descriptions of EFI_PHYSICAL_ADDRESS and EFI_VIRTUAL_ADDRESSmdkinney2008-12-071-0/+8
* Add descriptions for each of the width values in the enumerationmdkinney2008-12-071-0/+12
* Make sure the #define for a subtype and the device path node for a subtype ea...mdkinney2008-12-071-2/+10
* Update SAL_PROC declaration to following coding standard. There should be no...mdkinney2008-12-071-1/+1
* Add full description of the Format string to the file header of the Print Lib...mdkinney2008-12-071-0/+152
* Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Librarymdkinney2008-12-071-3/+13
* Remove unused declarations from the UEFI Runtime Library for: mdkinney2008-12-071-5/+0
* Update PE_COFF_LOADER_READ_FILE declaration to following coding standard. Th...mdkinney2008-12-071-1/+1
* Add macro comments for SWITCH_STACK_ENTRY_POINTmdkinney2008-12-071-3/+11
* Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI Librarymdkinney2008-12-072-0/+2
* Remove use of UINT8_MAX. Use BIT8-1 instead.mdkinney2008-12-071-1/+1
* Remove use of 'VOLATILE'. Use 'volatile' instead.mdkinney2008-12-072-15/+12
* Use BIT8-1 instead of UINT8_MAX.mdkinney2008-12-071-2/+1
* Remove use of EFI_BOOTSERVICE and EFI_RUNTIMESERVICE. This is not managed th...mdkinney2008-12-071-2/+0
* Use correct capitalization for include path.xli242008-12-071-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6892 6f1...ywu212008-12-074-99/+77
* IPF GCC tool-chain cleanup.qwang122008-12-062-4/+4
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6890 6f1...ywu212008-12-061-2/+0
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-061-1/+1
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-066-9/+9
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-061-1/+1
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-062-5/+5
* Add comments for functions and fix some coding style issue.niry2008-12-0512-367/+329
* Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macromdkinney2008-12-052-2/+2
* Update FUNCTION_ENTRY_POINT() to be compatible with a wider variety of input ...mdkinney2008-12-054-4/+4
* Roll back change to Terminal Type PCDmdkinney2008-12-053-3/+3
* Roll back change to Terminal Type PCDmdkinney2008-12-052-10/+3
* Add the missing internal header file to pass buildlgao42008-12-051-0/+1
* for 202033ywu212008-12-051-0/+97
* for 202033ywu212008-12-051-0/+1
* change some comment and for 202033ywu212008-12-051-123/+72
* Make comments match the Spec.gikidy2008-12-0520-548/+541
* Change comment "bitwise inclusive OR" to "bitwise OR".gikidy2008-12-051-32/+32
* Add in an ASSERT to check the return of HiiLibGetSupportedLanguages. This fun...qwang122008-12-051-0/+1
* Comments have been checked with specjji42008-12-053-13/+4
* Comments have been checked with specjji42008-12-051-4/+1
* Code Scrub for UsbKbDxe module.xli242008-12-054-630/+570
* Code has been reviewed with specjji42008-12-051-0/+5
* Fix the build break caused by update of FUNCTION_ENTRY_POINT macro.xli242008-12-051-1/+1