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