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