summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* S.M.A.R.T feature enableerictian2010-10-282-0/+376
* Correct Data type conversion.lgao42010-10-262-3/+3
* Update HiiDatabase->ExportPackageLists() service to support NULL HII handle ...lgao42010-10-251-2/+2
* Reserve one column at left screen to be more visually.lgao42010-10-253-4/+5
* Fix the following three issues:lgao42010-10-251-43/+17
* Use the correct length to copy KeyData.niruiyu2010-10-211-1/+1
* Fix build issue in IPv4. qianouyang2010-10-202-2/+2
* return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2010-10-194-6/+20
* Refine code to make code run more safely.ydong102010-10-187-7/+11
* set the interface of usb hid device to boot protocol if it's not in such case.erictian2010-10-182-2/+2
* Fix minor gcc build break.andrewfish2010-10-151-1/+1
* Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang2010-10-157-114/+274
* Update ConPlatform driver to support GOP driver which creates multiple children.niruiyu2010-10-143-16/+112
* fix 32bit build warningerictian2010-10-142-14/+14
* DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2010-10-132-2/+2
* add ataatapipassthru driver to dsc fileerictian2010-10-121-0/+1
* Correct the bad token number for gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVe...rsun32010-10-111-1/+1
* remove additional space from comments and pass ICC/GCC44 builderictian2010-09-305-1124/+1114
* add native ide/ahci drivererictian2010-09-298-0/+8805
* Refine code to make code run safely.ydong102010-09-1612-26/+29
* Refine soma code to make code run safely.ydong102010-09-1537-142/+174
* Update this library to restrict usage to DXE_RUNTIME_DRIVER and DXE_SAL_DRIVE...mdkinney2010-09-101-1/+1
* Improve PXE Over IPv4 performance:hhuan132010-09-093-14/+18
* Rename one file to follow the file naming convention.rsun32010-09-072-1/+1
* Rename one file to follow the file naming convention.rsun32010-09-071-0/+0
* Fill AtaDeviceHeader field in ATA command blockqhuang82010-09-021-0/+1
* The patch acknowledges the TCP zero window probe message, either the format w...tye12010-08-275-14/+24
* To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan132010-08-271-20/+94
* Avoid DxeCore to reclaim PEI stack as IDT may be on it (like 32-bit OVMF).pgao22010-08-261-3/+4
* Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin2010-08-232-48/+53
* Fixed Ip4 bug that causing Iscsi reconnect hang sporadically . In Ip4OutPut()...hhuan132010-08-202-11/+3
* clear the correct BAR register. Because for P2P device, only register from 0x...niruiyu2010-08-181-2/+8
* 1. Introduce PcdTftpBlockSize to let platform DSC customize block size.hhuan132010-08-184-1/+23
* remove CpuBreakpoint ().vanjeff2010-08-171-1/+0
* Fixed one bug which may lead standard error handle could not be set into syst...vanjeff2010-08-171-2/+1
* Roll back BlockSize to 0x8000 for PXE performance concern.hhuan132010-08-151-5/+1
* Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in ...xdu22010-08-122-6/+8
* Minor code refinement.rsun32010-08-101-2/+2
* Fixed K9 scan issues.hhuan132010-08-091-1/+1
* Move registration of DXE Core with PeCoffExtraActionLib after the lib constru...mdkinney2010-08-062-16/+16
* Fix IP address text representation issue about leading zeros jjin92010-08-061-3/+56
* According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin2010-08-042-5/+5
* Fix a typo in Ip4ConfigDriverBindingStart(): it should be gEfiManagedNetworkS...xdu22010-08-041-1/+1
* Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con...xdu22010-08-041-1/+8
* Update DXE Core so its own PE/COFF image is passed to the PeCoffExtraActionLibmdkinney2010-08-033-0/+14
* Add debug print that the system is about to be reset. I was seeing watchtog t...andrewfish2010-07-301-0/+3
* Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ...hhuan132010-07-302-21/+74
* Add NULL pointer checking against Data.xli242010-07-303-3/+6
* Fix one issue: Some last IP settings may be lost when IP setting was re-set.vanjeff2010-07-301-0/+8
* Handle gEfiStatusCodeDataTypeStringGuid in status code handler drivers.xli242010-07-309-7/+49