summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/PCD
Commit message (Expand)AuthorAgeFilesLines
* Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i...lgao42013-02-271-11/+17
* Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42012-03-062-12/+12
* Enable PCD version check on PCD driver and PCD database.lgao42012-02-152-8/+20
* Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao42011-12-152-0/+2
* 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-282-5/+13
* Enhance inf and dec file to follow specs.ydong102011-03-141-2/+2
* Update the copyright notice formathhtian2010-04-248-16/+16
* 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22010-03-182-5/+18
* Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow...niruiyu2010-03-041-1/+1
* Cleanup: Remove PcdDxePcdDatabaseTraverseEnabledjljusten2010-02-251-4/+0
* 1. Correct File header to ## @filelgao42010-02-242-4/+4
* TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu2010-02-221-1/+1
* Support HII VOID* dynamic/dynamicEx type PCD.klu22010-02-112-29/+66
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-28/+22
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-1/+1
* Coding style fix and minor improvements.rsun32010-02-112-3/+3
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-294-13/+13
* According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22010-01-144-8/+12
* According to PI specification, if token number can not be found for dynamic-e...klu22009-12-031-6/+10
* Refine comments for PCD PEIM/driver.klu22009-11-242-0/+19
* Clean up code.klu22009-11-242-46/+35
* 1, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu22009-11-232-22/+47
* Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu22009-11-106-6/+71
* Update PCD driver to correctly set the HII type PCDs.lgao42009-08-171-6/+10
* The StringIndex should be casted to UINT16* but not UINT8*.klu22009-06-041-1/+1
* Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu22009-05-312-2/+2
* Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu22009-05-272-11/+11
* Synchronize PCD_Infrastructure 0.55 with source code.klu22009-05-064-50/+88
* 1, Move introduction from header file to INF file header; 2, Refine dynamic P...klu22009-04-014-522/+524
* Refine commentsklu22009-03-291-24/+37
* Add introduction of PCD database in PCD Database.klu22009-03-291-296/+262
* Add introduction of PCD database in PCD PEIM.klu22009-03-291-1/+249
* Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao42009-03-101-2/+2
* If variable does not exist for a HII PCD, a new NV variable need to be created.klu22009-02-261-5/+32
* Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the res...qhuang82009-02-251-1/+1
* Fix GCC building broken, GCC does not allow \ character at end of line in co...klu22009-02-251-4/+4
* Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42009-02-255-46/+10
* Merge GetSizeTableIndexA to GetSizeTableIndex function because it only be inv...klu22009-02-251-44/+18
* Add sample for auto-generated PCDklu22009-02-251-0/+297
* Use gEfiCallerIdGuid as the private guid for PcdPeim module.lgao42009-02-243-5/+3
* Move MdeModuleHii.h into Include\Guid directorylgao42009-02-231-2/+2
* update code to pass K8.hchen302009-02-171-8/+23
* Fix EBC build broken.klu22009-02-171-4/+4
* Fix EBC build broken.klu22009-02-171-8/+8
* 1.enhanced security check.vanjeff2009-02-131-3/+3
* enhanced security check.vanjeff2009-02-131-6/+6
* Fix security check.lgao42009-02-131-6/+6
* Include the missing Guid header file to refer the global Guidlgao42009-02-112-6/+3
* Correct typo in comments, clean IfrSupportLib.hlgao42009-02-105-30/+9