summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/PCD/Pei/Service.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-210/+210
* MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-2/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg PCD: Add DynamicEx PcdVpdBaseAddress64 for non SPI platformLiming Gao2018-11-271-1/+14
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-41/+41
* MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao2017-12-251-136/+1
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng2016-09-201-2/+2
* MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin2015-07-011-3/+5
* MdeModulePkg Pcd: Check the input SkuId in SetSku()Star Zeng2015-04-141-1/+8
* MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng2014-03-211-11/+29
* MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2013-12-021-1/+1
* MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2013-11-211-0/+1
* MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng2013-11-201-4/+0
* MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng2013-11-201-22/+284
* MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2013-11-181-55/+138
* Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42012-03-061-6/+6
* Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao42011-12-151-0/+1
* Correctly use GetPtrTypeSize() to get MaxSize. lgao42011-11-281-1/+1
* Fix PcdSetPtr() service to use the max buffer size to check whether new buffe...lgao42011-11-281-3/+7
* Update the copyright notice formathhtian2010-04-241-2/+2
* 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22010-03-181-3/+10
* Support HII VOID* dynamic/dynamicEx type PCD.klu22010-02-111-1/+7
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-1/+1
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-291-6/+6
* According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22010-01-141-3/+4
* According to PI specification, if token number can not be found for dynamic-e...klu22009-12-031-6/+10
* Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu22009-05-311-1/+1
* Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu22009-05-271-2/+2
* Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42009-02-251-8/+3
* Use gEfiCallerIdGuid as the private guid for PcdPeim module.lgao42009-02-241-3/+3
* Add INF extension Informationlgao42009-01-091-3/+2
* Code clean for Ftw driver, remove the obsolete logic for boot block. Correct ...lgao42008-12-241-1/+2
* Code Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver.lgao42008-12-111-4/+1
* Code scrub for PCD PEIM. klu22008-07-141-45/+141
* Updated modules to not depend on the IntelFrameworkPkg.AJFISH2007-07-091-11/+7
* Import PCD dxe and PCD pei modules.vanjeff2007-07-031-0/+733