summaryrefslogtreecommitdiff
path: root/MdeModulePkg
AgeCommit message (Expand)AuthorFilesLines
2010-11-04Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...mdkinney2-4/+39
2010-11-04Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun31-8/+12
2010-11-03The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff1-2/+2
2010-11-03swaps the order of timer disable and memory map termination to make sure memo...vanjeff1-5/+5
2010-11-03Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun32-12/+19
2010-11-02Fix PCD token value conflict issue.gikidy1-1/+1
2010-11-01Refine code to make code run more safely.ydong101-1/+2
2010-10-28S.M.A.R.T feature enableerictian2-0/+376
2010-10-26Correct Data type conversion.lgao42-3/+3
2010-10-25Update HiiDatabase->ExportPackageLists() service to support NULL HII handle ...lgao41-2/+2
2010-10-25Reserve one column at left screen to be more visually.lgao43-4/+5
2010-10-25Fix the following three issues:lgao41-43/+17
2010-10-21Use the correct length to copy KeyData.niruiyu1-1/+1
2010-10-20Fix build issue in IPv4. qianouyang2-2/+2
2010-10-19return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian4-6/+20
2010-10-18Refine code to make code run more safely.ydong107-7/+11
2010-10-18set the interface of usb hid device to boot protocol if it's not in such case.erictian2-2/+2
2010-10-15Fix minor gcc build break.andrewfish1-1/+1
2010-10-15Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang7-114/+274
2010-10-14Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu3-16/+112
2010-10-14fix 32bit build warningerictian2-14/+14
2010-10-13DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2-2/+2
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