]> git.proxmox.com Git - mirror_edk2.git/shortlog
mirror_edk2.git
2008-12-08 lgao4Add comments for most of enum data type.
2008-12-08 klu2Fix a typo
2008-12-08 tding1update function comments
2008-12-08 jwang36Updated with latest changes.
2008-12-08 eric_tianchange library class name to PciSegmentLib
2008-12-08 vanjeffadded comments for some structures and apply for doxgen...
2008-12-08 klu2Fix a type for undeclared word
2008-12-08 vanjeffadded comments for some structures and apply for doxgen...
2008-12-08 jgong5Code scrubbing.
2008-12-08 jji4Comments have been checked with spec
2008-12-08 lgao4Remove undefined comments for status PCD.
2008-12-08 jji4PCD default value has been changed according to the...
2008-12-08 lgao4correct 0X to 0x
2008-12-08 lgao4Correct the unknown character and update ChangeLog.txt
2008-12-07 mdkinneyUse BIT8-1 insetad of UINT8_MAX
2008-12-07 mdkinneyAdd more detailed comments for many of the Base Types
2008-12-07 mdkinney1) Add descriptions for the enum values or struc member...
2008-12-07 mdkinneyAdd descriptions of EFI_PHYSICAL_ADDRESS and EFI_VIRTUA...
2008-12-07 mdkinneyAdd descriptions for each of the width values in the...
2008-12-07 mdkinneyMake sure the #define for a subtype and the device...
2008-12-07 mdkinneyUpdate SAL_PROC declaration to following coding standar...
2008-12-07 mdkinneyAdd full description of the Format string to the file...
2008-12-07 mdkinneyMove NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI...
2008-12-07 mdkinneyRemove unused declarations from the UEFI Runtime Librar...
2008-12-07 mdkinneyUpdate PE_COFF_LOADER_READ_FILE declaration to followin...
2008-12-07 mdkinneyAdd macro comments for SWITCH_STACK_ENTRY_POINT
2008-12-07 mdkinneyMove NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI...
2008-12-07 mdkinneyRemove use of UINT8_MAX. Use BIT8-1 instead.
2008-12-07 mdkinneyRemove use of 'VOLATILE'. Use 'volatile' instead.
2008-12-07 mdkinneyUse BIT8-1 instead of UINT8_MAX.
2008-12-07 mdkinneyRemove use of EFI_BOOTSERVICE and EFI_RUNTIMESERVICE...
2008-12-07 xli24Use correct capitalization for include path.
2008-12-07 ywu21git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2008-12-06 qwang12IPF GCC tool-chain cleanup.
2008-12-06 ywu21git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2008-12-06 mdkinneyChange _CR() to BASE_CR() to follow naming convention
2008-12-06 mdkinneyChange _CR() to BASE_CR() to follow naming convention
2008-12-06 mdkinneyChange _CR() to BASE_CR() to follow naming convention
2008-12-06 mdkinneyChange _CR() to BASE_CR() to follow naming convention
2008-12-05 niryAdd comments for functions and fix some coding style...
2008-12-05 mdkinneySimplify call to FUNCTION_ENTRY_POINT() based on update...
2008-12-05 mdkinneyUpdate FUNCTION_ENTRY_POINT() to be compatible with...
2008-12-05 mdkinneyRoll back change to Terminal Type PCD
2008-12-05 mdkinneyRoll back change to Terminal Type PCD
2008-12-05 lgao4Add the missing internal header file to pass build
2008-12-05 ywu21for 202033
2008-12-05 ywu21for 202033
2008-12-05 ywu21change some comment and for 202033
2008-12-05 gikidyMake comments match the Spec.
2008-12-05 gikidyChange comment "bitwise inclusive OR" to "bitwise OR".
2008-12-05 qwang12Add in an ASSERT to check the return of HiiLibGetSuppor...
2008-12-05 jji4Comments have been checked with spec
2008-12-05 jji4Comments have been checked with spec
2008-12-05 xli24Code Scrub for UsbKbDxe module.
2008-12-05 jji4Code has been reviewed with spec
2008-12-05 xli24Fix the build break caused by update of FUNCTION_ENTRY_...
2008-12-05 jji4Comments have been checked with spec
2008-12-05 jljustenMatch PCD rename in MdePkg/MdePkg.dec r6857.
2008-12-05 jji4Function name corrected
2008-12-05 gikidyModified the #defines for BIT32..BIT63 to match the...
2008-12-05 eric_tianrevert to older version as /Zm option for "ml" can...
2008-12-05 jji4PCD entries have been reviewed with spec.
2008-12-05 gikidyUpdate the comment for RegisterForRunimeAccess() functi...
2008-12-05 gikidySynchronized Macro definition of GET_GUID_HOB_DATA_SIZ...
2008-12-05 gikidySynchronized Macro definition of GET_GUID_HOB_DATA_SIZ...
2008-12-05 ywu21add [in] [out] in comment
2008-12-05 qwang12add in EDK_6857: Non-Compatible: qwang12.
2008-12-05 qwang12Rename PcdDefaultTerminalType to PcdUartDefaultTerminal...
2008-12-05 eric_tianadd /Zm option for VS2005 assembly to make sure it...
2008-12-05 ywu21update (EFIAPI *EFI_IMAGE_ENTRY_POINT) comment
2008-12-05 qhuang8Update the text to use "x64" instead of "X64" in MdePkg.
2008-12-05 qhuang8Move Ia32PcRtc.c from IA-32 sub-directory and rename...
2008-12-05 gikidyAdd comments for the MACRO follow the Spec, and change...
2008-12-05 eric_tianmove false dependency relation
2008-12-05 qhuang8Update IoLib instance mapping so that the DSC file...
2008-12-04 lgao4Remove todo comment in BaseLib.h
2008-12-04 qwang12update comment
2008-12-04 qwang121) GCC Clean up.
2008-12-04 tding1update INF [LibraryClasses] section to match include...
2008-12-04 jji4Typo corrected
2008-12-04 jwang36Added a feature to print out storage layout in lst...
2008-12-04 lgao4Correct typo.
2008-12-04 lgao4Correct Minor Comments in M3 to M4 review.
2008-12-04 jwang36Re-generated with the latest source code.
2008-12-04 jji4Function comments have been checked with spec.
2008-12-04 jji41)Global variables have been moved backward ahead of...
2008-12-04 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-04 vanjeffChanged the POLL&TIMEOUT timer values from 50ms to...
2008-12-04 xli24Clean DuetPkg for ICC build.
2008-12-04 gikidyChange function IpfFlushCacheRange() to AsmFlushCacheRa...
2008-12-04 gikidyChange function IpfFlushCacheRange() to AsmFlushCacheRa...
2008-12-04 xli24Add module Legacy8259Dxe to IntelFrameworkModulePkg...
2008-12-04 qwang12Fix a bug of not initialize Private->PciRootBridgeIo...
2008-12-04 tding1fix ecc report-out issues
2008-12-04 xli24Use .radix directive that GCC assembly supports.
2008-12-04 qwang12a statement ".radix D" which cause build break for...
2008-12-04 jwang36a. Added a feature to allow override tools option via...
2008-12-04 gikidyFollow the Mde_Lib_Spec to fix the function PeCoffLoade...
2008-12-04 gikidyFollow the Mde_Lib_Spec to fix the function PeCoffLoade...
2008-12-04 gikidyFollow the Mde_Lib_Spec to fix the function PeCoffLoade...
next