Age | Commit message (Expand) | Author |
2011-05-03 | Add BlockIO2 Protocol. | qianouyang |
2011-04-28 | 1. Fixed a bug to make sure IP,Mask,Gateway survives across rest in case "ifc... | hhuan13 |
2011-04-27 | Solve a wrong pointer reference in QueryVariableInfo(). | erictian |
2011-04-25 | Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B... | niruiyu |
2011-04-25 | 1. Enabled IP4 layer auto configuration in case cable swap is detected. | hhuan13 |
2011-04-21 | Fix issue that iscsi initiator name with 223 bytes can not be saved. | tye1 |
2011-04-20 | Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL. | qianouyang |
2011-04-19 | Fix the USB keyboard driver to call hotkey callback even no one is calling Re... | niruiyu |
2011-04-19 | Fix the terminal driver to call hotkey callback even no one is calling ReadKe... | niruiyu |
2011-04-19 | Update IFR version opcode value to follow the UEFI2.3.1 Spec. | lgao4 |
2011-04-19 | Update ALTCFG reference from default name token to default ID. | ydong10 |
2011-04-13 | Do not assert in HiiBlockToConfig function when an invalid format of ConfigRe... | ydong10 |
2011-04-12 | Old driver sample code does not return an EFI_UNSUPPORTED status code if a ca... | ydong10 |
2011-04-08 | Add more checks to skip allocated SMRAM regions when searching for a largest ... | rsun3 |
2011-04-07 | Fix ICC build error. | tye1 |
2011-04-07 | Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNode | niruiyu |
2011-04-06 | Update ISID to fixed value: first 3 bytes are derived from MAC address while ... | tye1 |
2011-04-01 | Use the minimum value for Numeric and the first option value for OneOf as the... | lgao4 |
2011-04-01 | Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition ... | niruiyu |
2011-03-30 | Fix ICC compilation failure. No functionality impact. | niruiyu |
2011-03-30 | Update inf file to follow spec. | ydong10 |
2011-03-29 | Add DevicePathFromText support for ACPI _ADR node. | niruiyu |
2011-03-23 | MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Row | jljusten |
2011-03-23 | MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Row | jljusten |
2011-03-18 | Fix ICC build failure. | lgao4 |
2011-03-17 | Use exactly match method for HiiCompareLanguage. | ydong10 |
2011-03-16 | Fix LocateDevicePath() to return proper error status code. It was returning ... | mdkinney |
2011-03-16 | Add description for 64-byte FIFO enable bit for PcdSerialFifoControl. | mdkinney |
2011-03-15 | Refine the inf and dec to follow spec. | ydong10 |
2011-03-15 | Reserve more space width for Option value. | lgao4 |
2011-03-15 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11399 6f... | ydong10 |
2011-03-14 | Roll back change to previous version. Language should be compared as the exac... | lgao4 |
2011-03-14 | judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EF... | erictian |
2011-03-14 | Enhance inf and dec file to follow specs. | ydong10 |
2011-03-14 | add gEfiPeiMasterBootModeGuid dependency for getting right boot mode | erictian |
2011-03-14 | if it's in recovery mode, variable region is unreliable, so the ReadOnlyVaria... | erictian |
2011-03-14 | Fix a bug in SmmPerformanceLib that there is no return value in normal cases ... | rsun3 |
2011-03-14 | Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. | vanjeff |
2011-03-11 | Update DebugLib to provide support for "err" command in the EFI Shell to adju... | mdkinney |
2011-03-11 | Update some progress codes name per the PI Spec, 1.2 Errata B. | vanjeff |
2011-03-10 | Update DebugLib to provide support for "err" command in the EFI Shell to adju... | mdkinney |
2011-03-10 | Add performance library instances for SMM performance measurement. | rsun3 |
2011-03-10 | fix null DevicePath issue. | erictian |
2011-03-10 | 1. The old refresh string code also update the time/date opcode. But for the ... | ydong10 |
2011-03-08 | Update HiiCompareLanguage to support case that language in String package is ... | lgao4 |
2011-03-08 | Do the following enhancement for SetupBrowser: | lgao4 |
2011-03-08 | Bug description: | ydong10 |
2011-03-08 | fix a invalid pointer conversion when builing 32bit image. | erictian |
2011-03-08 | Add missing .h file to INF file | gdong1 |
2011-03-04 | when timeout is 0, infinite loop on the timeout request to follow UEFI spec | erictian |