Age | Commit message (Expand) | Author |
2016-08-31 | MdeModulePkg: Use IsZeroGuid API for zero GUID checking | Hao Wu |
2016-08-29 | MdeModulePkg DxeCore: Return correct AuthStatus for FvReadFile | Star Zeng |
2016-07-12 | MdeModulePkg MemoryProfile: ASSERT to ensure 'DriverInfoData' is not NULL | Hao Wu |
2016-07-11 | MdeModulePkg: Fix typos in comments and variables | Giri P Mudusuru |
2016-07-05 | MdeModulePkg MemoryProfile: Add ASSERTs to make sure pointers are not NULL | Hao Wu |
2016-07-01 | MdeModulePkg DxeCore: Add lock to pretect memory profile AllocInfo list | Star Zeng |
2016-07-01 | MdeModulePkg DxeCore: Enhance memory profile for memory leak detection | Star Zeng |
2016-06-23 | MdeModulePkg: Remove NORETURN for PeiCore() and DxeMain() function | Liming Gao |
2016-06-22 | MdeModulePkg/Core: Decorate phase-transition functions with NORETURN. | Marvin H?user |
2016-05-16 | MdeModulePkg-DxeCore: rename CoreGetMemoryMapPropertiesTable | Jiewen Yao |
2016-04-29 | MdeModulePkg/DxeCore: set ImageContext Handle and ImageRead() fields | Ard Biesheuvel |
2016-04-28 | MdeModulePkg: DxeCore MemoryPool Algorithm Update | Liming Gao |
2016-04-26 | MdeModulePkg DxeCore: Check free memory type by CoreUpdateProfile() | Star Zeng |
2016-04-25 | MdeModulePkg/DxeCore: Avoid assertion in CoreLocateProtocol | Ruiyu Ni |
2016-04-22 | MdeModulePkg DxeCore: Enhance MemoryAttributesTable installation | Star Zeng |
2016-04-22 | MdeModulePkg DxeCore: Return memory type from internal free pool/pages | Star Zeng |
2016-04-22 | MdeModulePkg DxeCore: Fix a memory leak in InstallMemoryAttributesTable() | Star Zeng |
2016-04-22 | MdeModulePkg DxeCore: Call PeCoffExtraActionLib member after Constructor | Star Zeng |
2016-03-22 | MdeModulePkg DxeCore: Address boundary check for Type AllocateAddress | Star Zeng |
2016-03-22 | MdeModulePkg DxeCore: Check Start consistently in CoreConvertPagesEx | Star Zeng |
2016-03-01 | MdeModulePkg: DxeCore: fully initialize image context before passing it on | Ard Biesheuvel |
2016-02-26 | MdeModulePkg: Add ASSERT to make sure pointer 'MemoryMap' is not NULL. | Qiu Shumin |
2016-02-25 | MdeModulePkg: Fix Memory Attributes table type issue | Jiewen Yao |
2016-02-17 | MdePkg: Update DxeCore INF for MemoryAttributesTable. | jiewen yao |
2016-02-17 | MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint. | jiewen yao |
2016-02-17 | MdeModulePkg: Add CoreInitializeMemoryAttributesTable() to header file. | jiewen yao |
2016-02-17 | MdeModulePkg: Update PropertiesTable for MemoryAttributesTable. | jiewen yao |
2016-02-17 | MdeModulePkg: Add MemoryAttributesTable generation. | jiewen yao |
2016-02-15 | MdeModulePkg DxeCore: Minor comments update to AllocatePool() | Star Zeng |
2016-02-15 | MdeModulePkg DxeCore: Missing change for OEM reserved memory type at R17460 | Star Zeng |
2016-02-05 | MdeModulePkg: Update DxeCore dispatcher to ignore PEI and SMM depex for FV. | Liming Gao |
2016-01-27 | MdeModulePkg DxeCore: Avoid the closed event to be signaled wrongly | Star Zeng |
2016-01-06 | MdeModulePkg Core/Dxe/Misc: Fix typos in function descriptions | Hao Wu |
2015-12-17 | MdeModulePkg: Update print error level for RuntimeDriver alignment check | Liming Gao |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen |
2015-09-21 | MdeModulePkg: Remove event from protocol database only if registered | Samer El-Haj-Mahmoud |
2015-09-21 | MdeModulePkg/Core/Dxe/Gcd: remove set but not used variables | Laszlo Ersek |
2015-09-18 | MdeModulePkg DxeCore: Take the range in resource HOB for PHIT as higher priority | Star Zeng |
2015-09-17 | MdeModulePkg DxeCore: Relocate HOB List after other tested memory resources a... | Star Zeng |
2015-08-04 | MdeModulePkg DxeCore: Move ProcessLibraryConstructorList() | Star Zeng |
2015-07-03 | MdeModulePkg: Refine code to make it more readable. | Qiu Shumin |
2015-07-02 | MdeModulePkg: Merge GCD range before convert it to EFI memory | Liming Gao |
2015-07-02 | MdeModulePkg: enforce arch-specific alignment for split regions | Ard Biesheuvel |
2015-07-02 | MdeModulePkg: move arch-specific allocation granularity defines to DxeMain.h | Ard Biesheuvel |
2015-07-02 | MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnable | Ard Biesheuvel |
2015-07-02 | MdeModulePkg: make internal functions STATIC in Core/Dxe/Misc/PropertiesTable.c | Ard Biesheuvel |
2015-07-02 | MdeModulePkg: remove unused functions from Core/Dxe/Misc/PropertiesTable.c | Ard Biesheuvel |
2015-07-02 | MdeModulePkg: Update DxeCore to handle LoadFile DevicePath | Liming Gao |
2015-06-25 | MdeModulePkg: Add Memory Capabilities for MMIO and Reserved Range | Liming Gao |
2015-06-10 | Fix logic error on SectionAlignment calculation. | Yao, Jiewen |