Age | Commit message (Expand) | Author |
2008-09-27 | 1. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of e... | qhuang8 |
2008-09-23 | add detail comments on the complicated code segment. | eric_tian |
2008-09-23 | move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres... | eric_tian |
2008-09-23 | Don't align image address for TeImage, because TeImage section alignment is u... | lgao4 |
2008-09-18 | Rollback change done in 5919: "Remove the status code EFI_ALREADY_STARTED to ... | qwang12 |
2008-09-18 | Remove the GrowBuffer function. Just use the simple way to get the buffer siz... | qwang12 |
2008-09-17 | Adjust the function layout to remove the prototype of internal functions to r... | qhuang8 |
2008-09-17 | Apply HighBitSet() in MDE baseLib to retire the internal function CoreHighest... | qhuang8 |
2008-09-17 | Remove the status code EFI_ALREADY_STARTED to avoid confusion since it is not... | qhuang8 |
2008-09-17 | Adjust the function layout of Timer.c to remove the prototype to reduce sync ... | qhuang8 |
2008-09-17 | Refine code to remove the last entry of mArchProtocol. | qhuang8 |
2008-09-17 | Fix several code review minor comments: | qhuang8 |
2008-09-17 | Fix several code review minor comments: | qhuang8 |
2008-09-17 | Add VA_END to end the VA_START. | qwang12 |
2008-09-17 | Remove the unnecessary spin_lock protection around CoreUnloadImage. There is ... | qwang12 |
2008-09-16 | CoreHandleProtocol function description should be corrected. | eric_tian |
2008-09-16 | Merge the global data in ExecData.c to Event.c | eric_tian |
2008-09-16 | Comments for CoreInitializeMemoryServices should be updated | eric_tian |
2008-09-16 | The file name Exec.h contains UEFI Event support functions and structure. But... | eric_tian |
2008-09-16 | follow up the comments from code review. | eric_tian |
2008-09-12 | Remove the internal CoreCreateProtocolNotifyEvent() in DxeCore, for UefiLib p... | qhuang8 |
2008-09-10 | Update the usage of ALIGN_VARIABLE for the interface change. | qhuang8 |
2008-09-10 | Fix a bug by adding CoreReleaseProtocolLock. | qwang12 |
2008-09-10 | Add EFIAPI modifier for all GCD services APIs | qhuang8 |
2008-09-09 | Remove the prototype of internal functions to avoid the sync efforts. | qhuang8 |
2008-09-09 | Rename Hand.h to Handle.h. | qwang12 |
2008-09-09 | Adjust the field position of PROTOCOL_NOTIFY. | qwang12 |
2008-09-09 | 1) Update some comment. | qwang12 |
2008-09-09 | Remove unused global variable. | qhuang8 |
2008-09-09 | Remove two obsolete function prototypes. | qhuang8 |
2008-09-08 | Change field Handle to type IHANDLE to remove the type casting. | qwang12 |
2008-09-08 | Remove NULL_HANDLE. NULL_HANDLE should be replaced with NULL as consistency. ... | qwang12 |
2008-09-08 | Add more comment for EFI_DEP_REPLACE_TRUE | qwang12 |
2008-09-08 | Remove a dead macro EFI_DXESERVICE | qwang12 |
2008-09-03 | Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2. | vanjeff |
2008-09-02 | 1. Use AllocateAlignedPages() to remove tricky logic in DebugImageInfo.c | qhuang8 |
2008-09-01 | clean up DxeCore to remove some dead code. | qhuang8 |
2008-09-01 | Clean up DxeCore to use report status code macros in ReportStatusCode to reti... | qhuang8 |
2008-08-28 | Fix several approved code review comments: | qhuang8 |
2008-08-27 | Clean up DxeCore to remove duplicate memory allocation & device path utility ... | qhuang8 |
2008-08-27 | Add dependency of DevicePathLib to DxeCore so that the internal device path r... | qhuang8 |
2008-08-25 | remove the unused msa files in MdeModulePkg. | lgao4 |
2008-08-20 | Remove the global variable of gDxeCoreBS and uses the gBS in UefiBootServices... | qhuang8 |
2008-08-18 | Add GLOBAL_REMOVE_IF_UNREFERENCED modifier in the array and change the protoc... | qhuang8 |
2008-08-18 | Remove an unreferenced field in PROTOCOL_INTERFACE data structure. | qhuang8 |
2008-08-08 | 1) Change DEBUG_ERROR TO DEBUG_LOAD as InstallProtocolInterface information i... | qwang12 |
2008-08-01 | Fix UEFI Boot Service CreateEvent() to follow UEFI Specification with respect... | mdkinney |
2008-08-01 | Increase size of function addresses printed in DEBUG messages from 10 to 11 c... | mdkinney |
2008-08-01 | Using Spin lock instead of using RaiseTpl() to prevent UnloadImage() re-entra... | vanjeff |
2008-07-26 | Minor clean up. | qhuang8 |