]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library
Fix PciHostBridge driver to return success for EfiPciHostBridgeEndEnumeration to...
[mirror_edk2.git] / MdePkg / Library /
2013-07-22 Liming GaoCorrectly character in comments of BaseLib BitField.
2013-07-22 Liming GaoFixed the issue that BitFieldWrite32, BitFieldAnd32...
2013-07-12 Liming GaoUpdate PeiMemoryAllocationLib instance to support Alloc...
2013-07-10 Ruiyu NiFill the ImageHandle and DriverBindingHandle field...
2013-06-04 Gary Ching-Pang LinAdd the missing "," for the patch to fix status code...
2013-05-24 lgao4Without this fix, the "%r" format specifier prints...
2013-03-13 lgao4Fix minor typos in BaseLib LinkedList comments
2013-02-17 niruiyuFix CpuIdEx.asm to return correct ECX/EDX value.
2013-01-08 ydong10Allocate temp buffer instead of change the input string...
2013-01-07 li-elvinCurrent Thunk16.asm implementation clears reserved...
2012-12-26 ydong10Checks the TE image before use it.
2012-12-25 lgao4Add ASSERT() for BitField operations to make sure the...
2012-12-06 ydong10Remove the ASSERT (FALSE) code, just return unsupported.
2012-11-28 ydong10Enhance the check for RelocBase->SizeOfBlock before...
2012-11-28 ydong10Enhance the check for some fields in the PE image befor...
2012-11-26 ydong10Enhance the check for resource section data.
2012-11-26 ydong10Enhance the check for debug data before get the PdbPointer.
2012-11-20 ydong10Remove the useless code.
2012-11-15 niruiyuEnhance CreatePopup to call ReadKeyStroke() before...
2012-11-08 lzeng14Build the registered guid HOB and SystemTable to record...
2012-10-30 lgao4Fix memory out of band access in AsmFxSave() and AsmFxR...
2012-09-24 niruiyuAdd new API IsDevicePathValid() to UefiDevicePathLib.
2012-09-11 ydong10Enhance the error code info.
2012-09-11 ydong10Enhance the comments.
2012-08-29 erictianShould pass in bytes of string buffer to UnicodeSPrint...
2012-08-22 ydong10Enhance the check for some fields in the PE image befor...
2012-08-21 ydong10Enhance the check when ImageRead function return.
2012-08-21 ydong10Enhance the code to make the code logic more clear.
2012-08-06 ydong10Enable wide string support for CreatePopUp function...
2012-07-17 lgao4Update HobLib and Hob Service to avoid data over flow.
2012-06-12 jyao1Add comment for modules which have external input.
2012-05-30 ydong10Add new interface GetVariable2 and GetEfiGlobalVariable...
2012-05-25 niruiyuCorrect a bug in AsmCpuidEx() to return correct ECX...
2012-05-04 ydong10Update the logic related to get section header offset...
2012-04-26 ydong10Patch include:
2012-04-24 lzeng14Add new extension PerformanceLib APIs to store ID info.
2012-04-24 ydong10Validate some fields in PE image to make sure not acces...
2012-04-17 lgao4Update function comments to remove confused description...
2012-04-17 lgao4Correct function comments on DxeServicesLib GetFileBuff...
2012-04-11 li-elvinCurrent IPF version SwitchStack implementation uses...
2012-03-16 ydong10Update the offset when read every debug entries info.
2012-03-07 lgao4Clarify alignment of GetSpinLockProperties() is byte...
2012-02-27 lgao4Update the modifier of ThunkContext parameter for AsmPr...
2012-02-27 ydong10Add code check to avoid access violation.
2012-02-22 rsun3MdePkg: Add a new macro VA_COPY for variable argument...
2012-02-01 rsun3Add Missing invocations to VA_END() for VA_START().
2011-12-28 lgao4Roll back the previous change in MdePkg BaseLib Ia32...
2011-12-20 lgao4Clean up the hard code offset in MdePkg BaseLib Ia32...
2011-12-15 lgao4Fix the issue to clear the high 16-bit of EAX before...
2011-11-25 hhtianadd missing <BR>
2011-11-23 lgao4Add the missing supported module type in MdePkg DxeServ...
2011-11-22 jljustenMdePkg DxeServicesLib: Search further in GetFileBufferB...
2011-11-22 lgao4Update comments in BaseExtractGuidedSectionLib library...
2011-11-08 oliviermartinMdePkg/BaseLib: Replaced inline assembly for ARMGCC...
2011-10-27 lzeng14Add core FFS3 support, ExtractGuidedSectionLib/GuidedSe...
2011-10-24 lgao4Update Base type SecPeiDxeTimerLibCpu to support all...
2011-10-08 andrewfishFix Xcode link failure. Relocations are not supported...
2011-09-14 ydong10Refine code to follow coding style.
2011-09-13 hhtianMinor copyright format update
2011-09-08 xdu2MdePkg: Add missing implementation of GetTimeInNanoSeco...
2011-09-05 ydong10Refine code to follow coding style.
2011-09-02 li-elvinMove generic IA32_SEGMENT_DESCRIPTOR definition to...
2011-09-02 ydong10Add check before use to make code run more safer.
2011-08-29 jljustenMdePkg: Add S3 library interfaces and base implementations
2011-08-25 xdu2Add new API GetTimeInNanoSecond() to TimerLib to conver...
2011-08-24 ydong10Refine code to follow coding style.
2011-08-19 niruiyuSimplify the SmmPeriodicSmiLib to call AllocatePool...
2011-08-15 niruiyuUse linked list to replace the current array solution...
2011-08-09 lgao4Fix X64 compile error.
2011-08-08 jcarseyclarify the logic of the print length counting function...
2011-08-04 lgao4Fix X64 compile error.
2011-08-02 jcarseyAdd 2 functions to UefiLib library class: CatSPrint...
2011-08-02 geekboy15aMdePkg: Fixed hang/reset in thunk code when building...
2011-07-27 lzeng14For libraries that have multiple module types support...
2011-07-20 andrewfishMdePkg: Update CpuSleep to use ARMv7 instruction.
2011-07-12 andrewfishMdePkg: Fix X64 clang compile issues.
2011-06-28 jcarseyClarify the requirements for the Destination parameter...
2011-06-21 ydong10Initialize data before using it
2011-06-15 lgao4For BaseLib IsNull() function , update retval value...
2011-06-10 mdkinneyAdd ESAL support libraries to MdePkg
2011-06-09 niruiyuChange BuildGuidHob and BuildGuidDataHob to return...
2011-05-26 lgao4Fix ICC build break.
2011-05-24 lgao4Update BasePrintLib to handle the unaligned GUID.
2011-05-23 niruiyuAdd BlockIO revision 3 definition. Add new API ScsiInqu...
2011-04-19 lgao4Update the description of Loaded Image Protocol Unload...
2011-03-15 ydong10Refine code to follow coding style.
2011-03-14 ydong10Enhance inf to follow spec.
2011-03-10 mdkinneyUpdate DebugLib to provide support for "err" command...
2011-02-21 gikidyA minor change for the format of usage align with spec.
2011-02-17 ydong10Update inappropriate comments.
2011-02-16 lgao4Per PI1.2B spec, for the case that TE Image Relocation...
2011-02-11 mdkinneyAdd SmmPeriodicSmiLib to MdePkg.
2011-02-01 andrewfishReplace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_A...
2011-01-07 darylm503Fix InternalMemScanMem* functions so that they return...
2010-12-30 mdkinneyFix issue when BaseDebugLibSerialPort is combined with...
2010-12-22 ydong10Update inappropriate comments.
2010-12-18 mdkinneyAdd CONSTRUCTOR to BaseDebugLibSerialPort to call Seria...
2010-12-18 mdkinneyRemove CONSTRUCTOR from DxePcdLib aligning the DxePcdLi...
2010-12-18 mdkinneyAdd an empty CONSTRUCTOR to the UefiLib to resolve...
2010-12-17 mdkinneyFix DxeHobLib to also support a module type of SMM_CORE.
next