]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core
Fix a security hole in shell binaries:
[mirror_edk2.git] / MdeModulePkg / Core /
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-26 lgao4Print the warning information for the image without...
2010-01-26 klu2Remove ASSERT() to make AllocatePool() service match...
2010-01-25 klu2Fix the issue that accessing for unaligned address...
2010-01-24 lgao4Correct PeiCore not dispatch the register for shadow...
2010-01-19 rsun3Improve coding style in MdeModulePkg.
2010-01-15 lgao4Update PeiLoadFilePpi produced by PeiCore to load only...
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2010-01-14 rsun3Fix the issue in MdeModulePkg that mismatch between...
2010-01-14 klu2When found the file according to given file name guid...
2010-01-14 mdkinneyUpdate INF file to properly declare which PCDs must...
2010-01-14 mdkinneyCleanup INF file for PEI Core
2010-01-04 klu2check whether FvHandle is NULL for FfsGetVolumeInfo...
2010-01-04 klu2Add default implementation of EFI_CPU_IO_PPI and EFI_PC...
2009-12-25 xli24Fix ICC compiler warning.
2009-12-25 klu2Add fixing for supporting third-party FV in unknown...
2009-12-23 davidhuangPI 1.1 SMM Feature Check-in
2009-12-22 lgao4Produce LoadPeImage protocol only in framework compatib...
2009-12-03 klu2Move the Fv updating of PeiCore's internal structure...
2009-12-03 klu2Remove the tab characters.
2009-12-03 klu2After PeiCore is shadowed into permanent memory, the...
2009-12-01 lgao4Correct error status to EFI_NOT_FOUND when the image...
2009-11-27 klu2The FV size in EFI_FV_INFO has been excluded the length...
2009-11-26 lgao4Apply GetFileBufferByFilePath API of DxeServicesLib...
2009-11-25 klu2Add checking for VolumeHandle, if VolumeHandle is NULL...
2009-11-17 xli24Following 3 updates are for spec update published in...
2009-11-16 klu2Remove a typo
2009-11-16 klu2Initialize the FileHandle to NULL, before search FV...
2009-11-11 klu2To make backward compatiblity, if can not find correspo...
2009-11-11 klu2Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by...
2009-10-26 lgao4Update comments on setting >= 8 bytes Fv Alignment.
2009-10-26 jchen20For now PEI Core LoadImage() service to always call...
2009-10-08 jljustenPEI Core: Remove unused variable in PeiLoadImageLoadIma...
2009-10-02 jljustenFix warnings generated by GCC.
2009-10-01 mdkinneyUpdate PEI Core LoadImage() service to always call...
2009-09-21 qhuang8Remove the error checking for multi-instance device...
2009-09-21 qhuang8Enhance DxeCore LocateDevicePath() boot service to...
2009-09-17 lgao4Make ASSERT statement more meaningful.
2009-09-16 lgao4Enhance PeiCore and DxeCore check whether the image...
2009-09-10 lgao4Set correctly FV format guid when install FV INFO PPI.
2009-08-24 qhuang8Adjust the parameter order of debug print. Judging...
2009-08-24 qhuang8Make end of line consistent caused by previous check in.
2009-08-24 qhuang8Integrate the patch contributed by Andrew Fish to port...
2009-08-20 qhuang8Use .p2align directive instead of ambiguous .align...
2009-08-11 qhuang81. Update DxeIpl PEIM to not use PeCoffLoaderLib to...
2009-08-11 qhuang81. Update IA32 PeiCore implementation to support load...
2009-07-15 darylm503Clean up PERF macro usage. The macros were being used...
2009-07-11 mdkinneyCorrect #include statements. This is a DXE DRIVER...
2009-05-20 xli24Replace .globl with ASM_GLOBAL
2009-05-11 eric_tianfix the typo in DxeCore
2009-04-28 lgao4Add ASSERT when EFI decompress need to be parsed but...
2009-04-27 jljustenAdd PcdDxeIplSupportUefiDecompress usage into DxeIpl...
2009-04-22 qhuang8Update DxeCore to support to install gEfiHiiPackageList...
2009-04-17 eric_tianretain gEfiLoadPeImageProtocolGuid, and only published...
2009-04-16 eric_tianremove the gEfiLoadPeImageProtocolGuid and replace...
2009-04-10 jljustenFix various 'EFIAPI' inconsistencies found while buildi...
2009-04-10 vanjefffixed DMA not be stopped issue when gBS->ExitBootServic...
2009-04-08 eric_tianupdated to use the term “temporary memory” but not CAR
2009-04-03 gikidyAdd loaded Image device paths for EFI Drivers loaded...
2009-03-12 klu2PeiInstallPeiMemory should only be called one time.
2009-03-11 qhuang8Add comments and refine code to avoid addition overflow.
2009-03-11 lgao4Add check to the allocated pool.
2009-03-11 lgao4Fix build error caused by the unused local variable
2009-03-11 lgao4Fix build error caused by the unused local variable
2009-03-10 qhuang8Cleanup to Remove default PCD value and extra build...
2009-03-10 qhuang8Fix a bug that Pages*EFI_PAGES_SIZE might be a negative...
2009-03-10 klu2Update DxeCore to deal PIWG FV device path case if...
2009-03-10 lgao4Retire TCG platform protocol, which will be replaced...
2009-03-10 lgao4Update Comment for the call to EDKII ReportStatus
2009-03-09 eric_tian1. retire the FvbServiceLib. Directly locating FVB...
2009-03-05 lgao4Update PeiCore to handle FvImage with PI FV extension...
2009-02-25 lgao4Correct minor comments in meta data file.
2009-02-25 lgao4Use single one PcdFrameworkCompatibilitySupport PCD...
2009-02-24 qhuang81. Remove feature flag PcdDxeIplEnableIdt entries
2009-02-23 eric_tianretire gEfiFirmwareVolumeDispatcherProtocolGuid
2009-02-23 eric_tianretire gEfiFirmwareVolumeDispatcherProtocolGuid as...
2009-02-23 qhuang8Update DxeCore for the performance infrastructure updat...
2009-02-16 qhuang8Add assertion to ensure pointer dereference has been...
2009-02-13 gikidyMeta-data reviewed.
2009-02-13 jji4Source level security checked
2009-02-13 jji4Source level security checked
2009-02-12 jljusten* MdeModulePkg/Core/Pei/Dependency/Dependency.h
2009-02-12 eric_tianadd assert logic to avoid Klocwork fake report
2009-02-10 eric_tianclean K8.
2009-02-06 lgao4Clean up FaultTolerantWriteDxe to remove the duplicated...
2009-02-06 eric_tianCleanup K8 warning.
2009-02-05 mdkinneyUse UEFI macros for PE/COFF image types
2009-02-04 lgao4Enhance DxeCore to handle the all block sized allowed...
2009-02-02 eric_tianenhance the condition branch to handle Unix style file...
2009-01-21 lgao4Correct FeatureFlagExpress PCD format based on INF...
2009-01-21 eric_tianFix Klocwork warning. We should directly return EFI_INV...
2009-01-20 gikidyMeta-data review.
2009-01-20 gikidyMeta-data review.
2009-01-20 eric_tiancoding style
2009-01-15 qwang12Fix a bug which print new stack size and old stack...
2009-01-15 qhuang8Apply code to avoid security warnings.
2009-01-06 lgao4Correct /FAcs option to /FAsc
2008-12-23 qhuang8Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib...
2008-12-18 jji4check the usage of %d,%x,%ld,%lx and so on in debug...
2008-12-16 qhuang8Clean up to update the reference of the these macros:
next