summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2016-05-10MdeModulePkg RamDiskDxe: Fix wrong HII behavior for more than 8 RAM disksHao Wu5-29/+37
2016-05-10MdeModulePkg RamDiskDxe: Report ACPI NFIT for reserved memory RAM disksHao Wu5-0/+658
2016-05-06MdeModulePkg: Ignore BootFileName if it is overloaded.Heyi Guo1-3/+7
2016-05-06MdeModulePkg/HiiDatabaseDxe: Fix memory leak issues in HiiDatabaseDxeDandan Bi1-1/+20
2016-05-06MdeModulePkg/SetupBrowser: Call submit callback function when no failureDandan Bi1-2/+13
2016-05-06MdeModulePkg: Restore question base on the fail info when submit failDandan Bi2-7/+151
2016-05-06MdeModulePkg: Refine SNP driver's media status check logic.Fu Siyuan4-16/+64
2016-05-05MdeModulePkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan3-11/+21
2016-04-29MdeModulePkg-FPDT(3): Use SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET in...Liming Gao2-42/+79
2016-04-29MdeModulePkg-FPDT(2): Add SMM_FPDT_FUNCTION_GET_BOOT_RECORD_DATA_BY_OFFSET in...Liming Gao1-27/+36
2016-04-29MdeModulePkg: Add new driver to publish EDKII_PI_SMM_COMMUNICATION_REGION_TABLE.Jiewen Yao4-0/+203
2016-04-27MdeModulePkg: Export ConfigResp only for form Package after ReadyToBootDandan Bi2-8/+58
2016-04-27MdeModulePkg: BOOLEAN type needn't to compare to TRUE/FALSE explicitlyDandan Bi1-1/+1
2016-04-27MdeModulePkg: Add description to MdeModulePkg AcpiTable driver.Liming Gao2-5/+6
2016-04-25MdeModulePkg/SetupBrowserDxe: Remove the useless checkDandan Bi1-1/+1
2016-04-22MdeModulePkg: Fix GCC code build error of iSCSI driver.Zhang Lubo1-1/+3
2016-04-22MdeModulePkg: refine codes of iSCSI driver.Zhang Lubo3-18/+40
2016-04-22MdeModulePkg/HiiDatabaseDxe: Fix the VS2010/VS2012 build failDandan Bi1-0/+2
2016-04-19MdeModulePkg/HiiDatabaseDxe: Support EfiVarStore to get AltCfg from DriverDandan Bi1-0/+541
2016-04-19MdeModulePkg/HiiDatabaseDxe: Correct the ReallocatePool sizeDandan Bi1-1/+2
2016-04-19MdeModulePkg/DriverSampleDxe: Add a sample caseDandan Bi3-2/+65
2016-04-19MdeModulePkg/SetupBrowserDxe: Get default from callback for orderedListDandan Bi1-1/+9
2016-04-14MdeModulePkg S3SaveStateDxe: Add protocol usage for gEfiLockBoxProtocolGuidStar Zeng1-1/+1
2016-04-13MdeModulePkg: Update Guid/Protocol usages in INF files.Liming Gao2-14/+20
2016-04-11MdeModulePkg BootScriptExecutorDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng2-2/+7
2016-04-11MdeModulePkg SmmS3SaveStateDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng2-3/+10
2016-04-11MdeModulePkg: Add new macros and refine codesZhang Lubo4-9/+9
2016-04-07MdeModulePkg S3SaveStateDxe: Move S3Ready() functional code from AcpiS3SaveDxeStar Zeng4-1/+575
2016-04-07MdeModulePkg S3SaveStateDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng3-3/+11
2016-04-01MdeModulePkg: Check received packet size before use it.Fu Siyuan3-5/+39
2016-04-01Revert "TerminalDxe: select the UART's default receive FIFO depth"Ruiyu Ni2-2/+2
2016-03-31MdeModulePkg RamDiskDxe: Fix incorrect RAM disk memory address calculationSamer El-Haj-Mahmoud2-3/+4
2016-03-29MdeModulePkg PartitionDxe: Add Re-entry handling logic for BindingStopHao Wu2-21/+110
2016-03-29MdeModulePkg/SerialDxe: Set FIFO depth with PCDHeyi Guo2-5/+7
2016-03-29MdeModulePkg DiskIoDxe: Media status check not be done at DiskIo levelHao Wu1-13/+1
2016-03-29MdeModulePkg PartitionDxe: Some ISO images cannot be recognized properlyHao Wu1-7/+7
2016-03-24MdeModulePkg/RamDiskDxe: Fix typo in HII messageAlcantara, Paulo1-1/+1
2016-03-23MdeModulePkg RamDiskDxe: Remove unnecessary TPL raise operationsHao Wu2-14/+0
2016-03-23MdeModulePkg RamDiskDxe: Uninstall DEVICE_PATH_PROTOCOL with correct paramHao Wu1-1/+1
2016-03-23MdeModulePkg RamDiskDxe: Remove unnecessary 'DisconnectController' callsHao Wu2-5/+0
2016-03-17MdeModulePkg: Fixed incorrect return value of MatchStringCecil Sheng1-5/+29
2016-03-16MdeModulePkg: ConSplitterDxe: use U64 mult/div wrappers in AbsPtr scalingLaszlo Ersek1-3/+24
2016-03-16MdeModulePkg: Rescale ConSplitter Absolute Pointer.Derek Lin1-7/+36
2016-03-16MdeModulePkg/DriverSampleDxe: Uninstall the ConfigAccess protocolDandan Bi1-0/+2
2016-03-08MdeModulePkg AcpiTableDxe: Use Rsdt to check against NULLStar Zeng1-2/+2
2016-03-04MdeModulePkg AcpiTableDxe: Don't uninstall Acpi Sdt Protocol at ReadyToLockStar Zeng3-67/+3
2016-03-04MdeModulePkg: Fix IPv4 double freeSamer El-Haj-Mahmoud1-1/+3
2016-03-04MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi6-5/+251
2016-03-04MdeModulePkg/DisplayEngineDxe: Refine the coding styleDandan Bi1-1/+0
2016-03-03MdeModulePkg/FvSimpleFs: don't open DevicePath with BY_DRIVER modeFeng Tian1-6/+5