summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2010-05-18MdeModulePkg:jyao113-10/+4177
2010-05-17Small code refinement in MdeModulePkg.rsun34-89/+70
2010-05-14Fix DxeCore Dispatch Issue that DXE drivers may not be dispatched if they de...lgao41-9/+9
2010-05-14Fix 3 K8 issues for PXE module hhuan132-2/+31
2010-05-13Fix minor format issue in file headerqhuang82-3/+2
2010-05-12Fix for UNIXGCC buildjchen201-1/+1
2010-05-111) Fix IPF ICC 11.1 issue when /Ox is used related to the use of local variab...mdkinney4-241/+256
2010-05-11Add fix for the hardcoded Max ACPI table number. With this fix, the number of...jchen201-72/+195
2010-05-10Minor comment update.xdu21-1/+1
2010-05-101. Use the max string size to compare password string.lgao43-4/+8
2010-05-07Fix ICC 11.1 build breakmdkinney1-3/+3
2010-05-07Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney2-5/+7
2010-05-07Fix bug in PciHostBridgeEnumerator().mdkinney1-1/+1
2010-05-05raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian6-12/+45
2010-05-05Use new API GetSectionFromAnyFvByFileType() of MdePkg DxeServicesLib library...lgao42-80/+12
2010-04-29Forcing functions with variable argument lists to use the same calling conven...geekboy15a6-0/+9
2010-04-24Update the copyright notice formathhtian298-549/+549
2010-04-24Update the copyright notice formathhtian369-723/+723
2010-04-21Fix a bug that FV->ReadSection cannot get the EFI_SECTION_GUID_DEFINED type s...niruiyu1-1/+1
2010-04-19Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian1-4/+4
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a35-7/+94
2010-04-091.Fixed the bug when retrieved component name by child handle. It should use...vanjeff2-31/+31
2010-04-07Fix the issue that GCC treat enum type as unsigned int which incompatible wit...klu21-2/+2
2010-04-06Update the modules with the different module GUID to avoid the different modu...lgao44-4/+4
2010-04-05MdeModulePkg: Fix warning with VS2005 toolchain on IA32jljusten1-1/+1
2010-04-03Avoid DEBUG_CLEAR_MEMORY clearing MemoryMap internal structure.jgong51-8/+4
2010-04-01Enhance SNP to be compatible with UNDI driver which doesn’t report correct ...xdu21-0/+10
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