summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg PiSmmCore: Remove a hidden assumption of SMRAM reservationStar Zeng2015-07-265-84/+444
* MdeModulePkg/TerminalDxe: Some improvementsHeyi Guo2015-07-161-23/+4
* MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by defaultHeyi Guo2015-07-161-1/+1
* MdeModulePkg/DxePrintLibPrint2Protocol: make mStatusString array CONSTArd Biesheuvel2015-07-161-1/+1
* MdeModulePkg: Correct PcdConOutColumn help string.Liming Gao2015-07-162-1/+1
* MdeModulePkg DxeIpl: Skip install MemoryInfoHob if this hob existsLiming Gao2015-07-161-25/+30
* MdeModulePkg: Remove two protocols and add HttpLib accessfanwang22015-07-152-2/+4
* MdeModulePkg: Code logic optimization for Ip4Dxe driverfanwang22015-07-101-4/+4
* MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo2015-07-101-24/+37
* MdeModulePkg: Remove Ip4ConfigDxe and related guid definitionJiaxin Wu2015-07-1018-3664/+0
* MdeModulePkg: Fix TerminalDxe VS2013 build failureRoy Franz2015-07-101-2/+2
* MdeModulePkg: Fix potential integer overflow issueRuiyu Ni2015-07-102-15/+20
* MdeModulePkg/FvSimpleFileSystemDxe: Support file opening with no '.efi'Olivier Martin2015-07-091-12/+50
* Accept VT220 DEL and function keys for TTY terminal typeRoy Franz2015-07-093-1/+101
* Treat ASCII 0x7F as backspace for TtyTerm terminalsRoy Franz2015-07-091-2/+8
* Add "TtyTerm" terminal type to TerminalDxeRoy Franz2015-07-097-8/+73
* fix the problem that data type conversion may loss data.Zhang Lubo2015-07-081-2/+2
* MdeModulePkg AcpiTableDxe: Install config table at ACPI data changeStar Zeng2015-07-082-10/+2
* MdeModulePkg: Replace unsafe string functions.Zhang Lubo2015-07-0812-48/+58
* MdeModulePkg/XhciPei: Error handling enhancement for XhcPeiExecTransferFeng Tian2015-07-081-5/+8
* MdeModulePkg/XhciDxe: Error handling enhancement for XhcExecTransferFeng Tian2015-07-081-5/+8
* MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.jiaxinwu2015-07-082-184/+25
* MdeModulePkg: Refine code to use Strn**S safe functions instead of Str**S one...Qiu Shumin2015-07-083-5/+5
* MdeModulePkg/PartitionDxe: Fix media probeRonald Cron2015-07-071-2/+6
* MdeModulePkg: Add HttpLib.Fu Siyuan2015-07-074-0/+1724
* MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, jiaxinwu2015-07-0720-574/+4169
* MdeModulePkg:Refine the function commentsDandan Bi2015-07-071-0/+1
* MdeModulePkg: Update UefiBootManagerLib to support HTTP boot option creationRuiyu Ni2015-07-072-1/+12
* MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi2015-07-072-2/+2
* MdeModulePkg: Use StrnCpyS instead of StrCpyS to indicate the copy length fro...Qiu Shumin2015-07-072-3/+3
* MdeModulePkg: Remove mZeroGuid definition in Universal/Variable/RuntimeDxeHao Wu2015-07-072-2/+3
* MdeModulePkg: Remove gZeroGuid definition in SetupBrowserDxeHao Wu2015-07-073-4/+2
* MdeModulePkg: Refine code to make it more readable.Qiu Shumin2015-07-032-1/+3
* MdeModulePkg: Correct AuthVaribleLib to AuthVariableLib in LibraryClass pathStar Zeng2015-07-021-1/+1
* MdeModulePkg: Fix EBC build failureStar Zeng2015-07-021-1/+5
* MdeModulePkg: Merge GCD range before convert it to EFI memoryLiming Gao2015-07-021-17/+61
* MdeModulePkg: enforce arch-specific alignment for split regionsArd Biesheuvel2015-07-021-3/+4
* MdeModulePkg: move arch-specific allocation granularity defines to DxeMain.hArd Biesheuvel2015-07-022-25/+25
* MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnableArd Biesheuvel2015-07-023-3/+3
* MdeModulePkg: make internal functions STATIC in Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel2015-07-021-0/+21
* MdeModulePkg: remove unused functions from Core/Dxe/Misc/PropertiesTable.cArd Biesheuvel2015-07-021-82/+0
* MdeModulePkg: Update DxeCore to handle LoadFile DevicePathLiming Gao2015-07-021-20/+41
* MdeModulePkg: UefiBootManagerLib to handle LoadFile DevicePathLiming Gao2015-07-021-1/+10
* MdeModulePkg: SecurityManagementLib to handle LoadFile DevicePathLiming Gao2015-07-022-4/+26
* MdeModulePkg Variable: Minor enhancement to VarCheckStar Zeng2015-07-021-10/+10
* MdeModulePkg/Universal/Variable: Use safe string functions to refine code.Qiu Shumin2015-07-013-7/+7
* MdeModulePkg/Universal/SmbiosDxe: Use safe string functions to refine code.Qiu Shumin2015-07-011-1/+1
* MdeModulePkg/Universal/PlatformDriOverrideDxe: Use safe string functions to r...Qiu Shumin2015-07-011-8/+13
* MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin2015-07-012-6/+10
* MdeModulePkg/Universal/FvSimpleFileSystemDxe: Use safe string functions to re...Qiu Shumin2015-07-011-3/+11