summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PCD/Pei
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki3-566/+580
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney3-11/+10
2021-08-13MdeModulePkg PCD: Reinstall PCD service PPIS when memory availableedk2-stable202108-rc1Yeh, GregX1-1/+70
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-39/+6
2018-11-27MdeModulePkg PCD: Add DynamicEx PcdVpdBaseAddress64 for non SPI platformLiming Gao2-2/+16
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao6-559/+559
2018-03-13MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLEDGao, Liming2-4/+2
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 Gao4-216/+187
2017-12-25MdeModulePkg PCD: Enable Firmware to retrieve the default settingLiming Gao3-1/+111
2017-04-06MdeModulePkg: Remove unsupported PcdExpression usage in module INFLiming Gao1-2/+2
2017-03-16MdeModulePkg PCD: Allow SkuId to be changed only onceStar Zeng1-4/+24
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2016-11-03MdeModulePkg/PCD: Fix PcdGetNextToken may get a wrong PCD tokenCinnamon Shia1-8/+13
2016-09-20MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng3-5/+5
2016-05-23MdeModulePkg PCD: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng1-2/+2
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-07-01MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin1-3/+5
2015-04-15MdeModulePkg: PCD/Pei: eliminate unused but set variableLaszlo Ersek1-3/+2
2015-04-14MdeModulePkg Pcd: Check the input SkuId in SetSku()Star Zeng2-12/+29
2015-04-10MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file.Star Zeng1-2/+2
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-2/+5
2014-03-21MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng1-11/+29
2013-12-02MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng1-1/+1
2013-11-21MdeModulePkg Pcd: Refine the code to avoid error report.Star Zeng1-0/+1
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 Zeng3-10/+2
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng4-29/+501
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng4-175/+274
2012-03-06Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao41-6/+6
2012-02-15Enable PCD version check on PCD driver and PCD database.lgao41-7/+6
2011-12-15Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao41-0/+1
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...lgao41-3/+7
2011-03-14Enhance inf and dec file to follow specs.ydong101-2/+2
2010-04-24Update the copyright notice formathhtian4-8/+8
2010-03-181, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu21-3/+10
2010-02-241. Correct File header to ## @filelgao41-2/+2
2010-02-11Support HII VOID* dynamic/dynamicEx type PCD.klu21-1/+7
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-1/+1
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2-9/+9
2010-01-14According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22-4/+6
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.klu21-0/+8
2009-11-24Clean up code.klu21-27/+21
2009-11-231, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu21-2/+25
2009-11-10Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu23-4/+34