summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-1534-0/+0
* IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet##Eric Dong2015-10-153-10/+21
* IntelFrameworkModulePkg: Replace deprecated function.Eric Dong2015-08-271-2/+2
* IntelFrameworkModulePkg AcpiS3SaveDxe: Reduce reserved memory consumptionStar Zeng2015-07-272-74/+124
* IntelFrameworkModulePkg DeviceMngr: Potential read over memory boundaryHao Wu2015-07-131-1/+2
* IntelFrameworkModulePkg BootMngr: Fix potential read over memory boundaryHao Wu2015-07-131-1/+2
* IntelFrameworkModulePkg BootMaint: Fix potential read over memory boundaryHao Wu2015-07-131-1/+2
* IntelFrameworkModulePkg BdsDxe: Fix ASSERT in BdsMemoryTestHao Wu2015-07-131-2/+12
* IntelFrameworkModulePkg: Fix a memory leak bug in BdsDxe driver.Ruiyu Ni2015-07-101-1/+2
* IntelFrameworkModulePkg: Remove gZeroGuid definition in DataHubDxeHao Wu2015-07-073-5/+10
* Revert tree to r17801Jordan Justen2015-07-022-52/+0
* IntelFrameworkModulePkg: AcpiS3SaveDxe: call S3Ready() at End-of-DxeLaszlo Ersek2015-07-022-0/+47
* IntelFrameworkModulePkg: AcpiS3SaveDxe: prepare for End-of-Dxe callbackLaszlo Ersek2015-07-021-0/+5
* IntelFrameworkModulePkg UpdateDriverDxe: Use safe string functionsHao Wu2015-06-301-4/+3
* IntelFrameworkModulePkg DeviceMngr: Use safe string functionsHao Wu2015-06-301-13/+12
* IntelFrameworkModulePkg BootMngr: Use safe string functionsHao Wu2015-06-301-6/+5
* IntelFrameworkModulePkg BootMaint: Use safe string functionsHao Wu2015-06-304-26/+35
* IntelFrameworkModulePkg BdsDxe: Use safe string functionsHao Wu2015-06-302-7/+7
* EDKII:Display engine should not depend on the framework codeDandan Bi2015-06-091-3/+1
* IntelFrameworkModulePkg: Rollback this change because display engine use clas...Eric Dong2015-05-251-0/+2
* Remove Framework HII "class\subclass" in all VFRDandan Bi2015-05-215-10/+0
* IntelFrameworkModulePkg: Change BdsDxe to use new PCDs defined in MdePkg and ...Ruiyu Ni2015-05-061-7/+7
* IntelFrameworkModulePkg: Fix typo.Shumin Qiu2015-03-132-19/+19
* Remove invalid value sync action when changing value. Else later save change ...Eric Dong2015-02-121-7/+1
* Try to read key strike even when the TimeOuts value is zero, this will avoid ...Eric Dong2014-11-061-49/+47
* MdeModulePkg/IntelFrameworkModulePkg FwVol:Star Zeng2014-10-292-11/+22
* Clean up the code. Action statement should not have text two opcode.Eric Dong2014-10-213-6/+0
* Removes dependencies on SMBIOS in the IntelFrameworkModulePkg’s BDS.Olivier Martin2014-10-111-57/+57
* Removes some unused assigned variables. Some compiler (GCC in this case) rais...Olivier Martin2014-09-291-5/+0
* Correct the convert hex string to decimal value logic.Eric Dong2014-09-221-2/+2
* Refine the code, remove the useless code.Eric Dong2014-09-161-7/+3
* IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-0315-0/+0
* Add the missing GUID in BdsDxe.infGao, Liming2014-08-281-0/+1
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2830-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2814-161/+225
* 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