summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg BdsDxe: Use definition in IndustryStandard/Smbios.hStar Zeng2016-07-291-5/+5
* IntelFrameworkModulePkg: Fix typos in commentsGiri P Mudusuru2016-07-112-6/+6
* IntelFrameworkModulePkg StatusCode RuntimeDxe: Remove duplicated structure.Liming Gao2016-06-301-9/+0
* IntelFrameworkModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-4/+6
* IntelFrameworkModulePkg: Correct the usage of gPerformanceProtocolGuid in infStar Zeng2016-06-121-0/+1
* IntelFrameworkModulePkg AcpiS3SaveDxe: Remove S3Ready() functional codeStar Zeng2016-04-073-460/+6
* IntelFrameworkModulePkg AcpiS3SaveDxe: Consume PcdAcpiS3Enable to control the...Star Zeng2016-04-072-3/+8
* IntelFrameworkModulePkg/Bds: Correct the total RAM calculationJeremy Linton2016-04-051-22/+22
* 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