summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* AcpiS3Save could try to check PcdIdentifyMappingPageTablePtr is NULL, if it i...Elvin Li2014-08-262-57/+66
* Allocate exact memory size for string buffer to avoid buffer overflow.Qiu Shumin2014-08-211-21/+40
* Use StrnCat instead of StrCat to avoid target buffer overflow.Jeff Fan2014-08-142-7/+12
* Add type cast on variable before operation.Jeff Fan2014-08-083-5/+5
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+2
* Print the CodeType and Value of status code with fixed length.Li, Elvin2014-07-282-8/+8
* Fixed one possible array out of bounds issue.isakov-sl2014-07-231-1/+1
* Refine code to follow good coding style.Eric Dong2014-07-073-4/+9
* Refine the save action for the BdsDxe.Eric Dong2014-07-046-264/+146
* Refine code to make it more safely.Eric Dong2014-06-252-7/+5
* Add DEBUG message for all fields in AcpiS3Context.Gao, Liming2014-06-241-1/+3
* Fix GCC build fail.Eric Dong2014-06-192-2/+2
* Support RouteConfig function for BdsDxe driver.Eric Dong2014-06-1811-508/+1564
* MdeModulePkg/IntelFrameworkModulePkg ACPI: Follow the new UEFI 2.4a spec to r...Star Zeng2014-05-061-20/+22
* Update code logic to let BDS UI can shows more than one formsets in one HiiHa...Eric Dong2014-04-231-8/+117
* Add check to avoid null pointer deference.Ruiyu Ni2014-03-281-3/+2
* Remove RT attribute for variable LegacyDevOrderRuiyu Ni2014-03-261-1/+1
* MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng2014-03-251-2/+2
* Report the setting variable failure to platform through the status code when ...Ruiyu Ni2014-03-2510-127/+321
* IntelFrameworkModulePkg AcpiS3SaveDxe: Remove ASSERT, add lock and remove RT ...Star Zeng2014-03-182-6/+63
* Fix CRLF formatTian, Hot2014-01-224-0/+0
* Return to BMM page if parse the file info failed.Eric Dong2014-01-092-5/+16
* Rollback the patch 15054.Eric Dong2014-01-081-2/+5
* Not update the status until parse the file info success.Eric Dong2014-01-071-5/+2
* Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the c...Ruiyu Ni2013-12-182-86/+13
* Enable UEFI firmware to support FMP capsule format.czhang462013-10-154-8/+34
* Move update legacy order logic from CHANGING to CHANGED.Eric Dong2013-10-141-122/+122
* Correct a typo: Change the type of the 4th parameter of EFI_DRIVER_HEALTH_PRO...Ruiyu Ni2013-10-142-23/+27
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-163-29/+27
* Move the memory allocation and variable set to BdsEntry, use VariableLock pro...lzeng142013-05-232-1/+53
* Add EDKII_VARIABLE_LOCK_PROTOCOL and the implementation in MdeModulePkg varia...niruiyu2013-05-173-8/+35
* Remove the blank line between InitializeLangVariable() and it's function header.lzeng142013-04-231-1/+0
* Fix GCC build failure caused by R14307.lzeng142013-04-231-1/+1
* Enhance InitializeLanguage() to set PcdUefiVariableDefaultPlatformLang to Pla...lzeng142013-04-221-72/+134
* Get the language string before use it to avoid reuse freed buffer.ydong102013-04-031-4/+7
* Follow UEFI spec, set TimeOut and HwErrRecSupport variable by EFI variable se...lzeng142013-03-053-9/+43
* Get support languages from "PlatformLangCodes" instead of front page string p...ydong102013-01-302-81/+76
* Fix ICC11(VS2005) build failure.lzeng142013-01-172-6/+6
* Follow UEFI spec, clean the CRC32 field before calculate CRC for system table.ydong102013-01-151-1/+2
* ACPI4.0/5.0 have clear description:jyao12012-11-302-34/+166
* Just reserve memory space for page table, but not create it, and allocate the...lzeng142012-11-193-188/+24
* Build the registered guid HOB and SystemTable to record the GUID itself in Pe...lzeng142012-11-082-6/+54
* Add missing status code in several modules.li-elvin2012-10-301-0/+8
* Add assertion to make sure the pointer is not NULL.niruiyu2012-10-231-0/+3
* Fix a bug that causes GCC build failure.niruiyu2012-10-191-1/+1
* Fix a bug that incorrectly uses && instead of !! in IsKeyOptionVariable().niruiyu2012-10-181-1/+1
* Remove the KeyOrder variable dependency from BDSniruiyu2012-10-183-302/+122
* Add missing braces around initializer.lzeng142012-10-112-8/+12
* Fix some corner case for LazyConIn featureczhang462012-10-103-1/+55
* Remove local function IsValidDevicePath and use new interface provided by Uef...niruiyu2012-09-261-51/+1