summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/PCD/Dxe/Service.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-1/+1
* MdeModulePkg/PCD: Pcd initialize DXE have assertGua Guo2022-05-091-0/+5
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-459/+476
* MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-4/+3
* MdeModulePkg PCD: Print which PCD was unable to be foundDaniel Schaefer2021-07-211-1/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg PCD: Add DynamicEx PcdVpdBaseAddress64 for non SPI platformLiming Gao2018-11-271-1/+2
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-88/+88
* MdeModulePkg PCD: Fix the issue to set the big SkuIdLiming Gao2018-02-271-1/+1
* MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao2017-12-251-210/+108
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* MdeModulePkg/PCD: Fix PcdGetNextToken may get a wrong PCD tokenCinnamon Shia2016-11-031-1/+2
* MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng2016-09-201-1/+1
* MdeModulePkg PCD: Avoid DynamicHii PCD set to override other valuesStar Zeng2016-06-201-5/+89
* MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin2015-07-011-3/+5
* MdeModulePkg PcdDxe: TokenNumber should start from 1.Star Zeng2015-06-111-1/+1
* MdeModulePkg Pcd: Check the input SkuId in SetSku()Star Zeng2015-04-141-1/+14
* MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file.Star Zeng2015-04-101-20/+106
* Fix an issue in the PCD service to prevent potential out of bound array access Samer El-Haj-Mahmoud2014-11-261-2/+3
* MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng2014-03-211-12/+20
* MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present.Star Zeng2013-12-291-15/+22
* 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-021-1/+1
* MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng2013-11-211-0/+1
* MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng2013-11-201-4/+0
* MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng2013-11-201-35/+313
* 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-181-171/+250
* 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-061-6/+6
* Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao42011-12-151-0/+1
* Fix PcdSetPtr() service to use the max buffer size to check whether new buffe...lgao42011-11-281-2/+6
* Update the copyright notice formathhtian2010-04-241-2/+2
* 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22010-03-181-2/+8
* Support HII VOID* dynamic/dynamicEx type PCD.klu22010-02-111-28/+59
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-28/+22
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-291-1/+1
* According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22010-01-141-3/+4
* 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-311-1/+1
* Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu22009-05-271-9/+9
* If variable does not exist for a HII PCD, a new NV variable need to be created.klu22009-02-261-5/+32
* Merge GetSizeTableIndexA to GetSizeTableIndex function because it only be inv...klu22009-02-251-44/+18
* 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