]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library
Add Tper Reset Logic by using MOR bit.
[mirror_edk2.git] / MdePkg / Library /
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.
2010-12-16 andrewfishAdd support for ARM MOVW/MOVT instructions that were...
2010-12-15 andrewfishFix issue with CodeSourcery gcc requiring assembly...
2010-12-06 jljustenMdePkg: Fix GCC Thunk support for IA32
2010-11-29 rsun3Add a new Timer Library instance SecPeiDxeTimerLibUefiC...
2010-11-12 li-elvinFix the issue that the high 16-bit of EAX may contain...
2010-11-04 ydong10Add API to ExtractGuidedSectionLib.h to retrieve the...
2010-10-18 lgao4Update UefiDriverEntryPoint library by adding BaseLib...
2010-09-14 mdkinneyUpdate MODULE_TYPE to be DXE_RUNTIME_DRIVER
2010-09-10 mdkinneyUpdate this library to restrict usage to DXE_RUNTIME_DR...
2010-08-26 qhuang8Sync bug fix in Edk r10821 to PeiMemoryLib and UefiMemo...
2010-08-25 darylm503Fix the InternalMemScanMem* functions. They were retur...
2010-08-16 sfu5Refine code.
2010-08-14 qhuang8Minor refinement on source code.
2010-08-13 sfu5Refine code.
2010-08-09 hhuan13Fixed K9 scan issues.
2010-07-29 lgao4Use FreePool() library API to replace gBS->FreePool...
2010-07-28 lgao4Roll back change r10695, because new update on r10700...
2010-07-28 lgao4Enhance SmmMemoryAllocationLib Free function implementa...
2010-07-26 lgao4Make sure gBS FreePool() is used to free the buffer...
2010-07-24 hhtianminor format update
2010-06-30 myronporterMinor grammatical work--mostly adding periods. Items...
2010-06-25 mdkinneyUpdate BASE PCI Library that uses CF8/CFC access mechan...
next