summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
AgeCommit message (Expand)AuthorFilesLines
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a28-0/+57
2010-04-091.Fixed the bug when retrieved component name by child handle. It should use...vanjeff2-31/+31
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao41-1/+1
2010-04-01Enhance SNP to be compatible with UNDI driver which doesn’t report correct ...xdu21-0/+10
2010-03-28fixed IP fragment issue which caused the MTU used by IP is less than the one ...qianouyang1-1/+1
2010-03-27remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff1-1/+3
2010-03-21Fix sync issue to make EbcLLCALLEX() function check the same value to ones th...lgao41-2/+2
2010-03-19Fix an bug for PXE boot asserthhuan131-2/+0
2010-03-18changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff3-14/+15
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2-0/+24
2010-03-18Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigg...jchen201-1/+0
2010-03-181, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22-5/+18
2010-03-18Bug Fix: IPv4 Fragment is not correct when VLAN is enable.qianouyang1-4/+1
2010-03-16Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu21-1/+2
2010-03-16Add sample use case for IFR security op-code.rsun33-0/+12
2010-03-16Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun31-1/+1
2010-03-05Add some robustness check in DriverSample driver.rsun31-0/+2
2010-03-04Fix wrong BufferSize for Configuration data.lgao41-2/+2
2010-03-04Update the title Network Configuration to IPv4 Network Configuration since IP...tye11-0/+0
2010-03-04Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow...niruiyu1-1/+1
2010-03-04Use the input Request string as check string.lgao41-8/+2
2010-03-04git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10182 6f...gdong11-6/+0
2010-03-04Add align build option to avoid the build issues.gdong11-0/+7
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao45-109/+379
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