summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug in LMFA code jchen202010-03-121-1/+1
* roll back IDT_ENTRY counter to 32vanjeff2010-03-111-1/+1
* Minor comment fix.rsun32010-03-102-2/+2
* The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202010-03-102-17/+119
* MdeModule Package version updated from 0.90 to 0.91.rsun32010-03-092-3/+3
* Minor update comment to remove unprintable character in source file.qhuang82010-03-091-1/+1
* Fix the SMRAM caching range base and size. The original code uses the biggest...jgong52010-03-091-6/+52
* Add a blank line in the end of file.lgao42010-03-051-1/+1
* Add some robustness check in DriverSample driver.rsun32010-03-051-0/+2
* Minor update to some protocol interface function prototype for Doxygen documentrsun32010-03-053-25/+25
* fix build errorerictian2010-03-051-1/+1
* roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian2010-03-051-4/+2
* Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.jyao12010-03-052-0/+77
* Add an EHCI register dump function for debug. Not hooked in any place...andrewfish2010-03-042-0/+41
* Fix wrong BufferSize for Configuration data.lgao42010-03-041-2/+2
* Update the title Network Configuration to IPv4 Network Configuration since IP...tye12010-03-041-0/+0
* Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow...niruiyu2010-03-041-1/+1
* uniform the sw and hw expression to avoid confusing. it does not effect hw fu...erictian2010-03-042-3/+8
* Use the input Request string as check string.lgao42010-03-041-8/+2
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10182 6f...gdong12010-03-041-6/+0
* Add align build option to avoid the build issues.gdong12010-03-041-0/+7
* 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