- 4f33c83 Restore the whole form set to default value when user enter F9, old logical only for form level. by ydong10 · 14 years ago
- ea060cf MdeModulePkg: Add IdeBusPei driver by jljusten · 14 years ago
- 4b1bf81 MdeModulePkg: Add PEI USB drivers and related PPIs by jljusten · 14 years ago
- 4ffaadc Adjust the start position of the opcode string before saving it to avoid show menu info error. by ydong10 · 14 years ago
- 090f3fd Move the check refresh attribute logical out of the option string check logical. by ydong10 · 14 years ago
- 8f766f6 Add sample code for vfr opcode "guidop" by ydong10 · 14 years ago
- e7c2a83 Fix potential null pointer dereference by erictian · 14 years ago
- eaaf869 Fix EFI Option ROM being loaded twice unconditionally. by niruiyu · 14 years ago
- 54cd17e MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEvent by jljusten · 14 years ago
- 2b2f353 Remove the unused TimerLib from PeiCore. by lgao4 · 14 years ago
- 6a05469 Updates old formset info before exit to avoid old change lost. by ydong10 · 14 years ago
- 94b928c 1. In IPv4 and IPv6 driver, before calling IPsec, a new NET_FRAGMENT structure is allocated and then passed to IPsec, it should be released after it is done to avoid the memory leak. by qianouyang · 14 years ago
- 08cd970 fix file name lowercase/uppercase inconsistent issue. by erictian · 14 years ago
- f742e3c fix file name lowercase/uppercase inconsistent issue. by erictian · 14 years ago
- 7d3df54 fix file name lowercase/uppercase inconsistent issue. by erictian · 14 years ago
- cbd2a4b ScsiBus/ScsiDisk enhancement for no_media state. by erictian · 14 years ago
- 39840c5 Produce DiskInfo for usb mass storage device by erictian · 14 years ago
- 0194d26 1. When get value from AltCfg data, check the varstore type first. by ydong10 · 14 years ago
- 9de33db Fix the issue that the GOP produced by ConSplitter requires SetMode before GetMode, otherwise EFI_NOT_STARTED is returned from GetMode. by niruiyu · 14 years ago
- 34d137f Fix GCC build fail by ydong10 · 14 years ago
- 3122277 Set *ImageHandle to NULL when LoadImage() returns EFI_ACCESS_DENIED. by niruiyu · 14 years ago
- e9668a6 Add the missing logic in HiiConfigRouting ExtractConfig() to retrieves FALSE as default value for CheckBox without default flag. by lgao4 · 14 years ago
- c82291b 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unnecessary re-configure Udp4Read operation. by hhuan13 · 14 years ago
- 772cba0 Add assertion in PeiAllocatePool when out of resource. by niruiyu · 14 years ago
- 10fe0d8 Fix crash in GetMemoryMap() when memory type 0x80000000-0xFFFFFFFF was allocated by OS loader by niruiyu · 14 years ago
- 211cc6e Add new "Refresh guid" opcode, also add sample code to use it. by ydong10 · 14 years ago
- b00964a Add new "Modal form" opcode, also add sample code to use it. by ydong10 · 14 years ago
- 4f07790 String Reference Cleanup. by lzeng14 · 14 years ago
- 9725730 Remove duplicated definitions EFI_VARIABLE_INDEX_TABLE_GUID in variable PEI drivers. by sfu5 · 14 years ago
- 63e78d5 Fix X64 clang warnings. by andrewfish · 14 years ago
- 26fab51 Fix the issue when checking the value of KeyDescriptor->Modifier to see if it was out of bounds. by vanjeff · 14 years ago
- 9f72ced Update the comments of InstallConfigurationTable to follow UEFI Spec. by niruiyu · 14 years ago
- b18e705 Add new call back return value; also add some sample code to use it. by ydong10 · 14 years ago
- d490265 Update code to pass packaging tool. by lzeng14 · 14 years ago
- c582ad4 MdeModulePkg: Fixed memory corruption when BlockIo2 is not present by geekboy15a · 14 years ago
- f44e8c1 1. Setting cursor position to (0, 0) and flushing cursor directly instead of calling GraphicConSoleConOutSetPosition(). by vanjeff · 14 years ago
- 3d0a238 Add more status code in drivers. by li-elvin · 14 years ago
- 46cc388 Fix ICC build break. by ydong10 · 14 years ago
- e439df5 Make sure the return value of MapKey is correct by moving the assignment into memory lock protection region by erictian · 14 years ago
- 396e903 Add the DriverFamilyOverride support in DxeCore. by niruiyu · 14 years ago
- 33d4138 Fixed SCT test failed caused by driver sample. by ydong10 · 14 years ago
- 0e87144 Change Partition/ScsiDxe driver to produce Block IO revision 3. by niruiyu · 14 years ago
- afe3969 Add core SMBIOS 2.7.0 and 2.7.1 support. by lzeng14 · 14 years ago
- ee31d1b Add two new methods to get default value, also add sample code in sample driver. by ydong10 · 14 years ago
- 083f7c6 Refine some call back function to return EFI_UNSUPPORTED for all unsupported call back type. by ydong10 · 14 years ago
- 3c063fe fix memory leak at AccessAtaDevice() of AtaBus. by erictian · 14 years ago
- 86d8e19 Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Partition drivers) to make them be consistent with the code. by qianouyang · 14 years ago
- deff65a CalculateSum8() and CalculateSum16() defined in BaseLib are used to calculate checksum. by lzeng14 · 14 years ago
- 24f7e42 A complement fix for revision 11664 to update GCC assembly files : clear the direction flag in interrupt/exception handlers' assembly entry code before calling C functions to follow the UEFI calling convention. by rsun3 · 14 years ago
- 5ec56d1 Fixed an error when parse time opcode. by ydong10 · 14 years ago
- ad8cbf7 Clear the direction flag in interrupt/exception handlers' assembly entry code before calling C functions to follow the UEFI calling convention. by rsun3 · 14 years ago
- 4ff492c Update USB keyboard driver to return scan code for Pause key. by vanjeff · 14 years ago
- d0844d1 Add Pointer check for NULL before referring it and remove unnecessary pointer check in AtaAtapiPassThru and Partition Drivers. by qianouyang · 14 years ago
- be04635 Fix DEC files so any PCD declared as Dynamic is also declared as DynamicEx by mdkinney · 14 years ago
- 8ac1fc0 1. Fixed a issue in Ip4Config.c by hhuan13 · 14 years ago
- c24097a 1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices. by hhuan13 · 14 years ago
- 490b5ea Add BlockIO2 Protocol. by qianouyang · 14 years ago
- afbccd0 1. Fixed a bug to make sure IP,Mask,Gateway survives across rest in case "ifconfig -s eth0 dhcp permenant". by hhuan13 · 14 years ago
- 3b42536 Solve a wrong pointer reference in QueryVariableInfo(). by erictian · 14 years ago
- fcf5e49 Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the Buffer/BufferSize/Lba is invalid so that caller can probe the media status easier. by niruiyu · 14 years ago
- 9f82599 1. Enabled IP4 layer auto configuration in case cable swap is detected. by hhuan13 · 14 years ago
- 4da9ccc Fix issue that iscsi initiator name with 223 bytes can not be saved. by tye1 · 14 years ago
- 0a7294f Update the relevant drivers to use the correct GUID for EFI_IPSEC2_PROTOCOL. by qianouyang · 14 years ago
- c1fd276 Fix the USB keyboard driver to call hotkey callback even no one is calling ReadKeyStroke by niruiyu · 14 years ago
- f036800 Fix the terminal driver to call hotkey callback even no one is calling ReadKeyStroke by niruiyu · 14 years ago
- 0269d14 Update IFR version opcode value to follow the UEFI2.3.1 Spec. by lgao4 · 14 years ago
- 81b618f Update ALTCFG reference from default name token to default ID. by ydong10 · 14 years ago
- 3a53001 Do not assert in HiiBlockToConfig function when an invalid format of ConfigRequest is inputed, just return error. by ydong10 · 14 years ago
- 4a22b9b Old driver sample code does not return an EFI_UNSUPPORTED status code if a callback occurs for something which is unrecognized. by ydong10 · 14 years ago
- 2c0f06f Add more checks to skip allocated SMRAM regions when searching for a largest free SMRAM region. by rsun3 · 14 years ago
- b97a8d3 Fix ICC build error. by tye1 · 14 years ago
- e7cc9dc Add (UINT16) static cast before passing UINT32 parameter to CreateDeviceNode by niruiyu · 14 years ago
- 312e3bd Update ISID to fixed value: first 3 bytes are derived from MAC address while the other 3 bytes are configurable via ISCSI configuration. by tye1 · 14 years ago
- cf4c5a4 Use the minimum value for Numeric and the first option value for OneOf as their default value when no specific default value is specified. by lgao4 · 14 years ago
- 67f802e Set the BlockIo.Media.IoAlign to 0 because the BlockIo produced by Partition driver consumes DiskIo for read/write operation which doesn't have IO alignment requirement. by niruiyu · 14 years ago
- b36653b Fix ICC compilation failure. No functionality impact. by niruiyu · 14 years ago
- 320587d Update inf file to follow spec. by ydong10 · 14 years ago
- 5b84091 Add DevicePathFromText support for ACPI _ADR node. by niruiyu · 14 years ago
- 9875a3e MdeModulePkg Terminal: Add text mode for PcdConOutColumn/Row by jljusten · 14 years ago
- b1aab29 MdeModulePkg GraphicsConsole: Add text mode for PcdConOutColumn/Row by jljusten · 14 years ago
- dc76cdd Fix ICC build failure. by lgao4 · 14 years ago
- 4a12dfd Use exactly match method for HiiCompareLanguage. by ydong10 · 14 years ago
- a36a9b3 Fix LocateDevicePath() to return proper error status code. It was returning EFI_INVALID_PARAMETER if Device was NULL even if not handles matched the search criteria. The proper behavior is to return EFI_NOT_FOUND if not handles match the search criteria, and only return EFI_INVALID_PARAMETER if at least one match is found and Device is NULL. by mdkinney · 14 years ago
- acaa272 Add description for 64-byte FIFO enable bit for PcdSerialFifoControl. by mdkinney · 14 years ago
- 975e881 Refine the inf and dec to follow spec. by ydong10 · 14 years ago
- 5697f87 Reserve more space width for Option value. by lgao4 · 14 years ago
- d4e0afd by ydong10 · 14 years ago
- 640dfdc Roll back change to previous version. Language should be compared as the exact match. by lgao4 · 14 years ago
- 4249fa7 judge recovery mode at ReadOnlyVariable2Ppi interface. if yes, then return EFI_NOT_FOUND by erictian · 14 years ago
- 6397107 Enhance inf and dec file to follow specs. by ydong10 · 14 years ago
- f6dbfa5 add gEfiPeiMasterBootModeGuid dependency for getting right boot mode by erictian · 14 years ago
- 27ee669 if it's in recovery mode, variable region is unreliable, so the ReadOnlyVariable2Ppi should return EFI_NOT_FOUND by erictian · 14 years ago
- ae373a5 Fix a bug in SmmPerformanceLib that there is no return value in normal cases for GetPerformanceMeasurement(). by rsun3 · 14 years ago
- d0a3ead Changed TEMPORARY_RAM_SUPPORT_PPI to EFI_PEI_TEMPORARY_RAM_SUPPORT_PPI. by vanjeff · 14 years ago
- 033b006 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- fe91c99 Update some progress codes name per the PI Spec, 1.2 Errata B. by vanjeff · 14 years ago
- 62a5bf6 Update DebugLib to provide support for "err" command in the EFI Shell to adjust the filter mask for DEBUG() messages. The "err" command provide the ability to adjust this filter mask at a global level through an EFI Variable and at the module level through a the Debug Mask Protocol. In order to support the degree of flexibility, the DebugLib needs to use library to abstract the get/set operations to the filter mask. by mdkinney · 14 years ago
- d042c6e Add performance library instances for SMM performance measurement. by rsun3 · 14 years ago
- e70ae46 fix null DevicePath issue. by erictian · 14 years ago
- 487ef01 1. The old refresh string code also update the time/date opcode. But for the reason that time/date opcode updates the string with the same size, so skip the refresh code for it. by ydong10 · 14 years ago