summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2010-02-28Add FormMap form example. lgao43-4/+68
2010-02-27Add the missing check for NULL pointer before use it.lgao45-3/+15
2010-02-26Refine parameter description according to PI 1.2 errata A.xli241-1/+2
2010-02-26Add more code robustness check for modules under MdeModulePkg.rsun31-1/+2
2010-02-25Cleanup: Remove PcdDxePcdDatabaseTraverseEnabledjljusten1-4/+0
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten6-0/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22-5/+1
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao48-96/+1014
2010-02-24fixed the bug in .S file to make the EBC driver work for UNIXGCC build.jchen201-7/+7
2010-02-241. Correct File header to ## @filelgao453-208/+208
2010-02-23Enhance UpdateCapsule () to support calling multiple times.li-elvin2-12/+40
2010-02-23enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff2-4/+22
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao43-4/+27
2010-02-22TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu1-1/+1
2010-02-16Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney6-34/+17
2010-02-12Update SnpDxe to support dynamic media detect.xdu23-212/+241
2010-02-11Support HII VOID* dynamic/dynamicEx type PCD.klu22-29/+66
2010-02-11Update HiiDataBase to make sure that the installed StringPackages contains th...lgao41-1/+87
2010-02-11The fix is for EFI Linux capsule test case can not run.li-elvin1-9/+9
2010-02-11GraphicsOutputBlt() need judge parameter klu21-1/+5
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-28/+22
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-1/+1
2010-02-111. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian2-3/+7
2010-02-11Coding style fix and minor improvements.rsun36-14/+14
2010-02-11Add example of Name/Value pair var store to DriverSamplelgao45-9/+327
2010-02-10Fix ICC build break by do data conversion.lgao41-2/+2
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao43-84/+189
2010-02-08Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang84-15/+11
2010-02-05Add some security check.xdu24-4/+7
2010-02-03For network dynamic media support:xdu214-38/+184
2010-02-021. add error handling in case DHCP success but boot request failxdu22-0/+8
2010-02-02Add support to original EFI_IFR_FORM_SET in initial UEFI2.1 spec. Now, it has...lgao42-16/+23
2010-02-011. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223...tye13-8/+9
2010-02-01Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin64-11/+29
2010-02-01Remove micro definition for smbios version, instead we use a PCD value to let...li-elvin3-13/+15
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney9-69/+65
2010-01-28Enhanced TerminalDxe module not to install Simple Text(ex) input protocol and...vanjeff2-460/+687
2010-01-28Remove redundant arch definition in UefiPxeBcDxe.ljin66-163/+0
2010-01-281. Add comments in INF file to describe limitation.xli242-15/+11
2010-01-28Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.ljin63-24/+8
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli247-23/+14
2010-01-25Fix the issue that the protocol field in IPv4 and IPv6 is does not reflect th...qhuang83-10/+79
2010-01-25Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp mes...tye11-11/+2
2010-01-25Fixed a bug in Ip4HandleIcmpError, it should pass over the whole ICMP error m...tye11-3/+3
2010-01-23SMM driver should link UefiRuntimeLib.hhtian1-2/+1
2010-01-19Improve coding style in MdeModulePkg.rsun318-296/+321
2010-01-15Fix some coding style issues in MdeModulePkg.rsun39-14/+36
2010-01-14According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu24-8/+12
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun31-1/+1
2010-01-14Ensure there is only one instance of Status Code PPI in system.xli241-6/+33