Age | Commit message (Expand) | Author | Files | Lines |
2014-11-06 | Try to read key strike even when the TimeOuts value is zero, this will avoid ... | Eric Dong | 1 | -49/+47 |
2014-10-29 | MdeModulePkg/IntelFrameworkModulePkg FwVol: | Star Zeng | 2 | -11/+22 |
2014-10-21 | Clean up the code. Action statement should not have text two opcode. | Eric Dong | 3 | -6/+0 |
2014-10-11 | Removes dependencies on SMBIOS in the IntelFrameworkModulePkg’s BDS. | Olivier Martin | 1 | -57/+57 |
2014-09-29 | Removes some unused assigned variables. Some compiler (GCC in this case) rais... | Olivier Martin | 1 | -5/+0 |
2014-09-22 | Correct the convert hex string to decimal value logic. | Eric Dong | 1 | -2/+2 |
2014-09-16 | Refine the code, remove the useless code. | Eric Dong | 1 | -7/+3 |
2014-09-03 | IntelFrameworkModulePkg: Convert non DOS format files to DOS format | Gao, Liming | 15 | -0/+0 |
2014-08-28 | Add the missing GUID in BdsDxe.inf | Gao, Liming | 1 | -0/+1 |
2014-08-28 | IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 30 | -0/+0 |
2014-08-28 | IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 14 | -161/+225 |
2014-08-26 | AcpiS3Save could try to check PcdIdentifyMappingPageTablePtr is NULL, if it i... | Elvin Li | 2 | -57/+66 |
2014-08-21 | Allocate exact memory size for string buffer to avoid buffer overflow. | Qiu Shumin | 1 | -21/+40 |
2014-08-14 | Use StrnCat instead of StrCat to avoid target buffer overflow. | Jeff Fan | 2 | -7/+12 |
2014-08-08 | Add type cast on variable before operation. | Jeff Fan | 3 | -5/+5 |
2014-07-28 | Update code to support VS2013 tool chain. | Eric Dong | 1 | -1/+2 |
2014-07-28 | Print the CodeType and Value of status code with fixed length. | Li, Elvin | 2 | -8/+8 |
2014-07-23 | Fixed one possible array out of bounds issue. | isakov-sl | 1 | -1/+1 |
2014-07-07 | Refine code to follow good coding style. | Eric Dong | 3 | -4/+9 |
2014-07-04 | Refine the save action for the BdsDxe. | Eric Dong | 6 | -264/+146 |
2014-06-25 | Refine code to make it more safely. | Eric Dong | 2 | -7/+5 |
2014-06-24 | Add DEBUG message for all fields in AcpiS3Context. | Gao, Liming | 1 | -1/+3 |
2014-06-19 | Fix GCC build fail. | Eric Dong | 2 | -2/+2 |
2014-06-18 | Support RouteConfig function for BdsDxe driver. | Eric Dong | 11 | -508/+1564 |
2014-05-06 | MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r... | Star Zeng | 1 | -20/+22 |
2014-04-23 | Update code logic to let BDS UI can shows more than one formsets in one HiiHa... | Eric Dong | 1 | -8/+117 |
2014-03-28 | Add check to avoid null pointer deference. | Ruiyu Ni | 1 | -3/+2 |
2014-03-26 | Remove RT attribute for variable LegacyDevOrder | Ruiyu Ni | 1 | -1/+1 |
2014-03-25 | MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an... | Star Zeng | 1 | -2/+2 |
2014-03-25 | Report the setting variable failure to platform through the status code when ... | Ruiyu Ni | 10 | -127/+321 |
2014-03-18 | IntelFrameworkModulePkg AcpiS3SaveDxe: Remove ASSERT, add lock and remove RT ... | Star Zeng | 2 | -6/+63 |
2014-01-22 | Fix CRLF format | Tian, Hot | 4 | -0/+0 |
2014-01-09 | Return to BMM page if parse the file info failed. | Eric Dong | 2 | -5/+16 |
2014-01-08 | Rollback the patch 15054. | Eric Dong | 1 | -2/+5 |
2014-01-07 | Not update the status until parse the file info success. | Eric Dong | 1 | -5/+2 |
2013-12-18 | Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c... | Ruiyu Ni | 2 | -86/+13 |
2013-10-15 | Enable UEFI firmware to support FMP capsule format. | czhang46 | 4 | -8/+34 |
2013-10-14 | Move update legacy order logic from CHANGING to CHANGED. | Eric Dong | 1 | -122/+122 |
2013-10-14 | Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PRO... | Ruiyu Ni | 2 | -23/+27 |
2013-09-16 | Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C... | Star Zeng | 3 | -29/+27 |
2013-05-23 | Move the memory allocation and variable set to BdsEntry, use VariableLock pro... | lzeng14 | 2 | -1/+53 |
2013-05-17 | Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia... | niruiyu | 3 | -8/+35 |
2013-04-23 | Remove the blank line between InitializeLangVariable() and it's function header. | lzeng14 | 1 | -1/+0 |
2013-04-23 | Fix GCC build failure caused by R14307. | lzeng14 | 1 | -1/+1 |
2013-04-22 | Enhance InitializeLanguage() to set PcdUefiVariableDefaultPlatformLang to Pla... | lzeng14 | 1 | -72/+134 |
2013-04-03 | Get the language string before use it to avoid reuse freed buffer. | ydong10 | 1 | -4/+7 |
2013-03-05 | Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se... | lzeng14 | 3 | -9/+43 |
2013-01-30 | Get support languages from "PlatformLangCodes" instead of front page string p... | ydong10 | 2 | -81/+76 |
2013-01-17 | Fix ICC11(VS2005) build failure. | lzeng14 | 2 | -6/+6 |
2013-01-15 | Follow UEFI spec, clean the CRC32 field before calculate CRC for system table. | ydong10 | 1 | -1/+2 |