summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PCD
AgeCommit message (Expand)AuthorFilesLines
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star4-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-4/+10
2014-03-21MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng2-23/+49
2013-12-29MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present.Star Zeng2-17/+24
2013-12-06MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when...Star Zeng1-1/+7
2013-12-02MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2-2/+2
2013-11-21MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2-0/+2
2013-11-20MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h.Gary Ching-Pang Lin1-1/+0
2013-11-20MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng6-19/+6
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng8-66/+995
2013-11-19MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng1-0/+1
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng8-439/+656
2013-02-27Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i...lgao41-11/+17
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