summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
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.klu24-7/+2
2010-02-25Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao49-97/+1016
2010-02-24Add support for capsule above 4G.xli241-1/+16
2010-02-24roll back changing on save and restore interrupt status, it needn't doing.vanjeff1-12/+0
2010-02-24Minor comment fix.rsun31-0/+2
2010-02-24Avoid shadowing PE image read function on IPFjgong51-1/+1
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 ## @filelgao496-419/+419
2010-02-23Fix commentmdkinney1-2/+1
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-22Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52-7/+47
2010-02-20add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu2-2/+3
2010-02-17Cleanup HOB DEBUG printsandrewfish1-2/+2
2010-02-161) Fix build issuesmdkinney3-111/+128
2010-02-16Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney6-34/+17
2010-02-16Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney2-14/+9
2010-02-16Clean up HOB debug printsandrewfish1-3/+3
2010-02-16Fix crash in UnixPkg and BeagleBoard caused by gSmmBase2 getting added to the...andrewfish1-3/+3
2010-02-14Add Memory Allocation Library instance for modules of type DXE_SMM_DRIVERmdkinney1-1/+1
2010-02-13Update DXE Core to be compatible with PI 1.2 SMM Drivers.mdkinney5-23/+44
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-11Fix the issue that unknown format FV in Fvhob is installed for FvInfoPpi more...klu21-1/+22
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...erictian3-6/+8
2010-02-11Coding style fix and minor improvements.rsun323-420/+113
2010-02-11Add example of Name/Value pair var store to DriverSamplelgao45-9/+327
2010-02-10a)Save and disable CPU interrupt before calling AsmWriteIdtr().vanjeff1-19/+31
2010-02-10revise the debug message to add 0x in front of the HEX number for consistencyjchen208-29/+27
2010-02-10Fix ICC build break by do data conversion.lgao41-2/+2
2010-02-09change the GetPcd64 to FixedGetPcd64 to pass ECC jchen201-1/+1
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao44-90/+191
2010-02-08Update MdeModulePkg to not use EFI_SPECIFICATION_VERSION and PI_SPECIFICATION...qhuang84-15/+11
2010-02-08format uniform: move tab to blank.erictian1-43/+43
2010-02-08Remove DEBUG_LOAD for InstallProtocolInterface() to align with PPI installati...qhuang81-5/+5
2010-02-08modified to pass the VS2003 buildjchen201-1/+1
2010-02-05modified to pass the ICC buildjchen201-6/+6
2010-02-05revise the comments stylejchen201-2/+2
2010-02-05Enable the Load Module At fixed Address feature jchen2012-61/+972
2010-02-05Add some security check.xdu24-4/+7
2010-02-04Enable PEI core to differentiate PEIMs in performance log by passing PEIM fil...jgong51-4/+4
2010-02-03For network dynamic media support:xdu216-62/+449