summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PCD
AgeCommit message (Expand)Author
2014-11-26Fix an issue in the PCD service to prevent potential out of bound array access Samer El-Haj-Mahmoud
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star
2014-03-21MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng
2013-12-29MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present.Star Zeng
2013-12-06MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when...Star Zeng
2013-12-02MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng
2013-11-21MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng
2013-11-20MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h.Gary Ching-Pang Lin
2013-11-20MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng
2013-11-19MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng
2013-02-27Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i...lgao4
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao4
2012-02-15Enable PCD version check on PCD driver and PCD database.lgao4
2011-12-15Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao4
2011-11-28Correctly use GetPtrTypeSize() to get MaxSize. lgao4
2011-11-28Fix PcdSetPtr() service to use the max buffer size to check whether new buffe...lgao4
2011-03-14Enhance inf and dec file to follow specs.ydong10
2010-04-24Update the copyright notice formathhtian
2010-03-181, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu2
2010-03-04Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow...niruiyu
2010-02-25Cleanup: Remove PcdDxePcdDatabaseTraverseEnabledjljusten
2010-02-241. Correct File header to ## @filelgao4
2010-02-22TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu
2010-02-11Support HII VOID* dynamic/dynamicEx type PCD.klu2
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney
2010-02-11Coding style fix and minor improvements.rsun3
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney
2010-01-14According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu2
2009-12-03According to PI specification, if token number can not be found for dynamic-e...klu2
2009-11-24Refine comments for PCD PEIM/driver.klu2
2009-11-24Clean up code.klu2
2009-11-231, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu2
2009-11-10Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu2
2009-08-17Update PCD driver to correctly set the HII type PCDs.lgao4
2009-06-04The StringIndex should be casted to UINT16* but not UINT8*.klu2
2009-05-31Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu2
2009-05-27Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu2
2009-05-06Synchronize PCD_Infrastructure 0.55 with source code.klu2
2009-04-011, Move introduction from header file to INF file header; 2, Refine dynamic P...klu2
2009-03-29Refine commentsklu2
2009-03-29Add introduction of PCD database in PCD Database.klu2
2009-03-29Add introduction of PCD database in PCD PEIM.klu2
2009-03-10Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao4
2009-02-26If variable does not exist for a HII PCD, a new NV variable need to be created.klu2
2009-02-25Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the res...qhuang8