summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxePcdLib/DxePcdLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei2020-10-131-399/+0
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-149/+149
* MdePkg: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng2016-05-231-12/+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-61/+399
* MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo...Star Zeng2014-01-071-18/+41
* 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-2/+122
* MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2013-11-181-9/+3
* Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney2010-12-181-90/+70
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-11/+11
* 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
* Fix a typo bug that miss & klu22009-11-241-1/+1
* 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-24/+47
* Comments synchronized with library classjji42009-02-131-36/+27
* 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-102/+163
* Add CONST modifier for "Buffer" parameter in LibPcdSetPtr()qhuang82008-12-031-3/+3
* Synchronize function comment in h filegikidy2008-11-261-1/+1
* synchronize the MdePkg/Include/Library/PcdLib.h and the MDE_Library_Spec.Add ...gikidy2008-11-211-6/+8
* Update minor comments for Smbus, PcdLib, PeiServicesLib library instance. And...lgao42008-11-131-2/+2
* Add description for NULL return value.klu22008-10-221-1/+2
* Fix ECC issue.klu22008-10-201-5/+0
* Minor update for PlatOverMngr driver, VariableFormat.h and DxePcdLib.c.lgao42008-10-151-1/+1
* follow up code revieweric_tian2008-09-161-29/+31
* Add Pcd Protocol in [Depex] section and add back the constructor since PCD pr...qhuang82008-08-181-54/+50
* Refine the code.klu22008-08-181-28/+41
* Code Scrub for MdePkg.yshang12008-07-251-1/+0
* Fix function comment to follows doxygen format.klu22008-07-161-1/+1
* Fix typo in comment.klu22008-04-221-12/+12
* Update PcdLib instances:qhuang82007-12-111-45/+55
* remove some comments introduced by tools.vanjeff2007-07-201-9/+3
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Enable Intel IPF compilation for MdePkg.qwang122007-07-061-0/+2
* 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/+969
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-964/+0
* Add [in,out] in the @param for PCD header and c file.qwang122006-07-191-2/+2
* Add in support for MaxSize and CurrentSize for PCD entry.qwang122006-07-061-17/+7
* Added LibPatchPcdSetPtr.qwang122006-07-041-0/+49
* Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpdqwang122006-07-031-2/+9
* 1) correct the assert condition for LibPcdSetPtr and LibPcdSetExPtrqwang122006-06-261-4/+7
* • BaseMemoryLib:qhuang82006-06-261-1/+1
* 1) Add in support to traverse taken spaceqwang122006-06-231-19/+83
* 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