summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao12010-03-213-6/+14
* Fix sync issue to make EbcLLCALLEX() function check the same value to ones th...lgao42010-03-211-2/+2
* Fix compile break on IA32 arch.lgao42010-03-202-2/+2
* Fix an bug for PXE boot asserthhuan132010-03-191-2/+0
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun32010-03-196-25/+25
* Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian2010-03-198-142/+122
* Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong52010-03-191-7/+7
* changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff2010-03-183-14/+15
* variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2010-03-182-0/+24
* Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigg...jchen202010-03-181-1/+0
* 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22010-03-182-5/+18
* Bug Fix: IPv4 Fragment is not correct when VLAN is enable.qianouyang2010-03-181-4/+1
* Roll back previous change.rsun32010-03-181-3/+3
* Former change breaks build; changed back to commented lines 58 & 59, but as r...myronporter2010-03-171-2/+1
* Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter2010-03-1737-757/+766
* fix ia32 build error.erictian2010-03-171-2/+2
* The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian2010-03-171-1/+2
* Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu22010-03-161-1/+2
* Add sample use case for IFR security op-code.rsun32010-03-163-0/+12
* Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun32010-03-161-1/+1
* 1. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff2010-03-132-2/+8
* 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