summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2016-04-25MdeModulePkg/DxeCore: Avoid assertion in CoreLocateProtocolRuiyu Ni1-2/+5
2016-04-25MdeModulePkg: Correct PlatformHookLibSerialPortPpi module type.Liming Gao1-2/+2
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 DxeCore: Enhance MemoryAttributesTable installationStar Zeng5-15/+92
2016-04-22MdeModulePkg DxeCore: Return memory type from internal free pool/pagesStar Zeng5-59/+34
2016-04-22MdeModulePkg DxeCore: Fix a memory leak in InstallMemoryAttributesTable()Star Zeng1-0/+2
2016-04-22MdeModulePkg/HiiDatabaseDxe: Fix the VS2010/VS2012 build failDandan Bi1-0/+2
2016-04-22MdeModulePkg DxeCore: Call PeCoffExtraActionLib member after ConstructorStar Zeng1-13/+13
2016-04-21MdeModulePkg/Sd: wait 1ms before check DATA line in voltage switch procFeng Tian2-2/+2
2016-04-21MdeModulePkg/SdMmcPciHc: Reset the slot when sd device is connectedFeng Tian1-0/+7
2016-04-21MdeModulePkg/Sd: Fix wrong response type of SD Deselect cmdFeng Tian2-4/+8
2016-04-21MdeModulePkg/Sd: update the sd detection logicFeng Tian2-15/+18
2016-04-21MdeModulePkg/Usb: Fix wrong condition judgment to support usb3.1 devFeng Tian4-8/+8
2016-04-21MdeModulePkg/UsbKbDxe: don't assert when the key read is invalidFeng Tian1-5/+10
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-18MdeModulePkg NvmExpressDxe: Ensure write-through for NVMe write commandHao Wu1-1/+4
2016-04-14MdeModulePkg S3SaveStateDxe: Add protocol usage for gEfiLockBoxProtocolGuidStar Zeng1-1/+1
2016-04-13MdeModulePkg/MdeModulePkg.uni: Add PS2 related PCD descriptionRuiyu Ni1-0/+22
2016-04-13MdeModulePkg/Ps2MouseDxe: Use a different FILE_GUIDRuiyu Ni1-1/+1
2016-04-13MdeModulePkg/Ps2KeyboardDxe: Use a different FILE_GUIDRuiyu Ni1-1/+1
2016-04-13MdeModulePkg/Ps2Mouse: Fix potential buffer overflow issue.Ruiyu Ni1-1/+1
2016-04-13MdeModulePkg: Update Guid/Protocol usages in INF files.Liming Gao3-53/+59
2016-04-13MdeModulePkg/Ps2MouseDxe: Fix build failure of GCC tool chainQiu, Shumin1-1/+1
2016-04-11MdeModulePkg: Update PerformanceLib instances not to check Identifier.Liming Gao6-20/+17
2016-04-11MdeModulePkg/Ps2Keyboard: Add missing PCD and protocol to DEC fileRuiyu Ni1-0/+11
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 Lubo6-13/+16
2016-04-08MdeModulePkg: Add Ps2MouseDxe driverRuiyu Ni10-0/+2806
2016-04-08MdeModulePkg: Add Ps2KeyboardDxe driver.Ruiyu Ni11-0/+4282
2016-04-08MdeModulePkg/UefiBootManagerLib: API BmIsValidLoadOptionVariableNameThomas Palmer2-15/+46
2016-04-07MdeModulePkg S3SaveStateDxe: Move S3Ready() functional code from AcpiS3SaveDxeStar Zeng6-1/+585
2016-04-07MdeModulePkg S3SaveStateDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng3-3/+11
2016-04-07MdeModulePkg: Introduce new PCD PcdAcpiS3EnableStar Zeng2-0/+12
2016-04-07MdeModulePkg/Bds: Fix build failures of VS tool chainRuiyu Ni2-1/+2
2016-04-06MdeModulePkg/Bds: Fix a boot hang due to Ram Disk boot supportRuiyu Ni1-1/+5
2016-04-06MdeModulePkg/Bds: Memory Bins don't count the memory used by RAM DiskNi, Ruiyu3-9/+27
2016-04-06MdeModulePkg/Bds: Free resources after ram disk boot finishesNi, Ruiyu3-5/+152
2016-04-06MdeModulePkg/Bds: Allocate reserved memory for RAM Disk boot mediaNi, Ruiyu2-89/+95
2016-04-05MdeModulePkg/UiApp: Correct the total RAM calculationJeremy Linton1-70/+64
2016-04-04MdeModulePkg: DxeUdpIoLib: fix non-empty payload path in UDP receptionLaszlo Ersek1-0/+1
2016-04-01MdeModulePkg: Check received packet size before use it.Fu Siyuan5-34/+111
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-31MdeModulePkg EmmcDxe: Fix GCC build failure with set but unused variablesZeng, Star1-3/+1
2016-03-31MdeModulePkg/UefiBootManagerLib: BmGetActiveConsoleIn code cleanupThomas Palmer1-2/+5