Age | Commit message (Expand) | Author |
2009-05-11 | fix the typo in DxeCore | eric_tian |
2009-04-28 | Add ASSERT when EFI decompress need to be parsed but it is not supported. | lgao4 |
2009-04-27 | Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save space | jljusten |
2009-04-22 | Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm... | qhuang8 |
2009-04-17 | retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac... | eric_tian |
2009-04-16 | remove the gEfiLoadPeImageProtocolGuid and replace all references for it with... | eric_tian |
2009-04-10 | Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. | jljusten |
2009-04-10 | fixed DMA not be stopped issue when gBS->ExitBootServices called. | vanjeff |
2009-04-08 | updated to use the term “temporary memory” but not CAR | eric_tian |
2009-04-03 | Add loaded Image device paths for EFI Drivers loaded from PCI Option ROM. | gikidy |
2009-03-12 | PeiInstallPeiMemory should only be called one time. | klu2 |
2009-03-11 | Add comments and refine code to avoid addition overflow. | qhuang8 |
2009-03-11 | Add check to the allocated pool. | lgao4 |
2009-03-11 | Fix build error caused by the unused local variable | lgao4 |
2009-03-11 | Fix build error caused by the unused local variable | lgao4 |
2009-03-10 | Cleanup to Remove default PCD value and extra build option. | qhuang8 |
2009-03-10 | Fix a bug that Pages*EFI_PAGES_SIZE might be a negative number. | qhuang8 |
2009-03-10 | Update DxeCore to deal PIWG FV device path case if FV contains extension header. | klu2 |
2009-03-10 | Retire TCG platform protocol, which will be replaced by PI Security Architect... | lgao4 |
2009-03-10 | Update Comment for the call to EDKII ReportStatus | lgao4 |
2009-03-09 | 1. retire the FvbServiceLib. Directly locating FVB protocol to access interfa... | eric_tian |
2009-03-05 | Update PeiCore to handle FvImage with PI FV extension header | lgao4 |
2009-02-25 | Correct minor comments in meta data file. | lgao4 |
2009-02-25 | Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ... | lgao4 |
2009-02-24 | 1. Remove feature flag PcdDxeIplEnableIdt entries | qhuang8 |
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-13 | Source level security checked | jji4 |
2009-02-13 | Source level security checked | jji4 |
2009-02-12 | * MdeModulePkg/Core/Pei/Dependency/Dependency.h | jljusten |
2009-02-12 | add assert logic to avoid Klocwork fake report | eric_tian |
2009-02-10 | clean K8. | eric_tian |
2009-02-06 | Clean up FaultTolerantWriteDxe to remove the duplicated definition. | lgao4 |
2009-02-06 | Cleanup K8 warning. | eric_tian |
2009-02-05 | Use UEFI macros for PE/COFF image types | mdkinney |
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 | Correct FeatureFlagExpress PCD format based on INF spec. | lgao4 |
2009-01-21 | Fix Klocwork warning. We should directly return EFI_INVALID_PARAMETER when Bu... | eric_tian |
2009-01-20 | Meta-data review. | gikidy |
2009-01-20 | Meta-data review. | gikidy |
2009-01-20 | coding style | eric_tian |
2009-01-15 | Fix a bug which print new stack size and old stack size wrongly. | qwang12 |
2009-01-15 | Apply code to avoid security warnings. | qhuang8 |
2009-01-06 | Correct /FAcs option to /FAsc | lgao4 |
2008-12-23 | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En... | qhuang8 |
2008-12-18 | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 |