summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg DxeCore: Check free memory type by CoreUpdateProfile()Star Zeng2016-04-264-12/+7
* MdeModulePkg/NvmExpress: Clean Phase/CqHdbl/SqTdbl fields to restart HCTian Feng2016-04-262-4/+12
* MdeModulePkg/NvmExpress: Fix bug of handling not null-terminated stringsFeng Tian2016-04-262-6/+15
* MdeModulePkg/NvmExpress: Fix mem leak in error handling of Start()Tian Feng2016-04-261-0/+4
* MdeModulePkg/EmmcDxe: Fix wrong coding style on close braceFeng Tian2016-04-261-2/+3
* MdeModulePkg/EmmcDxe: Fix wrong typo on function commentsFeng Tian2016-04-262-2/+3
* MdeModulePkg/Sd: Not explicitly compare BOOLEAN type with TRUE/FALSEFeng Tian2016-04-261-4/+4
* MdeModulePkg/MdeModulePkg.uni: Add SD related PCD descriptionFeng Tian2016-04-261-0/+3
* MdeModulePkg/SetupBrowserDxe: Remove the useless checkDandan Bi2016-04-251-1/+1
* MdeModulePkg/DxeCore: Avoid assertion in CoreLocateProtocolRuiyu Ni2016-04-251-2/+5
* MdeModulePkg: Correct PlatformHookLibSerialPortPpi module type.Liming Gao2016-04-251-2/+2
* MdeModulePkg: Fix GCC code build error of iSCSI driver.Zhang Lubo2016-04-221-1/+3
* MdeModulePkg: refine codes of iSCSI driver.Zhang Lubo2016-04-223-18/+40
* MdeModulePkg DxeCore: Enhance MemoryAttributesTable installationStar Zeng2016-04-225-15/+92
* MdeModulePkg DxeCore: Return memory type from internal free pool/pagesStar Zeng2016-04-225-59/+34
* MdeModulePkg DxeCore: Fix a memory leak in InstallMemoryAttributesTable()Star Zeng2016-04-221-0/+2
* MdeModulePkg/HiiDatabaseDxe: Fix the VS2010/VS2012 build failDandan Bi2016-04-221-0/+2
* MdeModulePkg DxeCore: Call PeCoffExtraActionLib member after ConstructorStar Zeng2016-04-221-13/+13
* MdeModulePkg/Sd: wait 1ms before check DATA line in voltage switch procFeng Tian2016-04-212-2/+2
* MdeModulePkg/SdMmcPciHc: Reset the slot when sd device is connectedFeng Tian2016-04-211-0/+7
* MdeModulePkg/Sd: Fix wrong response type of SD Deselect cmdFeng Tian2016-04-212-4/+8
* MdeModulePkg/Sd: update the sd detection logicFeng Tian2016-04-212-15/+18
* MdeModulePkg/Usb: Fix wrong condition judgment to support usb3.1 devFeng Tian2016-04-214-8/+8
* MdeModulePkg/UsbKbDxe: don't assert when the key read is invalidFeng Tian2016-04-211-5/+10
* MdeModulePkg/HiiDatabaseDxe: Support EfiVarStore to get AltCfg from DriverDandan Bi2016-04-191-0/+541
* MdeModulePkg/HiiDatabaseDxe: Correct the ReallocatePool sizeDandan Bi2016-04-191-1/+2
* MdeModulePkg/DriverSampleDxe: Add a sample caseDandan Bi2016-04-193-2/+65
* MdeModulePkg/SetupBrowserDxe: Get default from callback for orderedListDandan Bi2016-04-191-1/+9
* MdeModulePkg NvmExpressDxe: Ensure write-through for NVMe write commandHao Wu2016-04-181-1/+4
* MdeModulePkg S3SaveStateDxe: Add protocol usage for gEfiLockBoxProtocolGuidStar Zeng2016-04-141-1/+1
* MdeModulePkg/MdeModulePkg.uni: Add PS2 related PCD descriptionRuiyu Ni2016-04-131-0/+22
* MdeModulePkg/Ps2MouseDxe: Use a different FILE_GUIDRuiyu Ni2016-04-131-1/+1
* MdeModulePkg/Ps2KeyboardDxe: Use a different FILE_GUIDRuiyu Ni2016-04-131-1/+1
* MdeModulePkg/Ps2Mouse: Fix potential buffer overflow issue.Ruiyu Ni2016-04-131-1/+1
* MdeModulePkg: Update Guid/Protocol usages in INF files.Liming Gao2016-04-133-53/+59
* MdeModulePkg/Ps2MouseDxe: Fix build failure of GCC tool chainQiu, Shumin2016-04-131-1/+1
* MdeModulePkg: Update PerformanceLib instances not to check Identifier.Liming Gao2016-04-116-20/+17
* MdeModulePkg/Ps2Keyboard: Add missing PCD and protocol to DEC fileRuiyu Ni2016-04-111-0/+11
* MdeModulePkg BootScriptExecutorDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng2016-04-112-2/+7
* MdeModulePkg SmmS3SaveStateDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng2016-04-112-3/+10
* MdeModulePkg: Add new macros and refine codesZhang Lubo2016-04-116-13/+16
* MdeModulePkg: Add Ps2MouseDxe driverRuiyu Ni2016-04-0810-0/+2806
* MdeModulePkg: Add Ps2KeyboardDxe driver.Ruiyu Ni2016-04-0811-0/+4282
* MdeModulePkg/UefiBootManagerLib: API BmIsValidLoadOptionVariableNameThomas Palmer2016-04-082-15/+46
* MdeModulePkg S3SaveStateDxe: Move S3Ready() functional code from AcpiS3SaveDxeStar Zeng2016-04-076-1/+585
* MdeModulePkg S3SaveStateDxe: Consume PcdAcpiS3Enable to control the codeStar Zeng2016-04-073-3/+11
* MdeModulePkg: Introduce new PCD PcdAcpiS3EnableStar Zeng2016-04-072-0/+12
* MdeModulePkg/Bds: Fix build failures of VS tool chainRuiyu Ni2016-04-072-1/+2
* MdeModulePkg/Bds: Fix a boot hang due to Ram Disk boot supportRuiyu Ni2016-04-061-1/+5
* MdeModulePkg/Bds: Memory Bins don't count the memory used by RAM DiskNi, Ruiyu2016-04-063-9/+27