summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PCD/Pei/Service.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-210/+210
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-2/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-11-27MdeModulePkg PCD: Add DynamicEx PcdVpdBaseAddress64 for non SPI platformLiming Gao1-1/+14
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-41/+41
2017-12-25MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao1-136/+1
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2016-09-20MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng1-2/+2
2015-07-01MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin1-3/+5
2015-04-14MdeModulePkg Pcd: Check the input SkuId in SetSku()Star Zeng1-1/+8
2014-03-21MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng1-11/+29
2013-12-02MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng1-1/+1
2013-11-21MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng1-0/+1
2013-11-20MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng1-4/+0
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng1-22/+284
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng1-55/+138
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao41-6/+6
2011-12-15Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao41-0/+1
2011-11-28Correctly use GetPtrTypeSize() to get MaxSize. lgao41-1/+1
2011-11-28Fix PcdSetPtr() service to use the max buffer size to check whether new buffe...lgao41-3/+7
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-181, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu21-3/+10
2010-02-11Support HII VOID* dynamic/dynamicEx type PCD.klu21-1/+7
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-1/+1
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney1-6/+6
2010-01-14According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu21-3/+4
2009-12-03According to PI specification, if token number can not be found for dynamic-e...klu21-6/+10
2009-05-31Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu21-1/+1
2009-05-27Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu21-2/+2
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao41-8/+3
2009-02-24Use gEfiCallerIdGuid as the private guid for PcdPeim module.lgao41-3/+3
2009-01-09Add INF extension Informationlgao41-3/+2
2008-12-24Code clean for Ftw driver, remove the obsolete logic for boot block. Correct ...lgao41-1/+2
2008-12-11Code Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver.lgao41-4/+1
2008-07-14Code scrub for PCD PEIM. klu21-45/+141
2007-07-09Updated modules to not depend on the IntelFrameworkPkg.AJFISH1-11/+7
2007-07-03Import PCD dxe and PCD pei modules.vanjeff1-0/+733