| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MdeModulePkg XhciPei/UsbBusPei: Add XHCI recovery support. | Star Zeng | 2014-07-02 | 17 | -225/+7575 |
* | MdeModulePkg SmmLockBoxSmmLib: Add debug message for the address of lockbox(s... | Star Zeng | 2014-07-02 | 1 | -2/+10 |
* | Fix a bug in IP4 driver when computing the network broadcast adress. | Fu, Siyuan | 2014-06-30 | 1 | -2/+3 |
* | MdeModulePkg/PiSmmCore: Initialize missing LoadedImage protocol fields for SM... | Tapan Shah | 2014-06-27 | 1 | -1/+3 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-26 | 21 | -21/+55 |
* | MdeModulePkg/DxeMain: Zero ImageContext local variable before passing it down... | Andrew Fish | 2014-06-25 | 1 | -1/+2 |
* | The following call tree exposes a bug in the lifetime (ie. too late | Alex Williamson | 2014-06-19 | 1 | -25/+9 |
* | MdeModulePkg/NvmExpressDxe: Check if CSTS.RDY is 0 to wait NVMe Host controll... | Tian, Feng | 2014-06-04 | 2 | -18/+37 |
* | Add 'file not found' debug message to MTFTP. | Brendan Jackman | 2014-05-21 | 1 | -1/+8 |
* | Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ... | Ruiyu Ni | 2014-05-15 | 1 | -86/+73 |
* | MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric... | Tian, Feng | 2014-05-15 | 4 | -68/+151 |
* | Fix some build issues (ARM toolchain). | Olivier Martin | 2014-05-15 | 3 | -6/+2 |
* | Based on request, export ResetRequired info used by browser. | Eric Dong | 2014-05-14 | 3 | -3/+52 |
* | Fix comment typos. | Gao, Liming | 2014-05-13 | 1 | -1/+1 |
* | Correct String language tag. | Gao, Liming | 2014-05-12 | 1 | -0/+0 |
* | 1. Mark the network volatile variables as deprecated in code comments and rem... | Fu Siyuan | 2014-05-07 | 14 | -654/+18 |
* | MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r... | Star Zeng | 2014-05-06 | 1 | -114/+13 |
* | MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe... | Tian, Feng | 2014-04-30 | 4 | -214/+284 |
* | Correct the incorrect string. | Gao, Liming | 2014-04-24 | 1 | -0/+0 |
* | Fix GCC build fail. | Eric Dong | 2014-04-21 | 1 | -4/+4 |
* | Refine the check expression result logic. | Eric Dong | 2014-04-18 | 4 | -12/+59 |
* | Enhance the browser parse opcode logic, skip the opcode which is not defined ... | Eric Dong | 2014-04-18 | 1 | -0/+46 |
* | Update question validation logic, move the check pointer from after user inpu... | Eric Dong | 2014-04-15 | 9 | -407/+380 |
* | MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o... | Star Zeng | 2014-04-15 | 1 | -2/+17 |
* | Call EFI_BROWSER_ACTION_RETRIEVE for each form instead of only call once befo... | Eric Dong | 2014-04-14 | 3 | -58/+27 |