summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PeiPcdLib/PeiPcdLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-152/+114
* MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-3/+3
* MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei2020-10-131-397/+0
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-160/+160
* MdePkg: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng2016-05-231-13/+2
* MdePkg: Add two PcdApi for Patch VOID* PCD set operation.Liming Gao2015-08-241-4/+115
* MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in orig...Star Zeng2015-04-101-68/+399
* MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo...Star Zeng2014-01-071-22/+45
* MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an inv...Star Zeng2013-12-231-1/+4
* MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng2013-11-201-0/+121
* MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2013-11-181-11/+3
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-15/+15
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-16/+16
* Update the copyright notice formathhtian2010-04-231-2/+2
* Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest u...klu22010-03-031-14/+14
* updated definitions of PCD PPI/Protocol per latest UEFI Spec.vanjeff2010-03-011-2/+2
* Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBAC...klu22009-11-241-2/+2
* 1, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type P...klu22009-11-241-20/+44
* Comments synchronized with library classjji42009-02-131-25/+22
* Spec checkedjji42009-02-131-11/+5
* The PCD library function will do ASSERT if CallBackFunction is NULL according...qwang122009-02-011-0/+4
* Update copyright for files modified in this yearqhuang82008-12-291-1/+1
* Synchronize interface function comment from declaration in library class head...klu22008-12-101-114/+172
* Add CONST modifier for "Buffer" parameter in LibPcdSetPtr()qhuang82008-12-031-3/+3
* Synchronize function comment in h filegikidy2008-11-261-2/+3
* synchronize the MdePkg/Include/Library/PcdLib.h and the MDE_Library_Spec.Add ...gikidy2008-11-211-6/+8
* Fix ECC issue.klu22008-10-201-6/+2
* Remove over specific usage for library class klu22008-10-151-1/+0
* follow up code revieweric_tian2008-09-161-29/+31
* refine code.klu22008-08-181-165/+76
* Fix function comment to follows doxygen format.klu22008-07-161-16/+11
* Merge the PI enabling works from the branchqwang122007-09-041-13/+3
* remove some comments introduced by tools.vanjeff2007-07-201-9/+3
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Checked in part of MDE library instances following PI and UEFI. It includes:yshang12007-06-221-2/+13
* Import some Pei and Dxe related instances for MdePkg.vanjeff2007-06-221-0/+1079
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-1074/+0
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-0/+1
* Add [in,out] in the @param for PCD header and c file.qwang122006-07-191-2/+2
* Add missing ASSERT()s in PeiPcdLibqhuang82006-07-141-10/+21
* Add in support for MaxSize and CurrentSize for PCD entry.qwang122006-07-061-17/+6
* Added LibPatchPcdSetPtr.qwang122006-07-041-0/+49
* Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpdqwang122006-07-031-2/+6
* 1) correct the assert condition for LibPcdSetPtr and LibPcdSetExPtrqwang122006-06-261-2/+8
* 1) Add in support to traverse taken spaceqwang122006-06-231-20/+88
* Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a.qwang122006-06-071-33/+33
* Make sure the PCD dxe service driver can handle the case where no PEIM is usi...qwang122006-06-021-1/+1
* Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde ...qwang122006-05-261-50/+45
* Initial import.bbahnsen2006-04-211-0/+951