summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao42010-03-045-109/+379
* Fix a bug that a NULL pointer may be dereferenced. rsun32010-03-041-4/+4
* Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen202010-03-041-1/+1
* Fix a bug in LMFA which may potentially impact OS S3.jchen202010-03-041-1/+1
* Remove Size==0 branch in SmmAllocatePool()hhuan132010-03-041-5/+0
* Minor bug fix and robustness check improvement.rsun32010-03-033-6/+10
* Enable "Load Module At fixed Address" feature in SMM Corejchen202010-03-037-34/+458
* Change the minimal SMM core size from 1MB to 256KB-4K.jyao12010-03-031-2/+2
* Fix K8 scan issueshhuan132010-03-022-0/+2
* Add checking whether FvCount is overflow when new unknown FvInfoPpi is dispat...klu22010-03-011-0/+6
* Minor coding style fix.rsun32010-03-011-4/+4
* Rollback change of revision 10061.xli242010-03-011-15/+0
* update DxeIpl to use EFI_S3_RESUME2_PPI instead of EFI_S3_RESUME_PPIjchen202010-03-013-5/+5
* Update PI SMM Core to ignore memory ranges from SMRAM Descriptors that are al...mdkinney2010-03-011-0/+10
* Update PiSmmCore:hhuan132010-03-012-5/+10
* MdeModulePkg DxeNetLib: Fix compiler warningjljusten2010-03-011-0/+2
* Add FormMap form example. lgao42010-02-283-4/+68
* update Ehci driver to distinct pci memory address and host addresserictian2010-02-286-53/+86
* 1. Refine debug agent library.vanjeff2010-02-278-37/+61
* Add the missing check for NULL pointer before use it.lgao42010-02-275-3/+15
* Fixed GCC build issue caused by converting a pointer to an integer of a large...geekboy15a2010-02-261-1/+1
* Add parameter checking for PEI service AllocatePages(), according to PI1.2 er...xli242010-02-261-12/+23
* Refine parameter description according to PI 1.2 errata A.xli242010-02-261-1/+2
* Add more code robustness check for modules under MdeModulePkg.rsun32010-02-268-17/+30
* Fix a bug in "Load module At fixed address" to enable it on IPF platformjchen202010-02-261-7/+7
* import Debug Agent Library and null instance in MdeModulePkg.vanjeff2010-02-265-0/+146
* Clean up PiSmmCore to pass K8 scanhhuan132010-02-262-3/+3
* Add EfiCpuArchProtocol dependency for PiSmmIpl module. The reason to add this...jgong52010-02-261-1/+2
* Add PI SMM IPL and PI SMM Coremdkinney2010-02-251-17/+13
* Add PI SMM IPL and PI SMM Coremdkinney2010-02-2515-0/+6168
* Add MemoryAllocationLib for PI SMM Coremdkinney2010-02-253-0/+956
* Cleanup: Remove PcdDxePcdDatabaseTraverseEnabledjljusten2010-02-251-4/+0
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-256-0/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-254-7/+2
* Enhance SetupBrowser to support new UEFI HiiFormMap featurelgao42010-02-259-97/+1016
* Add support for capsule above 4G.xli242010-02-241-1/+16
* roll back changing on save and restore interrupt status, it needn't doing.vanjeff2010-02-241-12/+0
* Minor comment fix.rsun32010-02-241-0/+2
* Avoid shadowing PE image read function on IPFjgong52010-02-241-1/+1
* fixed the bug in .S file to make the EBC driver work for UNIXGCC build.jchen202010-02-241-7/+7
* 1. Correct File header to ## @filelgao42010-02-2496-419/+419
* Fix commentmdkinney2010-02-231-2/+1
* Enhance UpdateCapsule () to support calling multiple times.li-elvin2010-02-232-12/+40
* enhanced Dhcp4Dxe module to clean active configure data when Dhcp4->Stop() an...vanjeff2010-02-232-4/+22
* 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao42010-02-223-4/+27
* TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu2010-02-221-1/+1
* Enhance memory copy logic for PEI core image read. The change uses CopyMem() ...jgong52010-02-222-7/+47
* add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu2010-02-202-2/+3
* Cleanup HOB DEBUG printsandrewfish2010-02-171-2/+2
* 1) Fix build issuesmdkinney2010-02-163-111/+128