Age | Commit message (Expand) | Author |
2008-12-23 | Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, En... | qhuang8 |
2008-12-18 | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy |
2008-12-03 | Global variables have been moved backward ahead of functions. | jji4 |
2008-11-20 | ECC clanup: Update the doxygen comment. | qwang12 |
2008-11-17 | Update comments for PeiCore | lgao4 |
2008-11-13 | Rename PiLibInstallFvInfoPpi() to PeiServicesInstallFvInfoPpi() and remove th... | qhuang8 |
2008-10-31 | Use #include "XXX.h" for module internal header files. | qhuang8 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 |
2008-10-30 | Measure time spent in SEC | mdkinney |
2008-10-29 | Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I... | eric_tian |
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 | clean up EBC in inf files. | vanjeff |
2008-10-27 | Make use of correct format String: | qwang12 |
2008-10-21 | 1) Update SetPeiServicesTablePointer's prototype add CONST modifier. | qwang12 |
2008-10-20 | Fix ECC issue. | klu2 |
2008-10-17 | Base on PI spec, GetPeiServicesTablePointer is updated to return CONST EFI_PE... | qwang12 |
2008-10-14 | Correct two minor comments | lgao4 |
2008-10-05 | Change PeiMain/DxeMain's base name to PeiCore/DxeCore. | klu2 |
2008-09-29 | Remove DXE CIS word | klu2 |
2008-09-23 | Add assert check to make sure new stack size larger than old stack size. | lgao4 |
2008-09-19 | 1. Add three sample PCD in HelloWorld application for user reference of PCD u... | lgao4 |
2008-09-04 | clean up the un-suitable ';' location when declaring the functions. | vanjeff |
2008-09-03 | move ProcessFv() from dispatcher.c to FwVol.c | klu2 |
2008-09-03 | Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR... | klu2 |
2008-09-03 | When new FV is installed, VerifyFv() should be invoked to do security checkin... | klu2 |
2008-08-25 | remove the unused msa files in MdeModulePkg. | lgao4 |
2008-08-21 | Fix ICC build error for the inconsistent PeiService pointer date type. | lgao4 |
2008-08-21 | Add compatibility logic to handle framework fvhob and install FvInfo ppi. And... | lgao4 |
2008-08-18 | Re-integrate patch in r5626~r5628:Enhance PeiCore dispatcher and fix a bug in... | qhuang8 |
2008-08-12 | Re-integrate patch in r5625: "Only build FvHob for the extracted FvImage thos... | qhuang8 |
2008-08-12 | Temporarily rollback the change from 5625 though 5628 for more investigation. | qhuang8 |
2008-08-12 | Add PeimDispatcherReenter to fix bug of PeiDispatch can not be quit correctly. | klu2 |
2008-08-11 | Correct more comments for PeiCore. | klu2 |
2008-08-11 | Enhance PeiCore's dispatcher, move PeimDispatchOnThisPass and PeimNeedingDisp... | klu2 |
2008-08-11 | Only build FvHob for the extracted FvImage those parent Fv image has FvHob. | lgao4 |
2008-08-08 | Roll back PeiImageRead to original implementation, this function will be shad... | lgao4 |
2008-08-08 | Correct some comments to add the detailed information. | lgao4 |
2008-08-08 | Synchronize the comments for PeiService. | klu2 |
2008-08-08 | Add more comments for PeiCore. | klu2 |
2008-08-08 | Correct comments. | klu2 |
2008-08-08 | correct comments | klu2 |
2008-08-08 | correct comments | klu2 |
2008-08-08 | Correct comments. | klu2 |
2008-08-01 | Increase size of function addresses printed in DEBUG messages from 10 to 11 c... | mdkinney |
2008-07-23 | Code scrub for PeiCore module. | klu2 |
2008-07-21 | change lower case to upper case to pass Unix build | eric_tian |
2008-07-19 | Fix a bug that PeiCore might fail to fix up Ppi pointer in CAR. | qhuang8 |