Age | Commit message (Expand) | Author |
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 |
2008-07-17 | Change first char in filename to uppercase | klu2 |
2008-07-17 | Change first char in filename to uppercase | klu2 |
2008-07-17 | Change first char in filename to uppercase | klu2 |
2008-07-16 | Fix function comment to follows doxygen format. | klu2 |
2008-07-14 | TempRamSupportPpi is architectural required for IA32/x64/IPF. | klu2 |
2008-07-08 | Remove window EOL | klu2 |
2008-07-08 | PeiCore should fixup heap/stack pointer according to heap's/stack's base addr... | klu2 |
2008-05-29 | If the last PEIM dispatched in Pre-Memory PEI is the last PEIM in the BFV, th... | mdkinney |
2008-04-14 | Change MAX_PPI_DESCRIPTORS to FixedPcd PcdPeiCoreMaxPpiSupported, the default... | lgao4 |
2008-04-03 | Remove unused gEfiPeiSecurityPpiGuid for PeiMain and DxeIpl | lgao4 |
2008-04-03 | Added necessary dependent packages | jwang36 |
2008-04-03 | PrivateInMem->CurrentPeimCount should not be incremented when memory is disco... | klu2 |
2008-03-19 | Modify all file header to follow doxygen format | klu2 |
2008-03-10 | Fix GCC building issue. | klu2 |
2008-03-07 | Add comment for initialization value of CAR | klu2 |
2008-03-07 | For Itanium platform, the switch CAR action has been moved to SecCore accordi... | klu2 |
2008-03-07 | Correct the visit point's type, it should be UINT32 but not UINTN | klu2 |
2008-03-06 | Remove commented out code. | klu2 |
2008-03-06 | The calculating action for CAR usage should be put before calling temporary r... | klu2 |
2008-02-29 | Merge Temporary Ram support patch. | klu2 |