summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/PCD/Pei
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-096-39/+6
* MdeModulePkg PCD: Add DynamicEx PcdVpdBaseAddress64 for non SPI platformLiming Gao2018-11-272-2/+16
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-286-559/+559
* MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLEDGao, Liming2018-03-132-4/+2
* MdeModulePkg PCD: Add more debug message to show SkuId updateLiming Gao2018-02-271-1/+5
* MdeModulePkg: Update PCD driver to support the optimized PcdDataBaseLiming Gao2017-12-254-216/+187
* MdeModulePkg PCD: Enable Firmware to retrieve the default settingLiming Gao2017-12-253-1/+111
* MdeModulePkg: Remove unsupported PcdExpression usage in module INFLiming Gao2017-04-061-2/+2
* MdeModulePkg PCD: Allow SkuId to be changed only onceStar Zeng2017-03-161-4/+24
* 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-8/+13
* MdeModulePkg PCD: Update PCD database structure definition to match BaseToolsStar Zeng2016-09-203-5/+5
* MdeModulePkg PCD: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng2016-05-231-2/+2
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg/Universal/PCD: Use safe string functions to refine code.Qiu Shumin2015-07-011-3/+5
* MdeModulePkg: PCD/Pei: eliminate unused but set variableLaszlo Ersek2015-04-151-3/+2
* MdeModulePkg Pcd: Check the input SkuId in SetSku()Star Zeng2015-04-142-12/+29
* MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file.Star Zeng2015-04-101-2/+2
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-2/+5
* MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch.Star Zeng2014-03-211-11/+29
* 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 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-203-10/+2
* MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng2013-11-204-29/+501
* MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2013-11-184-175/+274
* Update string offset and default offset from UINT16 to STRING_HEAD to match t...lgao42012-03-061-6/+6
* Enable PCD version check on PCD driver and PCD database.lgao42012-02-151-7/+6
* Update PcdSetPtr() API to set the output buffer size to the max buffer size w...lgao42011-12-151-0/+1
* 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-281-3/+7
* Enhance inf and dec file to follow specs.ydong102011-03-141-2/+2
* Update the copyright notice formathhtian2010-04-244-8/+8
* 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal...klu22010-03-181-3/+10
* 1. Correct File header to ## @filelgao42010-02-241-2/+2
* Support HII VOID* dynamic/dynamicEx type PCD.klu22010-02-111-1/+7
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-1/+1
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-292-9/+9
* According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22010-01-142-4/+6
* 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-241-0/+8
* Clean up code.klu22009-11-241-27/+21
* 1, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu22009-11-231-2/+25
* Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu22009-11-103-4/+34
* 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-2/+2
* Synchronize PCD_Infrastructure 0.55 with source code.klu22009-05-062-26/+44