| Commit message (Expand) | Author | Age | Files | Lines |
* | MdeModulePkg DxeCore: Don't cache memory mapped IO FV. | Star Zeng | 2014-08-27 | 5 | -83/+140 |
* | MdeModulePkg/UsbBusDxe: Fix a bug about the alternate setting number which sh... | Feng Tian | 2014-08-27 | 1 | -2/+2 |
* | Refine the fix for the bug that cause assert when do the reconnect in the cal... | Eric Dong | 2014-08-27 | 2 | -29/+4 |
* | 1. CapsuleLongModeBuffer variable should not have EFI_VARIABLE_RUNTIME_ACCESS... | Elvin Li | 2014-08-26 | 3 | -91/+108 |
* | Clean up the framework style code. | Eric Dong | 2014-08-26 | 1 | -17/+21 |
* | The original code does not initialize the global width constants before creat... | Samer El-Haj-Mahmoud elhaj | 2014-08-26 | 1 | -12/+17 |
* | EDK II Contributions.txt: Note acceptable contribution licenses | Jordan Justen | 2014-08-25 | 1 | -0/+14 |
* | Append the terminating null character at the end of the string to avoid buffe... | Qiu Shumin | 2014-08-25 | 2 | -3/+7 |
* | Do not access transfer ring when endpoint is isochronous type and control typ... | Elvin Li | 2014-08-22 | 1 | -6/+26 |
* | MdeModulePkg PeiCore: Add NULL pointer check. | Star Zeng | 2014-08-20 | 1 | -0/+8 |
* | Clean up the useless code in DriverSampleDxe. | Eric Dong | 2014-08-19 | 1 | -2/+0 |
* | Refine the code logic, use dynamic allocate buffer instead of static array to... | Eric Dong | 2014-08-19 | 2 | -69/+100 |
* | MdeModulePkg/PartitionDxe: Simplify the error handling of DriverBindingSuppor... | Sergey Isakov | 2014-08-19 | 1 | -5/+2 |
* | Refine the comments for the function header. | Eric Dong | 2014-08-19 | 2 | -6/+137 |
* | Update PeiCore to follow PI spec to retrieve GUIDED section data when Extract... | Gao, Liming | 2014-08-18 | 2 | -5/+30 |
* | Contributed-under: TianoCore Contribution Agreement 1.0 | Michael Kinney | 2014-08-14 | 12 | -1/+969 |
* | MdeModulePkg/IntelFrameworkModulePkg: Update PeiCore, SmbiosDxe and IsaSerial... | Zeng, Star | 2014-08-14 | 9 | -64/+132 |
* | Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fi... | Gao, Liming | 2014-08-13 | 2 | -3/+7 |
* | MdeModulePkg PeiCore: The DEBUG message (for HeapOffset and StackOffset) shou... | Star Zeng | 2014-08-12 | 1 | -3/+5 |
* | MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device. | Gao, Liming | 2014-08-11 | 4 | -55/+441 |
* | MdeModulePkg: new PlatformHookLib library with depex of SerialPortPpi. | Gao, Liming | 2014-08-11 | 6 | -0/+104 |
* | MdeModulePkg: DxeCore | Gao, Liming | 2014-08-11 | 1 | -0/+4 |
* | Added SMBIOS 2.8.0 updates. | Elvin Li | 2014-08-08 | 1 | -1/+1 |
* | Clean the useless code. | Eric Dong | 2014-08-08 | 1 | -1/+0 |
* | 1) Add type cast for better coding style. | Feng Tian | 2014-08-07 | 28 | -88/+88 |
* | The pointer argument should be set to NULL if not used not FALSE. | Harry Liebel | 2014-08-04 | 1 | -2/+2 |
* | MdeModulePkg: Fix wrong check for SetAttribute in Consplitter | Elvin Li | 2014-08-01 | 1 | -2/+2 |
* | MdeModulePkg: Removed valid text mode check in SetAttribute interface in Grap... | Elvin Li | 2014-07-31 | 1 | -7/+0 |
* | Refine code to make it more safely. | Eric Dong | 2014-07-30 | 1 | -2/+7 |
* | Update code to support VS2013 tool chain. | Eric Dong | 2014-07-28 | 23 | -19/+76 |
* | Update the code to follow UEFI spec, process date/time/ref value type as buff... | Eric Dong | 2014-07-28 | 2 | -106/+348 |
* | Print the CodeType and Value of status code with fixed length. | Li, Elvin | 2014-07-28 | 3 | -12/+12 |
* | MdeModulePkg: Fix parameter verification for SetAttribute | Jaben Carsey | 2014-07-25 | 1 | -2/+2 |
* | Clear the whole EFI_PHYSICAL_ADDRESS CapsuleDataPtr64 to 0 at first to avoid ... | Elvin Li | 2014-07-24 | 1 | -0/+2 |
* | MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to... | Tian, Feng | 2014-07-22 | 1 | -2/+2 |
* | Refine code to follow good coding style. | Eric Dong | 2014-07-21 | 2 | -4/+4 |
* | Add check to make code more safely. | Eric Dong | 2014-07-14 | 1 | -2/+5 |
* | Check the validation when return from callback function to avoid use the inva... | Eric Dong | 2014-07-14 | 3 | -49/+156 |
* | Fix build fail for VS2005 tool chain. | Eric Dong | 2014-07-10 | 1 | -1/+1 |
* | The UEFI specification does not say anything when the pointers passed to | Olivier Martin | 2014-07-09 | 1 | -2/+12 |
* | Fixed typos: hanlder should be handler. | Chen Fan | 2014-07-09 | 6 | -6/+6 |
* | Refine the sample for action, should not use text two part. | Eric Dong | 2014-07-09 | 1 | -8/+0 |
* | Fix build fail for VS2005 tool chain. | Eric Dong | 2014-07-09 | 1 | -1/+1 |
* | Refine the save action for the browser. | Eric Dong | 2014-07-08 | 9 | -209/+930 |
* | MdeModulePkg XhciPei: Fix build failure "conversion from 'UINT32' to 'UINT8',... | Star Zeng | 2014-07-08 | 1 | -1/+1 |
* | MdeModulePkg XhciPei: Initialize ScratchPhy and ScratchEntryPhy in XhcPeiInit... | Star Zeng | 2014-07-07 | 1 | -0/+2 |
* | MdeModulePkg XhciDxe: Initialize ScratchPhy and ScratchEntryPhy in XhcInitSch... | Star Zeng | 2014-07-07 | 1 | -0/+2 |
* | Restore the question value before call the CHANGED callback type. | Eric Dong | 2014-07-07 | 1 | -0/+5 |
* | MdeModulePkg XhciDxe: XHCI multiple interface alternate setting support. | Star Zeng | 2014-07-04 | 4 | -249/+841 |
* | Correct the default value for date opcode. | Eric Dong | 2014-07-02 | 1 | -2/+2 |