Age | Commit message (Expand) | Author |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 |
2008-10-30 | Add performance measurement token for SEC | mdkinney |
2008-10-30 | Measure time spent in Driver Binding Supported() calls | mdkinney |
2008-10-30 | Measure time spent in SEC | mdkinney |
2008-10-29 | Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to packag... | xli24 |
2008-10-29 | Images loaded by the DXE IPL should allocate memory of type EfiBootServicesCo... | mdkinney |
2008-10-29 | Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I... | eric_tian |
2008-10-29 | add Metronome.inf into MdeModulePkg.dsc. | vanjeff |
2008-10-28 | Fix copyright date | mdkinney |
2008-10-28 | Add generic module that produces the Metronome Architectural Protocol on top ... | mdkinney |
2008-10-28 | Refine file header for INF files of DXE and PEI core modules. | xli24 |
2008-10-28 | 1. build.py's changes : include XXXEntryPointLib.h into the corresponding aut... | eric_tian |
2008-10-28 | adjust file list order in dsc file. | vanjeff |
2008-10-28 | clean up EBC in inf files. | vanjeff |
2008-10-28 | update files header | vanjeff |
2008-10-27 | Move global variable to the top of C file for consistent coding style. | qwang12 |
2008-10-27 | Make use of correct format String: | qwang12 |
2008-10-27 | re-defined CDROM_VOLUME_DESCRIPTOR to be a union including Boot Record Volume... | vanjeff |
2008-10-26 | Add in local variable to ensure that "operands are evaluated in specified ord... | qwang12 |
2008-10-25 | Modify DSC file according to update of MDE library instances. | xli24 |
2008-10-25 | Remove EdkFvbServiceLib and GraphicsLib from MdeModulePkg, for they have been... | xli24 |
2008-10-24 | ECC Clean up. | vanjeff |
2008-10-21 | 1) Update SetPeiServicesTablePointer's prototype add CONST modifier. | qwang12 |
2008-10-21 | Fix several coding style violations | qhuang8 |
2008-10-20 | Move definition of EFI_PARTITION_ENTRY_STATUS from IndustryStandard in MDE Pa... | xli24 |
2008-10-20 | Fix ECC issue. | klu2 |
2008-10-20 | Vertical check - DEC [LibraryClasses] section matches all the library classes... | eric_tian |
2008-10-17 | Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE... | qwang12 |
2008-10-15 | Roolback PlatformMngr to UEFI_APPLICATION, and remove its dependency section. | lgao4 |
2008-10-15 | Minor update for PlatOverMngr driver, VariableFormat.h and DxePcdLib.c. | lgao4 |
2008-10-14 | Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h i... | qwang12 |
2008-10-14 | Correct two minor comments | lgao4 |
2008-10-11 | If there are variables in the VAR_ADDED state that are identical to the varia... | mdkinney |
2008-10-09 | Remove the package header files PiDxe.h/PiPei.h/Uefi.h included by Protocol/P... | lgao4 |
2008-10-08 | Set Root=NULL if some error code is returned from OpenVolume() interface of E... | qhuang8 |
2008-10-07 | sync the comments of FvbServiceLib library class with Mde Library Spec. | eric_tian |
2008-10-05 | Change PeiMain/DxeMain's base name to PeiCore/DxeCore. | klu2 |
2008-09-29 | Remove DXE CIS word | klu2 |
2008-09-28 | sync the comments of GraphicsLib library instance with Mde Library Spec. | eric_tian |
2008-09-27 | 1. Set the EFI_DEBUG_IMAGE_INFO_TABLE_MODIFIED bit on insertion/deletion of e... | qhuang8 |
2008-09-27 | Changing source filename to match name changing. | vanjeff |
2008-09-27 | Renamed remotely | vanjeff |
2008-09-27 | Renamed | vanjeff |
2008-09-26 | 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h. | qwang12 |
2008-09-24 | Update the default value of PcdPlatformBootTimeOutDefault to be 0xffff to be ... | qhuang8 |
2008-09-23 | add detail comments on the complicated code segment. | eric_tian |
2008-09-23 | Add assert check to make sure new stack size larger than old stack size. | lgao4 |
2008-09-23 | move header files in MdeModulePkg\Core\Dxe except DxeMain.h into their corres... | eric_tian |
2008-09-23 | Don't align image address for TeImage, because TeImage section alignment is u... | lgao4 |
2008-09-21 | HiiLibGetCurrentLanguage returns the current UEFI variable "PlatformLang" (if... | qwang12 |