summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan3-24/+171
2014-01-10Fix a bug in DebugPort driver's Unload() that leaves the DriverBinding/Compon...Ruiyu Ni2-82/+98
2014-01-09MdeModulePkg FaultTolerantWrite: Let FaultTolerantWrite driver to depend on g...Star Zeng2-4/+16
2014-01-07This patch fix date/time op-code shows abnormal.Eric Dong1-13/+20
2014-01-06MdeModulePkg CdExpressPei: Use correct PeiServices pointer to call low level ...Star Zeng2-6/+5
2014-01-06Fix “reconnect -r” ASSERT after VLAN configured.Fu Siyuan1-15/+10
2013-12-31Keep consistent about the return value between the caller and callee.Eric Dong2-14/+36
2013-12-30Rollback the change 15021.Eric Dong2-5/+3
2013-12-29MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present.Star Zeng2-17/+24
2013-12-26Keep consistent about the return value between the caller and callee.Eric Dong2-3/+5
2013-12-23Fix a bug for vlan ping failure.Wu Jiaxin3-17/+27
2013-12-18Update code to avoid using potential NULL pointer.Eric Dong1-1/+1
2013-12-17Update code to support guid op nest in the statement.Eric Dong5-64/+103
2013-12-17Fix a bug in TCP driver’s component name print function.Fu Siyuan1-2/+2
2013-12-17Get entire variable data for efi varstore at first time.Eric Dong1-1/+27
2013-12-17Add the missing assignment of EFI_DISK_IO2_TOKEN::Token in FlushDiskEx() impl...Ruiyu Ni1-0/+1
2013-12-16MdeModulePkg CapsuleRuntimeDxe: Get PcdMaxSizeNonPopulateCapsule and PcdMaxSi...Star Zeng1-3/+9
2013-12-101. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.Fu Siyuan1-3/+10
2013-12-09Refine code to fix potential code bug.Eric Dong2-8/+9
2013-12-09Refine code to fix potential code bug.Eric Dong1-2/+3
2013-12-06MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when...Star Zeng1-1/+7
2013-12-06Fixes a build issue (build error 'Statement is unreachable').Olivier Martin olivier.martin1-2/+0
2013-12-05Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li1-4/+4
2013-12-04MdeModulePkg: SmmLockBox: remove wrong DepExLaszlo Ersek1-2/+1
2013-12-02MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2-2/+2
2013-11-29Fix input config header string error, should not always input the full config...Eric Dong1-2/+2
2013-11-27Fix X64 build fail.Eric Dong1-1/+1
2013-11-27Update the logic in browser core, use config routine protocol instead of conf...Eric Dong3-435/+389
2013-11-27Refine the logic, keep highlight on the selectable menu, and base on priority...Eric Dong1-558/+341
2013-11-25MdeModulePkg BootScriptExecutorDxe: Fix S3 failure When PcdUse1GPageTable def...Star Zeng4-110/+160
2013-11-25When need to find varstore in the storage list, based on the extra HiiHandle ...Eric Dong3-29/+56
2013-11-25Refine data copy and data compare logic.Eric Dong2-3/+118
2013-11-22Adjust skip value when paint text two string for text opcode.Eric Dong1-0/+6
2013-11-221. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it...Jeff Fan3-5/+10
2013-11-21MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2-0/+2
2013-11-20MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h.Gary Ching-Pang Lin1-1/+0
2013-11-20Refine code to follow coding style.Eric Dong1-1/+1
2013-11-20MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng6-19/+6
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng8-66/+995
2013-11-19MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng1-0/+1
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng8-439/+656
2013-11-12MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng3-70/+69
2013-11-08Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDx...Shumin Qiu1-0/+10
2013-11-08Not update the imageId for EXT1,2,4 type.Eric Dong1-4/+1
2013-11-07Update the logic, based on the device path and formset guid to find the HiiHa...Eric Dong3-133/+125
2013-11-04MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng1-92/+87
2013-10-29Clean the help string and hot key info if an empty form is painting.Eric Dong1-13/+24
2013-10-29Fix a K9 error.Result of GetVariable2() function that may return NULL will be...Wu Jiaxin1-2/+1
2013-10-25Fix a bug about the iSCSI DHCP dependency issue.Wu Jiaxin3-14/+125
2013-10-21Enable two form packages share one hii handle.Eric Dong2-29/+80