Age | Commit message (Expand) | Author |
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 |
2011-02-12 | Update DEBUG log information to specify SMM driver to be loaded in SmmCore | lgao4 |
2011-02-12 | Correct typo in word in DxeCore. | lgao4 |
2011-02-12 | Updates function description per UEFI2.3d. No impact is for functionality. Th... | lgao4 |
2011-01-21 | Fix bounds check on parameter of type EFI_GCD_IO_TYPE to use EfiGcdIoTypeMaxi... | mdkinney |
2011-01-11 | Clean up GCD DEBUG() macros so DEBUG_CODE() is only used to enable/disable th... | mdkinney |
2011-01-06 | Add DEBUG() macros to all GCD services to monitor all changes to the GCD Memo... | mdkinney |
2010-12-09 | when SMM Communication Protocol.Communicate() is called from within SMM, SMRA... | rsun3 |
2010-12-06 | 1) Change location of DEBUG() macro that prints the name of the FFS file bein... | mdkinney |
2010-12-04 | Update PEI/DXE/SMM dispatchers to include DEBUG ((DEBUG_DISPATCH, )) macros t... | mdkinney |
2010-11-09 | Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres... | lgao4 |
2010-11-04 | Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP). | rsun3 |
2010-11-03 | swaps the order of timer disable and memory map termination to make sure memo... | vanjeff |
2010-11-03 | Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched... | rsun3 |
2010-10-18 | Refine code to make code run more safely. | ydong10 |
2010-09-16 | Refine code to make code run safely. | ydong10 |
2010-09-15 | Refine soma code to make code run safely. | ydong10 |
2010-08-26 | Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF). | pgao2 |
2010-08-06 | Move registration of DXE Core with PeCoffExtraActionLib after the lib constru... | mdkinney |
2010-08-03 | Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLib | mdkinney |
2010-07-28 | Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction... | lgao4 |
2010-07-19 | 1. Add init flag DEBUG_AGENT_INIT_DXE_AP. | vanjeff |
2010-07-18 | Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up... | andrewfish |
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-06-17 | Add a missing parameter description in the function header for CoreFindFreePa... | rsun3 |
2010-06-14 | 1) Improve how memory usage is tracked in DXE Core | mdkinney |
2010-05-14 | Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de... | lgao4 |
2010-05-11 | 1) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab... | mdkinney |
2010-05-10 | Minor comment update. | xdu2 |
2010-05-07 | Fix ICC 11.1 build break | mdkinney |
2010-05-05 | Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library... | lgao4 |
2010-04-24 | Update the copyright notice format | hhtian |
2010-04-21 | Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s... | niruiyu |
2010-04-07 | Fix the issue that GCC treat enum type as unsigned int which incompatible wit... | klu2 |
2010-04-05 | MdeModulePkg: Fix warning with VS2005 toolchain on IA32 | jljusten |
2010-04-03 | Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure. | jgong5 |
2010-03-21 | Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm... | jyao1 |
2010-03-19 | Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). | jgong5 |
2010-03-13 | 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE... | vanjeff |
2010-03-12 | Fixed a bug in LMFA code | jchen20 |
2010-03-11 | roll back IDT_ENTRY counter to 32 | vanjeff |
2010-03-10 | The patch attached is to fix the issue that LMFA feature is failed on OVMF. ... | jchen20 |
2010-03-09 | Minor update comment to remove unprintable character in source file. | qhuang8 |
2010-03-09 | Fix the SMRAM caching range base and size. The original code uses the biggest... | jgong5 |
2010-03-04 | Fix a bug that a NULL pointer may be dereferenced. | rsun3 |
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 |