summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PCD/Dxe/Pcd.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-172/+185
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-5/+3
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-11-27MdeModulePkg PCD: Add DynamicEx PcdVpdBaseAddress64 for non SPI platformLiming Gao1-0/+16
2018-10-15MdeModulePkg PcdDxe: ASSERT PcdSetNvStoreDefaultId setStar Zeng1-0/+5
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-191/+191
2018-02-27MdeModulePkg PCD: Add more debug message to show SkuId updateLiming Gao1-1/+5
2017-12-25MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao1-6/+10
2017-05-19MdeModulePkg PCD: Fix TmpTokenSpaceBufferCount not assigned correctlyStar Zeng1-0/+1
2017-03-16MdeModulePkg PCD: Allow SkuId to be changed only onceStar Zeng1-4/+23
2016-09-20MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng1-1/+1
2016-05-23MdeModulePkg PCD: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng1-3/+3
2015-04-14MdeModulePkg Pcd: Check the input SkuId in SetSku()Star Zeng1-16/+25
2015-04-10MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file.Star Zeng1-2/+15
2013-12-29MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present.Star Zeng1-2/+2
2013-11-20MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G...Star Zeng1-4/+4
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng1-1/+99
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng1-70/+88
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-04Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow...niruiyu1-1/+1
2010-02-22TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu1-1/+1
2010-02-11Coding style fix and minor improvements.rsun31-2/+2
2009-11-24Clean up code.klu21-19/+14
2009-11-231, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu21-20/+22
2009-11-10Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu21-1/+34
2009-05-06Synchronize PCD_Infrastructure 0.55 with source code.klu21-12/+22
2009-02-25Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the res...qhuang81-1/+1
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao41-12/+1
2009-02-10Correct typo in comments, clean IfrSupportLib.hlgao41-3/+0
2009-02-01Update the protocol function to return EFI_INVALID_PARAMETER if CallBackFunc...qwang121-3/+6
2008-11-27Fix ECC issue for PCD Dxe and Peimklu21-2/+0
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+2
2008-07-10Add function header and pass ECC toolsklu21-16/+454
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH1-5/+0
2007-07-03Import PCD dxe and PCD pei modules.vanjeff1-0/+737