Age | Commit message (Expand) | Author |
2015-04-01 | MdeModulePkg: add error handling when DXE IPL PPI is not found. | Elvin Li |
2015-03-31 | MdeModulePkg: Remove unused internal structure in PeiCore | Liming Gao |
2015-03-13 | MdeModulePkg: Fix typo. | Shumin Qiu |
2014-12-15 | MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issue | Liming Gao |
2014-10-14 | MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly cons... | Star Zeng |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-20 | MdeModulePkg PeiCore: Add NULL pointer check. | Star Zeng |
2014-08-18 | Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract... | Gao, Liming |
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-06-26 | Refine code to make it more safely. | Eric Dong |
2014-04-15 | MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o... | 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 |
2014-01-02 | Correct the RemainingPages calculation in PEI AllocatePages service. | 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-16 | MdeModulePkg: Add support for weakly aligned FVs. | Star Zeng |
2013-09-04 | Fixed the issue in PeiCore on Load Module At Fixed Address logic | Liming Gao |
2013-02-27 | In order to make sure the image is section alignment, after allocate buffer f... | ydong10 |
2012-11-08 | Build the registered guid HOB and SystemTable to record the GUID itself in Pe... | lzeng14 |
2012-11-01 | MdeModulePkg: eliminate all implicit library dependencies for all modules in ... | erictian |
2012-10-30 | Add missing status code in several modules. | li-elvin |
2012-09-29 | MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur... | erictian |
2012-07-17 | Update HobLib and Hob Service to avoid data over flow. | lgao4 |
2012-03-27 | Searching for files starts on an 8 byte aligned boundary after the end of the... | lzeng14 |
2012-02-29 | Fix the issue in PeiCore to support PDB file path without '\' or '.' character. | lgao4 |
2012-01-04 | Fix the issue in PeiCore that doesn’t handle Unix style file path of PDB file. | lgao4 |
2011-11-25 | 1. According to PI errata 0000840 and PI 1.2c Vol 3 3.2.3, remove description... | lzeng14 |
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-20 | MdeModulePkg PeiMain: Enhance the PEI Core to convert GUID/PPI pointers point... | rsun3 |
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-16 | Remove the unused TimerLib from PeiCore. | lgao4 |
2011-06-09 | Add assertion in PeiAllocatePool when out of resource. | niruiyu |
2011-06-04 | Fix X64 clang warnings. | andrewfish |
2011-03-14 | Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. | vanjeff |
2011-02-23 | Update PeiCore and DxeCore to verify FFS data checksum. | lgao4 |
2010-12-04 | Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t... | mdkinney |
2010-09-15 | Refine soma code to make code run safely. | ydong10 |
2010-07-07 | Update the previous fix to only shadow the function for supported processor a... | andrewfish |
2010-07-07 | Fix issue with ARM port. Image.c shadow code is not ANSI C and crashes on ARM... | andrewfish |
2010-06-29 | 1) Call ProcessNotifyList() to process all Dispatch Notifications after the M... | mdkinney |
2010-05-11 | 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab... | mdkinney |