summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)Author
2016-03-17MdeModulePkg: Fixed incorrect return value of MatchStringCecil Sheng
2016-03-16MdeModulePkg: ConSplitterDxe: use U64 mult/div wrappers in AbsPtr scalingLaszlo Ersek
2016-03-16MdeModulePkg: Rescale ConSplitter Absolute Pointer.Derek Lin
2016-03-16MdeModulePkg/DriverSampleDxe: Uninstall the ConfigAccess protocolDandan Bi
2016-03-08MdeModulePkg AcpiTableDxe: Use Rsdt to check against NULLStar Zeng
2016-03-04MdeModulePkg AcpiTableDxe: Don't uninstall Acpi Sdt Protocol at ReadyToLockStar Zeng
2016-03-04MdeModulePkg: Fix IPv4 double freeSamer El-Haj-Mahmoud
2016-03-04MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi
2016-03-04MdeModulePkg/DisplayEngineDxe: Refine the coding styleDandan Bi
2016-03-03MdeModulePkg/FvSimpleFs: don't open DevicePath with BY_DRIVER modeFeng Tian
2016-03-02MdeModulePkg: Change the default IPv4 config policyJiaxin Wu
2016-02-29MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia
2016-02-29MdeModulePkg RamDiskDxe: Install Block I/O 2 Protocol on RAM disk devicesHao Wu
2016-02-29MdeModulePkg: Add RamDiskDxe driver implementationHao Wu
2016-02-29MdeModulePkg:Fix a robustness issue of Mnp DriverZhang Lubo
2016-02-26MdeModulePkg: RegularExpressionDxe: support free(NULL)Laszlo Ersek
2016-02-26MdeModulePkg: AcpiTableDxe: fix VS2008 build by merging adjacent if blocksArd Biesheuvel
2016-02-25MdeModulePkg: Add submitted callback test case in DriverSampleDandan Bi
2016-02-25MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTEDDandan Bi
2016-02-24MdeModulePkg: AcpiTableDxe: make 4 GB table allocation limit optionalArd Biesheuvel
2016-02-23MdeModulePkg: HiiDatabaseDxe: HiiStringToImage() should not overwrite BltXDandan Bi
2016-02-23MdeModulePkg/Partition: Fix 64bit build failure caused by last patchNi, Ruiyu
2016-02-19MdeModulePkg/Partition: Use proper partition number for MBRRuiyu Ni
2016-02-17MdeModulePkg: SNP should check Cdb.StatCode with PXE_STATCODE_SUCCESS.Fu Siyuan
2016-02-17MdeModulePkg: Make the DEBUG info consistent in SNP driver.Fu Siyuan
2016-02-16MdeModulePkg: Refine function comments in Keyword Handler ProtocolDandan Bi
2016-02-03MdeModulePkg: Correct one return status code in SNP Transmit function.Fu Siyuan
2016-02-03MdeModulePkg: Update the default size of MNP TX buffer pool.Fu Siyuan
2016-02-03MdeModulePkg: Update DBsize in SNP GetStatus command.Fu Siyuan
2016-01-29MdeModulePkg: Minor comments update to GetNextHighMonotonicCount()Star Zeng
2016-01-29MdeModulePkg Variable: Minor update to the Data parameter for GetVariable()Star Zeng
2016-01-27MdeModulePkg:Restore the HiiValue for string opcodeDandan Bi
2016-01-26MdeModulePkg:Make the logic in ConfigRouting.c clear and safeDandan Bi
2016-01-25MdeModulePkg: HiiDatabase: Refine the code to make it more safely.Eric Dong
2016-01-21MdeModulePkg: TerminalDxe: select the UART's default receive FIFO depthLaszlo Ersek
2016-01-21MdeModulePkg: SerialDxe: sync EFI_SERIAL_IO_MODE.Timeout with the specLaszlo Ersek
2016-01-21MdeModulePkg: SerialDxe: lay out mSerialIoMode initializer more nicelyLaszlo Ersek
2016-01-19MdeModulePkg: Add MorLock to variable driver.Yao, Jiewen
2016-01-19MdeModulePkg: Add MorLockDxe to variable driver.Yao, Jiewen
2016-01-19MdeModulePkg: Add MorLockSmm to variable driver.Yao, Jiewen
2016-01-15MdeModulePkg:Fix the potential memory leak issue in Display EngineDandan Bi
2016-01-11MdeModulePkg: Fix GraphicsConsole driver resolution out of sync issueRuiyu Ni
2016-01-08MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan
2016-01-08MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buffer.Fu Siyuan
2016-01-06Rollback the commit because it has potential issue.Dandan Bi
2016-01-06MdeModulePkg IScsiDxe: Fix a typo in function descriptionHao Wu
2016-01-06MdeModulePkg AcpiTableDxe: Fix a typo in function descriptionHao Wu
2016-01-06MdeModulePkg:Fix the potential memory leak issue in Display EngineDandan Bi
2016-01-06MdeModulePkg:Avoid ASSERT in HiiConfigRoutingRouteConfigDandan Bi
2016-01-04MdeModulePkg: For RegularExpressionDxe use 'sprintf_s' to replace 'sprintf'.Qiu Shumin