summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2010-03-28fixed IP fragment issue which caused the MTU used by IP is less than the one ...qianouyang1-1/+1
2010-03-27remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff1-1/+3
2010-03-25Not maintained.hhtian1-228/+0
2010-03-21Change BufferSize from UINTN * to UINTN to eliminate pointer to pointer in Sm...jyao13-6/+14
2010-03-21Fix sync issue to make EbcLLCALLEX() function check the same value to ones th...lgao41-2/+2
2010-03-20Fix compile break on IA32 arch.lgao42-2/+2
2010-03-19Fix an bug for PXE boot asserthhuan131-2/+0
2010-03-19git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun36-25/+25
2010-03-19Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian8-142/+122
2010-03-19Hold Memory Lock until DEBUG_CLEAR_MEMORY called in CoreFreePages(). jgong51-7/+7
2010-03-18changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff3-14/+15
2010-03-18variable driver doesn't support EFI_AUTHENTICATED_WRITE_ACCESS. we use:erictian2-0/+24
2010-03-18Fixed a minor bug in PlatformDriOverrideDxe which will assert when user trigg...jchen201-1/+0
2010-03-181, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22-5/+18
2010-03-18Bug Fix: IPv4 Fragment is not correct when VLAN is enable.qianouyang1-4/+1
2010-03-18Roll back previous change.rsun31-3/+3
2010-03-17Former change breaks build; changed back to commented lines 58 & 59, but as r...myronporter1-2/+1
2010-03-17Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter37-757/+766
2010-03-17fix ia32 build error.erictian1-2/+2
2010-03-17The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian1-1/+2
2010-03-16Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu21-1/+2
2010-03-16Add sample use case for IFR security op-code.rsun33-0/+12
2010-03-16Fix a bug in SetupBrowserDxe driver when check current user's access setup pe...rsun31-1/+1
2010-03-131. update the definitions in debug agent library, rename DEBUG_AGENT_INIT_DXE...vanjeff2-2/+8
2010-03-12Fixed a bug in LMFA code jchen201-1/+1
2010-03-11roll back IDT_ENTRY counter to 32vanjeff1-1/+1
2010-03-10Minor comment fix.rsun32-2/+2
2010-03-10The patch attached is to fix the issue that LMFA feature is failed on OVMF. ...jchen202-17/+119
2010-03-09MdeModule Package version updated from 0.90 to 0.91.rsun32-3/+3
2010-03-09Minor update comment to remove unprintable character in source file.qhuang81-1/+1
2010-03-09Fix the SMRAM caching range base and size. The original code uses the biggest...jgong51-6/+52
2010-03-05Add a blank line in the end of file.lgao41-1/+1
2010-03-05Add some robustness check in DriverSample driver.rsun31-0/+2
2010-03-05Minor update to some protocol interface function prototype for Doxygen documentrsun33-25/+25
2010-03-05fix build errorerictian1-1/+1
2010-03-05roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian1-4/+2
2010-03-05Move SmmCoreSmmServicesTableLib from MdePkg to MdeModulePkg.jyao12-0/+77
2010-03-04Add an EHCI register dump function for debug. Not hooked in any place...andrewfish2-0/+41
2010-03-04Fix wrong BufferSize for Configuration data.lgao41-2/+2
2010-03-04Update the title Network Configuration to IPv4 Network Configuration since IP...tye11-0/+0
2010-03-04Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow...niruiyu1-1/+1
2010-03-04uniform the sw and hw expression to avoid confusing. it does not effect hw fu...erictian2-3/+8
2010-03-04Use the input Request string as check string.lgao41-8/+2
2010-03-04git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10182 6f...gdong11-6/+0
2010-03-04Add align build option to avoid the build issues.gdong11-0/+7
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao45-109/+379
2010-03-04Fix a bug that a NULL pointer may be dereferenced. rsun31-4/+4
2010-03-04Fix a bug in load modules at fixed address which may potentially impact OS S3.jchen201-1/+1
2010-03-04Fix a bug in LMFA which may potentially impact OS S3.jchen201-1/+1
2010-03-04Remove Size==0 branch in SmmAllocatePool()hhuan131-5/+0