summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced MAX_EXTENDED_DATA_SIZE by EFI_STATUS_CODE_DATA_MAX_SIZE.vanjeff2010-11-102-19/+8
* Fix ICC build break.rsun32010-11-101-7/+7
* Add new PCD gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddres...lgao42010-11-093-9/+101
* Some existing PCI adapters with UEFI option ROMs make unaligned requests thro...rsun32010-11-093-0/+143
* Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ...rsun32010-11-081-2/+2
* Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of Report...mdkinney2010-11-042-4/+39
* Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP).rsun32010-11-041-8/+12
* The CurrentNumberOfxxxxx should be based on the device going away, and not th...vanjeff2010-11-031-2/+2
* swaps the order of timer disable and memory map termination to make sure memo...vanjeff2010-11-031-5/+5
* Remove PI SMM IPL's dependency on CPU AP so that PI SMM IPL can be dispatched...rsun32010-11-032-12/+19
* Fix PCD token value conflict issue.gikidy2010-11-021-1/+1
* Refine code to make code run more safely.ydong102010-11-011-1/+2
* 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