summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-30MdeModulePkg/SdMmc: Add EDKII SD/MMC stackFeng Tian52-0/+24405
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-29MdeModulePkg ScsiDiskDxe: Fix hang issue when reconnecting an ISCSI deviceHao Wu1-5/+13
2016-03-25MdeModulePkg: DeviceManagerUiLib: remove set but unused variablesLaszlo Ersek1-2/+0
2016-03-25MdeModulePkg: BootMaintenanceManagerUiLib: remove set but unused variablesLaszlo Ersek2-8/+0
2016-03-25MdeModulePkg: UfsPassThruDxe: remove set but unused variablesLaszlo Ersek2-10/+1
2016-03-25MdeModulePkg: BootManagerMenuApp: remove set but unused variablesLaszlo Ersek1-2/+0
2016-03-25MdeModulePkg/PciHostBridgeDxe: remove unused but set variablesArd Biesheuvel1-8/+0
2016-03-24MdeModulePkg/RamDiskDxe: Fix typo in HII messageAlcantara, Paulo1-1/+1
2016-03-24MdeModulePkg/PciBus: Should reserve enough bus number for HPCRuiyu Ni1-2/+2
2016-03-24MdeModulePkg/Bds: Fix VS2012 build failure.Ruiyu Ni1-4/+3
2016-03-24MdeModulePkg/FileExplorerLib.h: Remove the redefinition of typedefsDandan Bi1-14/+1
2016-03-23MdeModulePkg/BootMaintenanceManagerUiLib: Remove type casting in ChooseFileDandan Bi1-3/+3
2016-03-23MdeModulePkg/BootMaintManagerUiLib: Declare EFIAPI for ChooseFile handlerDandan Bi2-0/+6
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-23MdeModulePkg/Bds: BDS hotkey shouldn't work on inactive consolesRuiyu Ni1-23/+73
2016-03-22MdeModulePkg DxeCore: Address boundary check for Type AllocateAddressStar Zeng1-0/+26
2016-03-22MdeModulePkg DxeCore: Check Start consistently in CoreConvertPagesExStar Zeng1-2/+2
2016-03-18MdeModulePkg PlatformVarCleanupLib: Locate VarCheck protocol when usingStar Zeng2-11/+11
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