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