summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg BootScriptExecutorDxe: Fix 32bit build failure.Star Zeng2015-03-191-2/+2
* MdeModulePkg BootScriptExecutorDxe: Use ImageContext.ImageSize to allocate me...Star Zeng2015-03-181-2/+6
* MdeModulePkg: Add SMBIOS 64-bit support for SMBIOS 3.0.Elvin Li2015-03-163-95/+410
* MdeModulePkg: Fix typo.Shumin Qiu2015-03-131-3/+3
* MdeModulePkg Variable: Keep the behavior of Variable Dxe and SMM drivers cons...Star Zeng2015-03-091-5/+5
* MdeModulePkg/FvSimpleFileSystemDxe: Fixed ARM compiler errorOlivier Martin2015-02-251-1/+1
* Open default Tcp child via BY_CHILD_CONTROLLER.Wu Jiaxin2015-02-051-1/+32
* MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2015-02-058-8/+0
* Enhance the parameter check to avoid potential issue in negotiation.Ye Ting2015-02-041-14/+26
* Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin2015-02-041-2/+3
* Verified ChildHandle, and correct the name for a child. Wu Jiaxin2015-02-041-7/+119
* Update the code not require optional parameters include DataPDUInOrder and Da...Roy Franz2015-02-031-10/+19
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-028-337/+24
* MdeModulePkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng2015-02-025-2/+19
* MdeModulePkg Variable: Before EndOfDxe, just record the current boot VarError...Star Zeng2015-02-021-1/+16
* Move ConfigHdr from browser_storage to Formset_storage, avoid device path los...Eric Dong2015-01-303-58/+180
* MdeModulePkg Variable: Implement variable quota management.Star Zeng2015-01-277-141/+583
* MdeModulePkg: Acpi: enforce exclusion between FirmwareCtrl and XFirmwareCtrlLaszlo Ersek2015-01-261-0/+4
* The default type is not returned by display engine, this code update the logi...Eric Dong2015-01-231-0/+3
* Enable popup dialog when user press the hotkey.Eric Dong2015-01-232-4/+193
* Avoid change the return status from above code which will also be used later.Eric Dong2015-01-231-2/+3
* Locate the config route protocol before install the config access protocol to...Eric Dong2015-01-231-13/+14
* Fix IA32 build failure: Use MultU64x32 for 64bit * 32bit.Ruiyu Ni2015-01-131-2/+2
* MdeModulePkg/PartitionDxe: Fixed El Torito support when the medium is not a C...Olivier Martin2015-01-121-33/+25
* Restore question value for question without storage after CHANGING callback r...Eric Dong2015-01-091-3/+10
* MdeModulePkg Variable: Implement VarCheck PROTOCOLStar Zeng2015-01-059-145/+1498
* Remove the FV header assumption in variable driver.Dong Guo2014-12-311-7/+14
* MdeModulePkg/FvSimpleFileSystem:Fix a potential NULL dereference issue.Feng Tian2014-12-301-0/+3
* MdeModulePkg/FvSimpleFileSystem: Fix building error with 32bit tool chains.Feng Tian2014-12-251-7/+7
* MdeModulePkg/FvSimpleFileSystem: Add a new module to provide access to execut...Brendan Jackman2014-12-237-0/+2537
* MdeModulePkg DebugSupportDxe: Fix build error with GNU assemblerJordan Justen2014-12-171-1/+1
* Eliminate the variable.Laszlo Ersek2014-12-151-2/+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-111-0/+47
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-046-19/+23
* MdeModulePkg: Unregister DXE FpdtStatusCodeHandler.Liming Gao2014-12-031-44/+61
* Fix memory leak in Ip4Config.Samer El-Haj-Mahmoud2014-12-021-1/+2
* Fix build fail for VS2005 tool chain.Eric Dong2014-11-271-4/+4
* MdeModulePkg: Misc comments and DEBUG messagesSamer El-Haj-Mahmoud2014-11-271-0/+4
* Fix an issue in the PCD service to prevent potential out of bound array access Samer El-Haj-Mahmoud2014-11-261-2/+3
* Fixed user input arrow down/ page down caused form display highlight menu error.Eric Dong2014-11-264-214/+493
* MdeModulePkg: Refine the get default value logic.Eric Dong2014-11-213-168/+48
* MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure.Star Zeng2014-11-191-0/+4
* MdeModulePkg Variable: Add missing warning annotation.Star Zeng2014-11-196-1/+61
* MdeModulePkg DxeCore/PiSmmCore: Add UEFI memory and SMRAM profile support.Star Zeng2014-11-123-2/+57
* MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...Star Zeng2014-10-312-26/+42
* Fix a bug introuduced by r16104, not all NIC device implement both memory and...Fu Siyuan2014-10-311-6/+7
* Check the question value before call CHANGED. Only when question value has be...Eric Dong2014-10-211-1/+6
* Clean up the code. Action statement should not have text two opcode.Eric Dong2014-10-213-4/+0
* AtaBusDxe: Fix ReadBlockEx andWriteBlockEx to still signal event when the Buf...Ruiyu Ni2014-10-152-48/+84