summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/PCD
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng2016-09-206-9/+9
* MdeModulePkg PCD: Avoid DynamicHii PCD set to override other valuesStar Zeng2016-06-201-5/+89
* MdeModulePkg PCD: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng2016-05-232-5/+5
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-154-0/+0
* MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin2015-07-012-6/+10
* MdeModulePkg PcdDxe: TokenNumber should start from 1.Star Zeng2015-06-111-1/+1
* MdeModulePkg: PCD/Pei: eliminate unused but set variableLaszlo Ersek2015-04-151-3/+2
* MdeModulePkg Pcd: Check the input SkuId in SetSku()Star Zeng2015-04-144-29/+68
* MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file.Star Zeng2015-04-105-27/+148
* Fix an issue in the PCD service to prevent potential out of bound array access Samer El-Haj-Mahmoud2014-11-261-2/+3
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-032-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-284-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-4/+10
* MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng2014-03-212-23/+49
* MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present.Star Zeng2013-12-292-17/+24
* MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when...Star Zeng2013-12-061-1/+7
* MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2013-12-022-2/+2
* MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2013-11-212-0/+2
* MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h.Gary Ching-Pang Lin2013-11-201-1/+0
* MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng2013-11-206-19/+6
* MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng2013-11-208-66/+995
* MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2013-11-191-0/+1
* MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2013-11-188-439/+656
* 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