Age | Commit message (Expand) | Author |
2011-10-31 | MdeModulePkg: Remove variables that are set, but not used | jljusten |
2011-10-27 | Add core FFS3 support, PeiCore and DxeIpl. | lzeng14 |
2011-09-15 | Enhance the PEI Core to convert pointers pointing to PPI descriptors on the t... | rsun3 |
2011-07-12 | Correct the status code value to EFI_SW_PC_INIT_END after PEIM returns contro... | lgao4 |
2011-06-04 | Fix X64 clang warnings. | andrewfish |
2011-03-14 | Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. | vanjeff |
2010-12-04 | Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t... | mdkinney |
2010-05-11 | 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab... | mdkinney |
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 |