Age | Commit message (Expand) | Author |
2010-04-24 | Update the copyright notice format | hhtian |
2010-03-12 | Fixed a bug in LMFA code | jchen20 |
2010-03-10 | The patch attached is to fix the issue that LMFA feature is failed on OVMF. ... | jchen20 |
2010-03-04 | Fix a bug in load modules at fixed address which may potentially impact OS S3. | jchen20 |
2010-03-04 | Fix a bug in LMFA which may potentially impact OS S3. | jchen20 |
2010-02-26 | Fixed GCC build issue caused by converting a pointer to an integer of a large... | geekboy15a |
2010-02-26 | Fix a bug in "Load module At fixed address" to enable it on IPF platform | jchen20 |
2010-02-11 | Coding style fix and minor improvements. | rsun3 |
2010-02-10 | revise the debug message to add 0x in front of the HEX number for consistency | jchen20 |
2010-02-05 | modified to pass the ICC build | jchen20 |
2010-02-05 | Enable the Load Module At fixed Address feature | jchen20 |
2010-02-04 | Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil... | jgong5 |
2010-01-29 | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney |
2010-01-27 | Remove reference to PCDs of status code value. Use macros introduced in PI1.2... | xli24 |
2010-01-24 | Correct PeiCore not dispatch the register for shadow image without relocation. | lgao4 |
2010-01-14 | Update INF file to properly declare which PCDs must be Fixed, and update PCD ... | mdkinney |
2009-12-03 | Remove the tab characters. | klu2 |
2009-12-03 | After PeiCore is shadowed into permanent memory, the pointers to build-in Ffs... | klu2 |
2009-11-27 | The FV size in EFI_FV_INFO has been excluded the length of FV header, so no n... | klu2 |
2009-11-11 | Enabling EFI_PEI_FIRMWARE_VOLUME_PPI introduced by PI1.2. | klu2 |
2009-04-08 | updated to use the term “temporary memory” but not CAR | eric_tian |
2009-03-05 | Update PeiCore to handle FvImage with PI FV extension header | lgao4 |
2009-02-13 | Source level security checked | jji4 |
2009-01-15 | Fix a bug which print new stack size and old stack size wrongly. | qwang12 |
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-10-31 | Use #include "XXX.h" for module internal header files. | qhuang8 |
2008-10-21 | 1) Update SetPeiServicesTablePointer's prototype add CONST modifier. | qwang12 |
2008-10-20 | Fix ECC issue. | klu2 |
2008-09-23 | Add assert check to make sure new stack size larger than old stack size. | lgao4 |
2008-09-03 | move ProcessFv() from dispatcher.c to FwVol.c | klu2 |
2008-09-03 | Clean up BottomOfCarHeap, TopOfCarHeap, SizeOfTemporaryMemory, SizeOfCacheAsR... | klu2 |
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 | Synchronize the comments for PeiService. | klu2 |
2008-07-23 | Code scrub for PeiCore module. | klu2 |
2008-07-19 | Fix a bug that PeiCore might fail to fix up Ppi pointer in CAR. | qhuang8 |
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-03 | PrivateInMem->CurrentPeimCount should not be incremented when memory is disco... | klu2 |