Age | Commit message (Expand) | Author | Files | Lines |
2007-03-09 | Update the comments. | qwang12 | 1 | -2/+2 |
2007-03-08 | 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI spec | qhuang8 | 1 | -1/+1 |
2007-03-05 | 1. Change the protocol usage type in UefiDriverModelLib | qhuang8 | 2 | -9/+4 |
2007-02-14 | Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library. | qwang12 | 5 | -1/+415 |
2007-02-13 | Clean up MSA for MDE Libs: | qhuang8 | 9 | -34/+16 |
2007-02-13 | Remove the wrong dependency on PeimEntryPointLib | qhuang8 | 1 | -4/+1 |
2007-02-13 | 1. Add two interfaces in PeCoffGetEntryPointLib.h | qhuang8 | 8 | -62/+224 |
2007-02-13 | Add alias EFI_D_XXX to provide backward compatibilities. | qhuang8 | 1 | -15/+34 |
2007-02-13 | Drop the support of DXE_RUNTIME_DRIVER since all combo MDE libraries are remo... | qhuang8 | 2 | -4/+4 |
2007-02-13 | PcdLib is only referenced by IPF arch. | qhuang8 | 1 | -3/+3 |
2007-02-13 | BaseLib is only used by IA32, X64 & IPF | qhuang8 | 1 | -2/+2 |
2007-02-13 | Clean up MSA files | qhuang8 | 1 | -35/+2 |
2007-02-13 | Update all String related functions in BaseLib for this change introduced in ... | qwang12 | 3 | -25/+49 |
2007-02-12 | Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo... | xli24 | 2 | -5/+7 |
2007-02-12 | 1) Added BIT0, BIT1, …, BIT63 to the Base Defines | qwang12 | 26 | -11757/+15654 |
2007-02-06 | updated the comment according to latest version of MWG. | vanjeff | 5 | -10/+8 |
2007-02-05 | 1.Drop the support of UEFI_APPLICATION for UefiDriverLib | qhuang8 | 6 | -16/+10 |
2007-02-02 | 1. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg. | vanjeff | 7 | -52/+72 |
2007-01-31 | 1. PEI core needs to check image machine type | xgu3 | 2 | -42/+72 |
2007-01-30 | Fix a typo in last check in. | qhuang8 | 1 | -2/+2 |
2007-01-30 | Add supported module type & arch filter for all libraries in MdePkg to filter... | qhuang8 | 41 | -256/+232 |
2007-01-26 | Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ... | xli24 | 1 | -12/+12 |
2007-01-26 | removed SupModuleList firstly | vanjeff | 1 | -1/+1 |
2007-01-25 | Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sens... | qwang12 | 1 | -2/+1 |
2007-01-25 | Make MDE package pass intel IPF compiler with /W4 /WX switched on. | xli24 | 65 | -400/+1441 |
2007-01-25 | BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f... | lgao4 | 2 | -13/+1 |
2007-01-24 | Added DXE_RUNTIME_DRIVER in the SupModuleList since DxeStatusCode in EdkModul... | jwang36 | 1 | -1/+1 |
2007-01-24 | add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th... | vanjeff | 1 | -3/+3 |
2007-01-23 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2287 6f1... | yshang1 | 1 | -1/+1 |
2007-01-23 | Updated the function comments in UefiDriverEntryLib to fix EDKT502. | yshang1 | 1 | -20/+12 |
2007-01-23 | Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708. | klu2 | 1 | -1/+1 |
2007-01-18 | Add two useful functions in UefiLib for the implementation of Component Name,... | qhuang8 | 2 | -2/+183 |
2007-01-18 | 1) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definit... | qwang12 | 4 | -168/+105 |
2007-01-17 | supmodulelist not supported by now, i remove it firstly. | vanjeff | 1 | -1/+1 |
2007-01-16 | Fix PeLoad function can't handle invalid PeImage to skip correct debug entry. | lgao4 | 1 | -2/+2 |
2007-01-15 | Correct TeImage Header based on PeiCis spec. | lgao4 | 1 | -1/+1 |
2007-01-15 | Correct TeImage file format and Clean up PeiRebase tool to remove unused code... | lgao4 | 4 | -21/+15 |
2007-01-15 | To fix, | xgu3 | 1 | -2/+2 |
2007-01-12 | Correctly skip debug entry. | lgao4 | 1 | -5/+4 |
2007-01-12 | UART_FLOW_CONTROL_DEVICE_PATH should be defined for both EFI and UEFI | qhuang8 | 1 | -3/+4 |
2007-01-10 | Mark some .c files as MSFT only. | bbahnsen | 1 | -5/+5 |
2007-01-10 | 1. Added comments to ASM files | bxing | 45 | -77/+184 |
2007-01-09 | The header file applies to all architectures. | bbahnsen | 2 | -4/+4 |
2007-01-09 | Add in UefiApplicationEntryPoint library class and library instance. | qwang12 | 5 | -22/+289 |
2007-01-08 | correct SimpleTextIn protocol definition. | lgao4 | 1 | -2/+1 |
2007-01-06 | Use ASM_PFX to optionnaly set the underscore prefix | tgingold | 96 | -206/+206 |
2006-12-29 | Fixed tracker EDKT395 | bxing | 1 | -7/+105 |
2006-12-28 | add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th... | vanjeff | 1 | -2/+4 |
2006-12-28 | Refix the previous issue. | qhuang8 | 2 | -3/+3 |
2006-12-28 | Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"... | qhuang8 | 2 | -2/+2 |