summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2010-10-12add ataatapipassthru driver to dsc fileerictian1-0/+1
2010-10-11Correct the bad token number for gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVe...rsun31-1/+1
2010-09-30remove additional space from comments and pass ICC/GCC44 builderictian5-1124/+1114
2010-09-29add native ide/ahci drivererictian8-0/+8805
2010-09-16Refine code to make code run safely.ydong1012-26/+29
2010-09-15Refine soma code to make code run safely.ydong1037-142/+174
2010-09-10Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVE...mdkinney1-1/+1
2010-09-09Improve PXE Over IPv4 performance:hhuan133-14/+18
2010-09-07Rename one file to follow the file naming convention.rsun32-1/+1
2010-09-07Rename one file to follow the file naming convention.rsun31-0/+0
2010-09-02Fill AtaDeviceHeader field in ATA command blockqhuang81-0/+1
2010-08-27The patch acknowledges the TCP zero window probe message, either the format w...tye15-14/+24
2010-08-27To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan131-20/+94
2010-08-26Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao21-3/+4
2010-08-23Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin2-48/+53
2010-08-20Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()...hhuan132-11/+3
2010-08-18clear the correct BAR register. Because for P2P device, only register from 0x...niruiyu1-2/+8
2010-08-181. Introduce PcdTftpBlockSize to let platform DSC customize block size.hhuan134-1/+23
2010-08-17remove CpuBreakpoint ().vanjeff1-1/+0
2010-08-17Fixed one bug which may lead standard error handle could not be set into syst...vanjeff1-2/+1
2010-08-15Roll back BlockSize to 0x8000 for PXE performance concern.hhuan131-5/+1
2010-08-12Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu22-6/+8
2010-08-10Minor code refinement.rsun31-2/+2
2010-08-09Fixed K9 scan issues.hhuan131-1/+1
2010-08-06Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2-16/+16
2010-08-06Fix IP address text representation issue about leading zeros jjin91-3/+56
2010-08-04According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin2-5/+5
2010-08-04Fix a typo in Ip4ConfigDriverBindingStart(): it should be gEfiManagedNetworkS...xdu21-1/+1
2010-08-04Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con...xdu21-1/+8
2010-08-03Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney3-0/+14
2010-07-30Add debug print that the system is about to be reset. I was seeing watchtog t...andrewfish1-0/+3
2010-07-30Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ...hhuan132-21/+74
2010-07-30Add NULL pointer checking against Data.xli243-3/+6
2010-07-30Fix one issue: Some last IP settings may be lost when IP setting was re-set.vanjeff1-0/+8
2010-07-30Handle gEfiStatusCodeDataTypeStringGuid in status code handler drivers.xli249-7/+49
2010-07-28Roll back change r10696, because new update on r10700 and r10701 handles this...lgao41-15/+3
2010-07-28Enhance FV2.ReadSection() to read GUIDED section raw data when its extraction...lgao41-20/+134
2010-07-28Enhance PiSmmCoreMemoryAllocationLib Free function implementation to call gSm...lgao42-3/+125
2010-07-26Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao41-3/+15
2010-07-26Update AtaBus module to use Uefi.h as the master header file as it is a pure ...qhuang81-1/+1
2010-07-22Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G....andrewfish7-7/+40
2010-07-20Per UEFI Spec, LowestAlignedLba and LogicalBlocksPerPhysicalBlock must be 0 f...niruiyu1-1/+10
2010-07-191. Add init flag DEBUG_AGENT_INIT_DXE_AP.vanjeff3-14/+71
2010-07-18Fix 64-bit bug in DxeIpl. You can't cast an & UINT64 to a UINT32 *, as the up...andrewfish1-4/+4
2010-07-16Enhance to follow UEFI2.3 spec - the EFI_ACPI_TABLE_PROTOCOL will ensure that...jyao11-1/+7
2010-07-13Refine code.vanjeff4-21/+175
2010-07-13Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag...rsun31-9/+9
2010-07-13Return from ProgramBar() after VF BARs are programmed.rsun31-1/+2
2010-07-13Fix bugs in the PCI bus driver to support SR-IOV.rsun36-228/+289
2010-07-12remove duplicated code.vanjeff1-6/+1