2009-12-03 |
klu2 | After PeiCore is shadowed into permanent memory, the... |
tree | commitdiff |
2009-12-01 |
lgao4 | Correct error status to EFI_NOT_FOUND when the image... |
tree | commitdiff |
2009-11-27 |
klu2 | The FV size in EFI_FV_INFO has been excluded the length... |
tree | commitdiff |
2009-11-26 |
lgao4 | Apply GetFileBufferByFilePath API of DxeServicesLib... |
tree | commitdiff |
2009-11-25 |
klu2 | Add checking for VolumeHandle, if VolumeHandle is NULL... |
tree | commitdiff |
2009-11-17 |
xli24 | Following 3 updates are for spec update published in... |
tree | commitdiff |
2009-11-16 |
klu2 | Remove a typo |
tree | commitdiff |
2009-11-16 |
klu2 | Initialize the FileHandle to NULL, before search FV... |
tree | commitdiff |
2009-11-11 |
klu2 | To make backward compatiblity, if can not find correspo... |
tree | commitdiff |
2009-11-11 |
klu2 | Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by... |
tree | commitdiff |
2009-10-26 |
lgao4 | Update comments on setting >= 8 bytes Fv Alignment. |
tree | commitdiff |
2009-10-26 |
jchen20 | For now PEI Core LoadImage() service to always call... |
tree | commitdiff |
2009-10-08 |
jljusten | PEI Core: Remove unused variable in PeiLoadImageLoadIma... |
tree | commitdiff |
2009-10-02 |
jljusten | Fix warnings generated by GCC. |
tree | commitdiff |
2009-10-01 |
mdkinney | Update PEI Core LoadImage() service to always call... |
tree | commitdiff |
2009-09-21 |
qhuang8 | Remove the error checking for multi-instance device... |
tree | commitdiff |
2009-09-21 |
qhuang8 | Enhance DxeCore LocateDevicePath() boot service to... |
tree | commitdiff |
2009-09-17 |
lgao4 | Make ASSERT statement more meaningful. |
tree | commitdiff |
2009-09-16 |
lgao4 | Enhance PeiCore and DxeCore check whether the image... |
tree | commitdiff |
2009-09-10 |
lgao4 | Set correctly FV format guid when install FV INFO PPI. |
tree | commitdiff |
2009-08-24 |
qhuang8 | Adjust the parameter order of debug print. Judging... |
tree | commitdiff |
2009-08-24 |
qhuang8 | Make end of line consistent caused by previous check in. |
tree | commitdiff |
2009-08-24 |
qhuang8 | Integrate the patch contributed by Andrew Fish to port... |
tree | commitdiff |
2009-08-20 |
qhuang8 | Use .p2align directive instead of ambiguous .align... |
tree | commitdiff |
2009-08-11 |
qhuang8 | 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to... |
tree | commitdiff |
2009-08-11 |
qhuang8 | 1. Update IA32 PeiCore implementation to support load... |
tree | commitdiff |
2009-07-15 |
darylm503 | Clean up PERF macro usage. The macros were being used... |
tree | commitdiff |
2009-07-11 |
mdkinney | Correct #include statements. This is a DXE DRIVER... |
tree | commitdiff |
2009-05-20 |
xli24 | Replace .globl with ASM_GLOBAL |
tree | commitdiff |
2009-05-11 |
eric_tian | fix the typo in DxeCore |
tree | commitdiff |
2009-04-28 |
lgao4 | Add ASSERT when EFI decompress need to be parsed but... |
tree | commitdiff |
2009-04-27 |
jljusten | Add PcdDxeIplSupportUefiDecompress usage into DxeIpl... |
tree | commitdiff |
2009-04-22 |
qhuang8 | Update DxeCore to support to install gEfiHiiPackageList... |
tree | commitdiff |
2009-04-17 |
eric_tian | retain gEfiLoadPeImageProtocolGuid, and only published... |
tree | commitdiff |
2009-04-16 |
eric_tian | remove the gEfiLoadPeImageProtocolGuid and replace... |
tree | commitdiff |
2009-04-10 |
jljusten | Fix various 'EFIAPI' inconsistencies found while buildi... |
tree | commitdiff |
2009-04-10 |
vanjeff | fixed DMA not be stopped issue when gBS->ExitBootServic... |
tree | commitdiff |
2009-04-08 |
eric_tian | updated to use the term “temporary memory” but not CAR |
tree | commitdiff |
2009-04-03 |
gikidy | Add loaded Image device paths for EFI Drivers loaded... |
tree | commitdiff |
2009-03-12 |
klu2 | PeiInstallPeiMemory should only be called one time. |
tree | commitdiff |
2009-03-11 |
qhuang8 | Add comments and refine code to avoid addition overflow. |
tree | commitdiff |
2009-03-11 |
lgao4 | Add check to the allocated pool. |
tree | commitdiff |
2009-03-11 |
lgao4 | Fix build error caused by the unused local variable |
tree | commitdiff |
2009-03-11 |
lgao4 | Fix build error caused by the unused local variable |
tree | commitdiff |
2009-03-10 |
qhuang8 | Cleanup to Remove default PCD value and extra build... |
tree | commitdiff |
2009-03-10 |
qhuang8 | Fix a bug that Pages*EFI_PAGES_SIZE might be a negative... |
tree | commitdiff |
2009-03-10 |
klu2 | Update DxeCore to deal PIWG FV device path case if... |
tree | commitdiff |
2009-03-10 |
lgao4 | Retire TCG platform protocol, which will be replaced... |
tree | commitdiff |
2009-03-10 |
lgao4 | Update Comment for the call to EDKII ReportStatus |
tree | commitdiff |
2009-03-09 |
eric_tian | 1. retire the FvbServiceLib. Directly locating FVB... |
tree | commitdiff |
2009-03-05 |
lgao4 | Update PeiCore to handle FvImage with PI FV extension... |
tree | commitdiff |
2009-02-25 |
lgao4 | Correct minor comments in meta data file. |
tree | commitdiff |
2009-02-25 |
lgao4 | Use single one PcdFrameworkCompatibilitySupport PCD... |
tree | commitdiff |
2009-02-24 |
qhuang8 | 1. Remove feature flag PcdDxeIplEnableIdt entries |
tree | commitdiff |
2009-02-23 |
eric_tian | retire gEfiFirmwareVolumeDispatcherProtocolGuid |
tree | commitdiff |
2009-02-23 |
eric_tian | retire gEfiFirmwareVolumeDispatcherProtocolGuid as... |
tree | commitdiff |
2009-02-23 |
qhuang8 | Update DxeCore for the performance infrastructure updat... |
tree | commitdiff |
2009-02-16 |
qhuang8 | Add assertion to ensure pointer dereference has been... |
tree | commitdiff |
2009-02-13 |
gikidy | Meta-data reviewed. |
tree | commitdiff |
2009-02-13 |
jji4 | Source level security checked |
tree | commitdiff |
2009-02-13 |
jji4 | Source level security checked |
tree | commitdiff |
2009-02-12 |
jljusten | * MdeModulePkg/Core/Pei/Dependency/Dependency.h |
tree | commitdiff |
2009-02-12 |
eric_tian | add assert logic to avoid Klocwork fake report |
tree | commitdiff |
2009-02-10 |
eric_tian | clean K8. |
tree | commitdiff |
2009-02-06 |
lgao4 | Clean up FaultTolerantWriteDxe to remove the duplicated... |
tree | commitdiff |
2009-02-06 |
eric_tian | Cleanup K8 warning. |
tree | commitdiff |
2009-02-05 |
mdkinney | Use UEFI macros for PE/COFF image types |
tree | commitdiff |
2009-02-04 |
lgao4 | Enhance DxeCore to handle the all block sized allowed... |
tree | commitdiff |
2009-02-02 |
eric_tian | enhance the condition branch to handle Unix style file... |
tree | commitdiff |
2009-01-21 |
lgao4 | Correct FeatureFlagExpress PCD format based on INF... |
tree | commitdiff |
2009-01-21 |
eric_tian | Fix Klocwork warning. We should directly return EFI_INV... |
tree | commitdiff |
2009-01-20 |
gikidy | Meta-data review. |
tree | commitdiff |
2009-01-20 |
gikidy | Meta-data review. |
tree | commitdiff |
2009-01-20 |
eric_tian | coding style |
tree | commitdiff |
2009-01-15 |
qwang12 | Fix a bug which print new stack size and old stack... |
tree | commitdiff |
2009-01-15 |
qhuang8 | Apply code to avoid security warnings. |
tree | commitdiff |
2009-01-06 |
lgao4 | Correct /FAcs option to /FAsc |
tree | commitdiff |
2008-12-23 |
qhuang8 | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib... |
tree | commitdiff |
2008-12-18 |
jji4 | check the usage of %d,%x,%ld,%lx and so on in debug... |
tree | commitdiff |
2008-12-16 |
qhuang8 | Clean up to update the reference of the these macros: |
tree | commitdiff |
2008-12-12 |
lgao4 | Change EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTR |
tree | commitdiff |
2008-12-12 |
gikidy | Fix some typo. |
tree | commitdiff |
2008-12-12 |
jji4 | INF head modified |
tree | commitdiff |
2008-12-07 |
mdkinney | Move NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI... |
tree | commitdiff |
2008-12-06 |
mdkinney | Change _CR() to BASE_CR() to follow naming convention |
tree | commitdiff |
2008-12-05 |
mdkinney | Simplify call to FUNCTION_ENTRY_POINT() based on update... |
tree | commitdiff |
2008-12-05 |
xli24 | Fix the build break caused by update of FUNCTION_ENTRY_... |
tree | commitdiff |
2008-12-03 |
gikidy | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT... |
tree | commitdiff |
2008-12-03 |
jji4 | Global variables have been moved backward ahead of... |
tree | commitdiff |
2008-11-27 |
lgao4 | Update PEIM entry point to follow PEIM entry point. |
tree | commitdiff |
2008-11-27 |
xli24 | Add necessary CONST modifier. |
tree | commitdiff |
2008-11-24 |
jljusten | Move call to CoreDisplayDiscoveredNotDispatched to... |
tree | commitdiff |
2008-11-24 |
jljusten | Add useful DEBUG message for determining the when drive... |
tree | commitdiff |
2008-11-22 |
mdkinney | Clean up |
tree | commitdiff |
2008-11-20 |
qwang12 | ECC clanup: Update the doxygen comment. |
tree | commitdiff |
2008-11-19 |
qhuang8 | Split Ebc from x64 implementation since x64 version... |
tree | commitdiff |
2008-11-17 |
lgao4 | Update comments for PeiCore |
tree | commitdiff |
2008-11-15 |
mdkinney | Create X64 mode page tables in memory even when PEI... |
tree | commitdiff |
2008-11-13 |
qhuang8 | Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvI... |
tree | commitdiff |
2008-11-11 |
klu2 | 1, Add <Library/DevicePathLib.h> for all source that... |
tree | commitdiff |
next |