summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update CopyRight to 2015Jeff Fan2015-04-292-2/+2
* MdeModulePkg: Update comments for PcdMemoryProfileMemoryTypeLiming Gao2015-04-292-0/+1
* MdeModulePkg: PI1.4 DxeCore GetMemoryMap() updateLiming Gao2015-04-291-38/+32
* MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stackFeng Tian2015-04-292-12/+15
* MdeModulePkg: Add UFS (Universal Flash Storage) StackFeng Tian2015-04-2933-0/+12521
* MdeModulePkg: Add support for UEFI2.5 and PI1.4 PersistentMemory featureLiming Gao2015-04-295-10/+45
* MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block...Feng Tian2015-04-281-10/+11
* MdeModulePkg: Add LzmaDecompress GuidLiming Gao2015-04-071-0/+35
* MdeModulePkg: Add two library instancesLiming Gao2015-04-0326-0/+4894
* MdeModulePkg: Add LzmaDecompress GuidLiming Gao2015-04-031-0/+5
* MdeModulePkg: Remove unused internal structure in PeiCoreLiming Gao2015-04-021-12/+4
* MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler errorOlivier Martin2015-03-031-1/+1
* MdeModulePkg/FvSimpleFileSystem:Fix a potential NULL dereference issue.Feng Tian2015-03-031-0/+3
* MdeModulePkg/FvSimpleFileSystem: Fix building error with 32bit tool chains.Feng Tian2015-03-031-7/+7
* MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to execut...Brendan Jackman2015-03-038-2/+2541
* Clean up the code. Action statement should not have text two opcode.Eric Dong2015-03-023-4/+0
* MdeModulePkg: Update SMBIOS revision to 3.0.Elvin Li2015-02-271-1/+1
* MdeModulePkg: Update library class name of PlatformHookLibSerialPortPpi.infShumin Qiu2015-02-101-2/+2
* MdeModulePkg: Update DSC file to fix build failure in EBC.Shumin Qiu2015-02-061-2/+2
* MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2015-02-0610-10/+0
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-0619-573/+109
* Open default Tcp child via BY_CHILD_CONTROLLER.Wu Jiaxin2015-02-061-1/+32
* MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng2015-02-057-2/+25
* Initialize data and correct faulty logic in TcpComponentNameGetControllerName().Wu Jiaxin2015-02-051-2/+3
* Verified ChildHandle, and correct the name for a child.Wu Jiaxin2015-02-051-7/+119
* Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong2015-02-053-61/+186
* MdeModulePkg/UsbBotPei: Correct wrong media type detection logic in UsbBotPeiFeng Tian2015-02-041-5/+7
* MdeModulePkg: Fixed DxeCore displaying incorrect FV Hob informationHao Wu2015-02-041-2/+2
* The default type is not returned by display engine, this code update the logi...Eric Dong2015-02-041-0/+3
* Enable popup dialog when user press the hotkey.Eric Dong2015-02-042-4/+193
* Update PcdSmbiosVersion from 0x0207 to 0x0208.Elvin Li2015-02-041-1/+1
* Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.Ruiyu Ni2015-02-044-17/+86
* MdeModulePkg DxeCore: Enhance memory profile code to handle possible NULL Fil...Star Zeng2015-02-031-7/+9
* MdeModulePkg DxePrintLibPrint2Protocol Library SPrintLength() API issue.Liming Gao2015-02-031-15/+131
* Restore question value for question without storage after CHANGING callback r...Eric Dong2015-02-031-3/+10
* MdeModulePkg DxeCore: Check pointer AllocInfoData before dereferencing.Star Zeng2015-02-031-0/+1
* MdeModulePkg DxeCore/PiSmmCore/MemoryProfileInfo: Fix EBC and VS2013 build fa...Star Zeng2015-02-033-4/+23
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2015-02-0328-106/+5235
* MdeModulePkg: fix mixed dos and linux EOL format issueHot Tian2014-12-231-24/+24
* MdeModulePkg: Eric Dong2014-12-191-2/+14
* MdeModulePkg/AtaAtapiPassThru:Reza Jelveh2014-12-181-13/+24
* MdeModulePkg DebugSupportDxe: Fix build error with GNU assemblerJordan Justen2014-12-171-1/+1
* MdeModulePkg DxeCore: Fix potential FV overflow of 4GB boundary on a 32-bit s...Star Zeng2014-12-171-1/+1
* MdeModulePke: PeiCore FirmwareVolmeInfoPpiNotifyCallback ()issueLiming Gao2014-12-161-6/+6
* Eliminate the variable.Laszlo Ersek2014-12-161-2/+0
* MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAt...Star Zeng2014-12-122-12/+0
* MdeModulePkg DXE FpdtStatusCodeHandler: Check Boolean value in if statement.Liming Gao2014-12-121-1/+1
* MdeModulePkg: Update the device path info for the storage when former drivers...Eric Dong2014-12-121-0/+47
* Add HobLib DXE instance for SMM_CORE.Jeff Fan2014-12-101-0/+1
* Checking if gSmmCorePrivate->CommunicationBuffer is in supported physical add...Jeff Fan2014-12-103-16/+105