summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PCD
AgeCommit message (Expand)AuthorFilesLines
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42-12/+12
2012-02-15Enable PCD version check on PCD driver and PCD database.lgao42-8/+20
2011-12-15Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao42-0/+2
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...lgao42-5/+13
2011-03-14Enhance inf and dec file to follow specs.ydong101-2/+2
2010-04-24Update the copyright notice formathhtian8-16/+16
2010-03-181, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22-5/+18
2010-03-04Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow...niruiyu1-1/+1
2010-02-25Cleanup: Remove PcdDxePcdDatabaseTraverseEnabledjljusten1-4/+0
2010-02-241. Correct File header to ## @filelgao42-4/+4
2010-02-22TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu1-1/+1
2010-02-11Support HII VOID* dynamic/dynamicEx type PCD.klu22-29/+66
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-28/+22
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-1/+1
2010-02-11Coding style fix and minor improvements.rsun32-3/+3
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney4-13/+13
2010-01-14According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu24-8/+12
2009-12-03According to PI specification, if token number can not be found for dynamic-e...klu21-6/+10
2009-11-24Refine comments for PCD PEIM/driver.klu22-0/+19
2009-11-24Clean up code.klu22-46/+35
2009-11-231, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu22-22/+47
2009-11-10Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu26-6/+71
2009-08-17Update PCD driver to correctly set the HII type PCDs.lgao41-6/+10
2009-06-04The StringIndex should be casted to UINT16* but not UINT8*.klu21-1/+1
2009-05-31Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu22-2/+2
2009-05-27Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu22-11/+11
2009-05-06Synchronize PCD_Infrastructure 0.55 with source code.klu24-50/+88
2009-04-011, Move introduction from header file to INF file header; 2, Refine dynamic P...klu24-522/+524
2009-03-29Refine commentsklu21-24/+37
2009-03-29Add introduction of PCD database in PCD Database.klu21-296/+262
2009-03-29Add introduction of PCD database in PCD PEIM.klu21-1/+249
2009-03-10Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao41-2/+2
2009-02-26If variable does not exist for a HII PCD, a new NV variable need to be created.klu21-5/+32
2009-02-25Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the res...qhuang81-1/+1
2009-02-25Fix GCC building broken, GCC does not allow \ character at end of line in co...klu21-4/+4
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao45-46/+10
2009-02-25Merge GetSizeTableIndexA to GetSizeTableIndex function because it only be inv...klu21-44/+18
2009-02-25Add sample for auto-generated PCDklu21-0/+297
2009-02-24Use gEfiCallerIdGuid as the private guid for PcdPeim module.lgao43-5/+3
2009-02-23Move MdeModuleHii.h into Include\Guid directorylgao41-2/+2
2009-02-17update code to pass K8.hchen301-8/+23
2009-02-17Fix EBC build broken.klu21-4/+4
2009-02-17Fix EBC build broken.klu21-8/+8
2009-02-131.enhanced security check.vanjeff1-3/+3
2009-02-13enhanced security check.vanjeff1-6/+6
2009-02-13Fix security check.lgao41-6/+6
2009-02-11Include the missing Guid header file to refer the global Guidlgao42-6/+3
2009-02-10Correct typo in comments, clean IfrSupportLib.hlgao45-30/+9
2009-02-03Fix typo in meta data.klu21-2/+2