Age | Commit message (Expand) | Author |
2015-03-31 | MdeModulePkg: Remove unused internal structure in PeiCore | Liming Gao |
2015-03-13 | MdeModulePkg: Fix typo. | Shumin Qiu |
2014-08-14 | MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial... | Zeng, Star |
2014-08-12 | MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou... | Star Zeng |
2014-01-15 | 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib... | Gao, Liming |
2014-01-09 | Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f... | Gao, Liming |
2014-01-02 | Update the heap migration logic to avoid memory overflow. | Liming Gao |
2013-12-17 | Fix two issues in PeiCore. | Liming Gao |
2013-11-15 | Add support for PI1.2.1 TempRam Done PPI. | Liming Gao |
2013-10-11 | 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE... | Star Zeng |
2013-10-09 | Update PeiCore to support load PEIM into memory on S3 boot path. | Liming Gao |
2013-09-04 | Fixed the issue in PeiCore on Load Module At Fixed Address logic | Liming Gao |
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 |