summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2010-03-01MdeModulePkg DxeNetLib: Fix compiler warningjljusten1-0/+2
2010-02-28Add FormMap form example. lgao43-4/+68
2010-02-28update Ehci driver to distinct pci memory address and host addresserictian6-53/+86
2010-02-271. Refine debug agent library.vanjeff8-37/+61
2010-02-27Add the missing check for NULL pointer before use it.lgao45-3/+15
2010-02-26Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a1-1/+1
2010-02-26Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli241-12/+23
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.rsun38-17/+30
2010-02-26Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen201-7/+7
2010-02-26import Debug Agent Library and null instance in MdeModulePkg.vanjeff5-0/+146
2010-02-26Clean up PiSmmCore to pass K8 scanhhuan132-3/+3
2010-02-26Add EfiCpuArchProtocol dependency for PiSmmIpl module. The reason to add this...jgong51-1/+2
2010-02-25Add PI SMM IPL and PI SMM Coremdkinney1-17/+13
2010-02-25Add PI SMM IPL and PI SMM Coremdkinney15-0/+6168
2010-02-25Add MemoryAllocationLib for PI SMM Coremdkinney3-0/+956
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.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