Age | Commit message (Expand) | Author |
2009-02-23 | retire gEfiFirmwareVolumeDispatcherProtocolGuid | eric_tian |
2009-02-23 | retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is use... | eric_tian |
2009-02-23 | Update DxeCore for the performance infrastructure updates: Use Raw sting to r... | qhuang8 |
2009-02-16 | Add assertion to ensure pointer dereference has been checked against NULL poi... | qhuang8 |
2009-02-13 | Meta-data reviewed. | gikidy |
2009-02-12 | add assert logic to avoid Klocwork fake report | eric_tian |
2009-02-10 | clean K8. | eric_tian |
2009-02-06 | Cleanup K8 warning. | eric_tian |
2009-02-04 | Enhance DxeCore to handle the all block sized allowed by the PI Specification... | lgao4 |
2009-02-02 | enhance the condition branch to handle Unix style file path. and avoid array ... | eric_tian |
2009-01-21 | Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu... | eric_tian |
2009-01-15 | Apply code to avoid security warnings. | qhuang8 |
2009-01-06 | Correct /FAcs option to /FAsc | lgao4 |
2008-12-18 | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 |
2008-12-12 | Fix some typo. | gikidy |
2008-12-12 | INF head modified | jji4 |
2008-12-06 | Change _CR() to BASE_CR() to follow naming convention | mdkinney |
2008-12-05 | Simplify call to FUNCTION_ENTRY_POINT() based on updates to that macro | mdkinney |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy |
2008-11-24 | Move call to CoreDisplayDiscoveredNotDispatched to be before the | jljusten |
2008-11-24 | Add useful DEBUG message for determining the when drivers are | jljusten |
2008-11-22 | Clean up | mdkinney |
2008-11-11 | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 |
2008-11-05 | Remove over specific Guid | klu2 |
2008-10-31 | Add missing TimerLib class since DxeMain directly use TimerLib API. | qhuang8 |
2008-10-30 | Measure time spent in Driver Binding Supported() calls | mdkinney |
2008-10-29 | Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I... | eric_tian |
2008-10-28 | Refine file header for INF files of DXE and PEI core modules. | xli24 |
2008-10-28 | clean up EBC in inf files. | vanjeff |
2008-10-27 | Move global variable to the top of C file for consistent coding style. | qwang12 |
2008-10-27 | Make use of correct format String: | qwang12 |
2008-10-24 | ECC Clean up. | vanjeff |
2008-10-21 | Fix several coding style violations | qhuang8 |
2008-10-05 | Change PeiMain/DxeMain's base name to PeiCore/DxeCore. | klu2 |
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 |