]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Core
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / MdeModulePkg / Core /
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:
2008-12-12 lgao4Change EFI_OPTIONAL_POINTER to EFI_OPTIONAL_PTR
2008-12-12 gikidyFix some typo.
2008-12-12 jji4INF head modified
2008-12-07 mdkinneyMove NEXT_MEMORY_DESCRIPTOR() from UefiSpec.h to UEFI...
2008-12-06 mdkinneyChange _CR() to BASE_CR() to follow naming convention
2008-12-05 mdkinneySimplify call to FUNCTION_ENTRY_POINT() based on update...
2008-12-05 xli24Fix the build break caused by update of FUNCTION_ENTRY_...
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-03 jji4Global variables have been moved backward ahead of...
2008-11-27 lgao4Update PEIM entry point to follow PEIM entry point.
2008-11-27 xli24Add necessary CONST modifier.
2008-11-24 jljustenMove call to CoreDisplayDiscoveredNotDispatched to...
2008-11-24 jljustenAdd useful DEBUG message for determining the when drive...
2008-11-22 mdkinneyClean up
2008-11-20 qwang12ECC clanup: Update the doxygen comment.
2008-11-19 qhuang8Split Ebc from x64 implementation since x64 version...
2008-11-17 lgao4Update comments for PeiCore
2008-11-15 mdkinneyCreate X64 mode page tables in memory even when PEI...
2008-11-13 qhuang8Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvI...
2008-11-11 klu21, Add <Library/DevicePathLib.h> for all source that...
2008-11-05 klu2Remove over specific library class
2008-11-05 klu2Remove over specific library class
2008-11-05 klu2Remove over specific library class
2008-11-05 klu2Remove over specific Guid
2008-10-31 qhuang8Add missing TimerLib class since DxeMain directly use...
2008-10-31 qhuang8Use #include "XXX.h" for module internal header files.
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-30 mdkinneyMeasure time spent in Driver Binding Supported() calls
2008-10-30 mdkinneyMeasure time spent in SEC
2008-10-29 mdkinneyImages loaded by the DXE IPL should allocate memory...
2008-10-29 eric_tianRemove unnessary UEFI_SPECIFICATION_VERSION and PI_SPEC...
2008-10-28 xli24Refine file header for INF files of DXE and PEI core...
2008-10-28 eric_tian1. build.py's changes : include XXXEntryPointLib.h...
2008-10-28 vanjeffclean up EBC in inf files.
2008-10-27 qwang12Move global variable to the top of C file for consisten...
2008-10-27 qwang12Make use of correct format String:
2008-10-24 vanjeffECC Clean up.
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-21 qhuang8Fix several coding style violations
2008-10-20 klu2Fix ECC issue.
2008-10-17 qwang12Base on PI spec, GetPeiServicesTablePointer is updated...
2008-10-14 lgao4Correct two minor comments
next