summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Add PcdMaxPeiPerformanceLogEntries16 PROMPT&HELP STR to *.uniStar Zeng2016-03-151-1/+10
* MdeModulePkg: Add missing pcd description to MdeModulePkg.uniDandan Bi2016-03-111-0/+8
* ModulePkg/DxeHttpLib: Adding Functions to HttpLibGhazi Belaam2016-03-104-66/+753
* MdeModulePkg: Increase the maximum number of PEI performance log entriesCinnamon Shia2016-03-085-10/+37
* MdeModulePkg AcpiTableDxe: Use Rsdt to check against NULLStar Zeng2016-03-081-2/+2
* MdeModulePkg/Bds: More user-friendly network boot option descriptionRuiyu Ni2016-03-072-39/+133
* MdeModulePkg/UefiBootManagerLib: Separate boot description functions.Ruiyu Ni2016-03-074-621/+613
* MdeModulePkg/Bds: Fix VS2010/VS2012 build failure.Ruiyu Ni2016-03-071-0/+2
* MdeModulePkg AcpiTableDxe: Don't uninstall Acpi Sdt Protocol at ReadyToLockStar Zeng2016-03-043-67/+3
* MdeModulePkg/PciHostBridge: Don't assert when setting UC to MMIO failsRuiyu Ni2016-03-041-1/+3
* MdeModulePkg/Bds: Support booting from remote file system.Ruiyu Ni2016-03-042-1/+89
* MdeModulePkg/Bds: Support short-form URI boot.Ruiyu Ni2016-03-041-0/+72
* MdeModulePkg/Bds: Wide match HTTP boot option.Ruiyu Ni2016-03-041-12/+137
* MdeModulePkg/Bds: Refine the code to load file from FV.Ruiyu Ni2016-03-041-23/+40
* MdeModulePkg: Fix IPv4 double freeSamer El-Haj-Mahmoud2016-03-041-1/+3
* MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi2016-03-047-5/+259
* MdeModulePkg/DisplayEngineDxe: Refine the coding styleDandan Bi2016-03-041-1/+0
* MdeModulePkg/PciHostBridgeLib: Correct the function header commentsRuiyu Ni2016-03-032-6/+5
* MdeModulePkg: PciHostBridgeDxe: don't assume extended config spaceLaszlo Ersek2016-03-033-1/+8
* MdeModulePkg: PciHostBridgeDxe: insert horizontal whitespaceLaszlo Ersek2016-03-032-29/+29
* MdeModulePkg/FvSimpleFs: don't open DevicePath with BY_DRIVER modeFeng Tian2016-03-031-6/+5
* MdeModulePkg: Change the default IPv4 config policyJiaxin Wu2016-03-025-107/+150
* MdeModulePkg: Add ASSERT to make sure pointers are not NULLDandan Bi2016-03-021-0/+2
* MdeModulePkg: FileExplorerLib: Modify the EFI_FILE_EXPLORE_FORMSET_GUIDDandan Bi2016-03-021-2/+2
* MdeModulePkg: FileExplorerLib: Add check when to call FreePool functionDandan Bi2016-03-021-2/+6
* MdeModulePkg: DxeCore: fully initialize image context before passing it onArd Biesheuvel2016-03-011-2/+8
* MdeModulePkg/NvmExpress: Fix uninitialized field used in NVMe DiskInfoTian, Feng2016-03-011-1/+2
* MdeModulePkg: Add new API HttpUrlGetPath() to HttpLib.hFu Siyuan2016-03-012-2/+85
* MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia2016-02-291-0/+2
* MdeModulePkg: PciHostBridgeLibNull: rewrap source to 79 charactersLaszlo Ersek2016-02-292-24/+38
* MdeModulePkg: Update PeiCore dispatcher to handle PEIM and PEI_CORE onlyLiming Gao2016-02-291-3/+21
* MdeModulePkg RamDiskDxe: Install Block I/O 2 Protocol on RAM disk devicesHao Wu2016-02-295-5/+373
* MdeModulePkg: Add RamDiskDxe driver implementationHao Wu2016-02-2914-0/+2648
* MdeModuelPkg/PciBus: Return AddrTranslationOffset in GetBarAttributesRuiyu Ni2016-02-291-0/+62
* MdeModulePkg/PciBus: reorganize case-statement to reduce code linesRuiyu Ni2016-02-291-24/+10
* MdeModulePkg/PciBus: Change local variable AddressSpace to DescriptorRuiyu Ni2016-02-291-26/+22
* MdeModulePkg: Add missing PCD usage information string.Qiu Shumin2016-02-291-1/+12
* MdeModulePkg:Fix a robustness issue of Mnp DriverZhang Lubo2016-02-291-4/+60
* MdeModulePkg: RegularExpressionDxe: support free(NULL)Laszlo Ersek2016-02-261-1/+11
* MdeModulePkg: AcpiTableDxe: fix VS2008 build by merging adjacent if blocksArd Biesheuvel2016-02-261-12/+10
* MdeModulePkg/PciHostBridge: Don't assume resources are fully NonExistentRuiyu Ni2016-02-261-11/+294
* MdeModulePkg/PciHostBridge: Refine function header comments.Ruiyu Ni2016-02-264-81/+103
* MdeModulePkg: Add ASSERT to make sure pointer 'OptionalData' not be NULLDandan Bi2016-02-261-0/+2
* MdeModulePkg: Add ASSERT to make sure pointer 'MemoryMap' is not NULL.Qiu Shumin2016-02-261-0/+1
* MdeModulePkg: Add submitted callback test case in DriverSampleDandan Bi2016-02-254-3/+40
* MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTEDDandan Bi2016-02-251-0/+98
* MdeModulePkg: Fix Memory Attributes table type issueJiewen Yao2016-02-252-83/+37
* MdeModulePkg: Fix the build fail issue on VS2008\VS2010\GCCDandan Bi2016-02-251-24/+8
* MdeModulePkg: AcpiTableDxe: make 4 GB table allocation limit optionalArd Biesheuvel2016-02-244-184/+273
* MdeModulePkg: Add sample help information for HelloWorld application.Qiu Shumin2016-02-243-2/+44