summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2016-03-04MdeModulePkg/Bds: Refine the code to load file from FV.Ruiyu Ni1-23/+40
2016-03-04MdeModulePkg: Fix IPv4 double freeSamer El-Haj-Mahmoud1-1/+3
2016-03-04MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi7-5/+259
2016-03-04MdeModulePkg/DisplayEngineDxe: Refine the coding styleDandan Bi1-1/+0
2016-03-03MdeModulePkg/PciHostBridgeLib: Correct the function header commentsRuiyu Ni2-6/+5
2016-03-03MdeModulePkg: PciHostBridgeDxe: don't assume extended config spaceLaszlo Ersek3-1/+8
2016-03-03MdeModulePkg: PciHostBridgeDxe: insert horizontal whitespaceLaszlo Ersek2-29/+29
2016-03-03MdeModulePkg/FvSimpleFs: don't open DevicePath with BY_DRIVER modeFeng Tian1-6/+5
2016-03-02MdeModulePkg: Change the default IPv4 config policyJiaxin Wu5-107/+150
2016-03-02MdeModulePkg: Add ASSERT to make sure pointers are not NULLDandan Bi1-0/+2
2016-03-02MdeModulePkg: FileExplorerLib: Modify the EFI_FILE_EXPLORE_FORMSET_GUIDDandan Bi1-2/+2
2016-03-02MdeModulePkg: FileExplorerLib: Add check when to call FreePool functionDandan Bi1-2/+6
2016-03-01MdeModulePkg: DxeCore: fully initialize image context before passing it onArd Biesheuvel1-2/+8
2016-03-01MdeModulePkg/NvmExpress: Fix uninitialized field used in NVMe DiskInfoTian, Feng1-1/+2
2016-03-01MdeModulePkg: Add new API HttpUrlGetPath() to HttpLib.hFu Siyuan2-2/+85
2016-02-29MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia1-0/+2
2016-02-29MdeModulePkg: PciHostBridgeLibNull: rewrap source to 79 charactersLaszlo Ersek2-24/+38
2016-02-29MdeModulePkg: Update PeiCore dispatcher to handle PEIM and PEI_CORE onlyLiming Gao1-3/+21
2016-02-29MdeModulePkg RamDiskDxe: Install Block I/O 2 Protocol on RAM disk devicesHao Wu5-5/+373
2016-02-29MdeModulePkg: Add RamDiskDxe driver implementationHao Wu14-0/+2648
2016-02-29MdeModuelPkg/PciBus: Return AddrTranslationOffset in GetBarAttributesRuiyu Ni1-0/+62
2016-02-29MdeModulePkg/PciBus: reorganize case-statement to reduce code linesRuiyu Ni1-24/+10
2016-02-29MdeModulePkg/PciBus: Change local variable AddressSpace to DescriptorRuiyu Ni1-26/+22
2016-02-29MdeModulePkg: Add missing PCD usage information string.Qiu Shumin1-1/+12
2016-02-29MdeModulePkg:Fix a robustness issue of Mnp DriverZhang Lubo1-4/+60
2016-02-26MdeModulePkg: RegularExpressionDxe: support free(NULL)Laszlo Ersek1-1/+11
2016-02-26MdeModulePkg: AcpiTableDxe: fix VS2008 build by merging adjacent if blocksArd Biesheuvel1-12/+10
2016-02-26MdeModulePkg/PciHostBridge: Don't assume resources are fully NonExistentRuiyu Ni1-11/+294
2016-02-26MdeModulePkg/PciHostBridge: Refine function header comments.Ruiyu Ni4-81/+103
2016-02-26MdeModulePkg: Add ASSERT to make sure pointer 'OptionalData' not be NULLDandan Bi1-0/+2
2016-02-26MdeModulePkg: Add ASSERT to make sure pointer 'MemoryMap' is not NULL.Qiu Shumin1-0/+1
2016-02-25MdeModulePkg: Add submitted callback test case in DriverSampleDandan Bi4-3/+40
2016-02-25MdeModulePkg: Add new HII action type EFI_BROWSER_ACTION_SUBMITTEDDandan Bi1-0/+98
2016-02-25MdeModulePkg: Fix Memory Attributes table type issueJiewen Yao2-83/+37
2016-02-25MdeModulePkg: Fix the build fail issue on VS2008\VS2010\GCCDandan Bi1-24/+8
2016-02-24MdeModulePkg: AcpiTableDxe: make 4 GB table allocation limit optionalArd Biesheuvel4-184/+273
2016-02-24MdeModulePkg: Add sample help information for HelloWorld application.Qiu Shumin3-2/+44
2016-02-24MdeModulePkg/UsbBusDxe: Fix memory leakAlcantara, Paulo1-0/+2
2016-02-23MdeModulePkg: Refine the code in BootMaintenanceManagerUiLibDandan Bi3-187/+71
2016-02-23MdeModulePkg: HiiDatabaseDxe: HiiStringToImage() should not overwrite BltXDandan Bi1-3/+2
2016-02-23MdeModulePkg/Partition: Fix 64bit build failure caused by last patchNi, Ruiyu1-1/+1
2016-02-19MdeModulePkg/Partition: Use proper partition number for MBRRuiyu Ni1-6/+4
2016-02-19MdePkg: Change PcdPropertiesTableEnable default value toJiewen Yao1-1/+3
2016-02-18MdeModulePkg: Define a general function to create DNS QNameJiaxin Wu2-1/+90
2016-02-17Merge branch 'master' of https://github.com/tianocore/edk2 into MemoryAttribu...jiewen yao3-9/+9
2016-02-17MdeModulePkg: SNP should check Cdb.StatCode with PXE_STATCODE_SUCCESS.Fu Siyuan2-5/+5
2016-02-17MdeModulePkg: Make the DEBUG info consistent in SNP driver.Fu Siyuan2-4/+4
2016-02-17MdePkg: Update DxeCore INF for MemoryAttributesTable.jiewen yao1-1/+3
2016-02-17MdePkg: Call CoreInitializeMemoryAttributesTable() in DXE Entrypoint.jiewen yao1-1/+2
2016-02-17MdeModulePkg: Add CoreInitializeMemoryAttributesTable() to header file.jiewen yao1-1/+10