| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg PeiCore: Make SetPeiServicesTablePointer() early in EntryPoint | Liming Gao | 2016-11-29 | 1 | -9/+9 |
* | MdeModulePkg PeiCore: Make sure FvInfo has FFS2 format if Ffs2Guid FvFormat | Star Zeng | 2016-10-27 | 1 | -0/+14 |
* | MdeModulePkg/Core: Fix typos in comments | Gary Lin | 2016-10-27 | 5 | -12/+12 |
* | MdeModulePkg/PeiCore: Fix ConverSinglePpiPointer () typo. | Marvin Haeuser | 2016-08-15 | 1 | -4/+4 |
* | MdeModulePkg: Fix typos in comments and variables | Giri P Mudusuru | 2016-07-11 | 1 | -17/+17 |
* | MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() function | Liming Gao | 2016-06-23 | 2 | -2/+0 |
* | MdeModulePkg/Core: Decorate phase-transition functions with NORETURN. | Marvin H?user | 2016-06-22 | 2 | -0/+6 |
* | MdeModulePkg: Allow DxeIpl to load without permanent memory | Cohen, Eugene | 2016-05-30 | 1 | -5/+7 |
* | MdeModulePkg: PeiCore: Fix PEI Multiple Sub-FV Support issue | Zhang, Chao B | 2016-05-19 | 1 | -9/+13 |
* | MdeModulePkg: Update PeiCore dispatcher to handle PEIM and PEI_CORE only | Liming Gao | 2016-02-29 | 1 | -3/+21 |
* | MdeModulePkg/PeiCore: Fix the debug info of PEI temp heap length | Cinnamon Shia | 2016-01-28 | 1 | -1/+2 |
* | MdeModulePkg: PeiCore fix Xcode -Wempty-body warning | Andrew Fish | 2015-12-18 | 1 | -9/+9 |
* | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 2 | -0/+0 |
* | MdeModulePkg PeiCore: PeiInstallPeiMemory improper ASSERT test on second call | Star Zeng | 2015-11-18 | 1 | -1/+1 |
* | MdeModulePkg PeiCore: PEI dispatcher need retry to process NOT_DISPATCHED FV | Star Zeng | 2015-11-13 | 1 | -4/+11 |
* | MdeModulePkg PeiCore: Fix issue AuthenticationStatus is not propagated correctly | Eugene Cohen | 2015-11-10 | 1 | -7/+10 |
* | MdeModulePkg PeiCore: Recheck SwitchStackSignal after ProcessNotifyList() | Star Zeng | 2015-08-25 | 1 | -263/+293 |
* | MdeModulePkg PeiCore: Add PCD to specify PEIM Shadow | Liming Gao | 2015-08-03 | 4 | -9/+52 |
* | MdeModulePkg: Update PeiCore to handle specific child FV | Liming Gao | 2015-06-25 | 1 | -2/+20 |
* | MdeModulePkg: Update implementation of PeiAllocatePages() to allow EfiReserve... | Star Zeng | 2015-05-11 | 1 | -2/+3 |
* | MdeModulePkg: Add Reset2 ppi support in PEI CORE. | Star Zeng | 2015-05-11 | 4 | -3/+78 |
* | MdeModulePkg: add error handling when DXE IPL PPI is not found. | Elvin Li | 2015-04-01 | 1 | -1/+12 |
* | MdeModulePkg: Remove unused internal structure in PeiCore | Liming Gao | 2015-03-31 | 1 | -12/+4 |
* | MdeModulePkg: Fix typo. | Shumin Qiu | 2015-03-13 | 1 | -4/+4 |
* | MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issue | Liming Gao | 2014-12-15 | 1 | -6/+6 |
* | MdeModulePkg PeiCore: Update the code of PeiAllocatePages() to correctly cons... | Star Zeng | 2014-10-14 | 1 | -6/+10 |
* | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 2 | -0/+0 |
* | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2014-08-28 | 1 | -22/+53 |
* | MdeModulePkg PeiCore: Add NULL pointer check. | Star Zeng | 2014-08-20 | 1 | -0/+8 |
* | Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract... | Gao, Liming | 2014-08-18 | 2 | -5/+30 |
* | MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial... | Zeng, Star | 2014-08-14 | 6 | -42/+104 |
* | MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou... | Star Zeng | 2014-08-12 | 1 | -3/+5 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-26 | 1 | -2/+2 |
* | MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o... | Star Zeng | 2014-04-15 | 1 | -2/+17 |
* | 1. Add new API MigratePeiServicesTablePointer() in PeiServicesTablePointerLib... | Gao, Liming | 2014-01-15 | 1 | -0/+5 |
* | Clarify PcdPeiCoreMaxPeimPerFv description that means the maximum supported f... | Gao, Liming | 2014-01-09 | 1 | -3/+3 |
* | Update the heap migration logic to avoid memory overflow. | Liming Gao | 2014-01-02 | 1 | -1/+4 |
* | Correct the RemainingPages calculation in PEI AllocatePages service. | Liming Gao | 2014-01-02 | 1 | -2/+2 |
* | Fix two issues in PeiCore. | Liming Gao | 2013-12-17 | 1 | -6/+10 |
* | Add support for PI1.2.1 TempRam Done PPI. | Liming Gao | 2013-11-15 | 5 | -146/+303 |
* | 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE... | Star Zeng | 2013-10-11 | 8 | -190/+611 |
* | Update PeiCore to support load PEIM into memory on S3 boot path. | Liming Gao | 2013-10-09 | 3 | -33/+65 |
* | MdeModulePkg: Add support for weakly aligned FVs. | Star Zeng | 2013-09-16 | 1 | -19/+26 |
* | Fixed the issue in PeiCore on Load Module At Fixed Address logic | Liming Gao | 2013-09-04 | 1 | -3/+3 |
* | In order to make sure the image is section alignment, after allocate buffer f... | ydong10 | 2013-02-27 | 1 | -3/+26 |
* | Build the registered guid HOB and SystemTable to record the GUID itself in Pe... | lzeng14 | 2012-11-08 | 1 | -13/+53 |
* | MdeModulePkg: eliminate all implicit library dependencies for all modules in ... | erictian | 2012-11-01 | 1 | -1/+2 |
* | Add missing status code in several modules. | li-elvin | 2012-10-30 | 1 | -0/+7 |
* | MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur... | erictian | 2012-09-29 | 1 | -1/+0 |