Age | Commit message (Expand) | Author |
2013-07-10 | Fill the ImageHandle and DriverBindingHandle field of Driver Binding Protocol... | Ruiyu Ni |
2012-12-25 | Add ASSERT() for BitField operations to make sure the input value is valid. | lgao4 |
2012-11-15 | Enhance CreatePopup to call ReadKeyStroke() before calling WaitForEvent(). Th... | niruiyu |
2012-02-29 | Update FrameworkUefiLib library instance to implement the missing CatSPrint()... | lgao4 |
2012-02-01 | Add Missing invocations to VA_END() for VA_START(). | rsun3 |
2011-07-27 | For libraries that have multiple module types support, just define a [Depex] ... | lzeng14 |
2011-06-09 | Change BuildGuidHob and BuildGuidDataHob to return NULL upon failure. | niruiyu |
2010-08-10 | Add explicit type cast to suppress possible warning of precession loss. | xli24 |
2010-06-14 | Sync FrameworkUefiLib with the MdePkg UefiLib | mdkinney |
2010-04-23 | Update the copyright notice format | hhtian |
2010-04-06 | Remove the duplicated SmmLibNull, which has been moved into MdePkg. | lgao4 |
2010-02-25 | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2010-01-07 | Remove dependency on PCI Root Bridge I/O Protocol. This library should only ... | mdkinney |
2010-01-07 | Minor code enhancement. | xli24 |
2009-12-23 | PI 1.1 SMM Feature Check-in | davidhuang |
2009-07-11 | 1) Add Include/Framework/BootScript.h that contains defines shared between Bo... | mdkinney |
2009-06-30 | Add null instance of SmmLib in IntelFrameworkPkg. | xli24 |
2009-06-22 | Update FV file path to follow the definition in Framework DxeCis 0.91. | lgao4 |
2009-05-21 | update the file description of PrintXY and AsciiPrintXY. and also refine the ... | eric_tian |
2009-05-21 | update the implementation of InternalPrintGraphic to reflect the number of ac... | eric_tian |
2009-05-09 | Clarify BuildCvHob() API in HobLib to state that this function will ASSERT() ... | mdkinney |
2009-04-22 | Retire framework IfrSupportLib and HiiLib, which will be replaced by new desi... | lgao4 |
2009-04-16 | remove the gEfiLoadPeImageProtocolGuid and replace all references for it with... | eric_tian |
2009-04-15 | sync Print functions with MdePkg counterpart. | qhuang8 |
2009-03-31 | Retire FrameworkHiiLib library class. Remove FrameworkHiiLib library instance... | rsun3 |
2009-03-24 | Add PCD to save size. | gdong1 |
2009-03-24 | Fixed two K8 report issue | gdong1 |
2009-03-05 | Fix incorrect function headers of I/O Lib. | xli24 |
2009-03-03 | Add PeiHobLibFramework instance to provide a real implementation for BuildCvH... | qhuang8 |
2009-02-25 | Sync with MdePkg counterpart | qhuang8 |
2009-01-08 | Fix FreePoll() bugs in some places. | gdong1 |
2009-01-05 | Fix VS2005 build error | lgao4 |
2009-01-04 | Replace some CopyMem() for GUID copy with CopyGuid(). | gdong1 |
2008-12-24 | correct some coding style issues. | gdong1 |
2008-12-23 | correct some code style issue | gdong1 |
2008-12-23 | In Comment, the parameter name does NOT consistent with function parameter name | gdong1 |
2008-12-17 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7064 6f1... | gdong1 |
2008-12-15 | remove EDK_RELEASE_VERSION in inf file | tding1 |
2008-12-11 | update [Depex] section | tding1 |
2008-12-10 | update code comment | tding1 |
2008-12-08 | update function comments | tding1 |
2008-12-05 | Change comment "bitwise inclusive OR" to "bitwise OR". | gikidy |
2008-12-04 | update INF [LibraryClasses] section to match include libs in module master he... | tding1 |
2008-12-04 | fix ecc report-out issues | tding1 |
2008-12-01 | Sync UefiLib instance in IntelFrameworkPkg with the one in MdePkg. | qhuang8 |
2008-11-21 | change DxeSmmDriverEntryPoint library class name to UefiEntryPoint | eric_tian |
2008-11-19 | Update doxygen comment for VarArg list. | qwang12 |
2008-11-13 | Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg. | qhuang8 |
2008-11-11 | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 |