summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxePcdLib/DxePcdLib.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-24MdePkg: Add two PcdApi for Patch VOID* PCD set operation.Liming Gao1-4/+115
2015-04-10MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in orig...Star Zeng1-61/+399
2014-01-07MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo...Star Zeng1-18/+41
2013-12-23MdePkg PcdLib: Follow the comment of LibPcdGetNextToken to ASSERT when an inv...Star Zeng1-1/+4
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng1-2/+122
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng1-9/+3
2010-12-18Remove CONSTRUCTOR from DxePcdLib aligning the DxePcdLib design with the PeiP...mdkinney1-90/+70
2010-06-30Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-11/+11
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-16/+16
2010-04-23Update the copyright notice formathhtian1-2/+2
2010-03-03Removing "Ex" in PI PCD_PPI/PROTOCOL's interface according to PI 1.2 latest u...klu21-14/+14
2009-11-24Fix a typo bug that miss & klu21-1/+1
2009-11-24Explicitly cast PCD_CALLBACK to EFI_PCD_PPI_CALLBACK/EFI_PCD_PROTOCOL_CALLBAC...klu21-2/+2
2009-11-241, PeiPcdLib use EFI_PEI_PCD_PPI defined in PI 1.2 to handle dynamicEx type P...klu21-24/+47
2009-02-13Comments synchronized with library classjji41-36/+27
2008-12-29Update copyright for files modified in this yearqhuang81-1/+1
2008-12-10Synchronize interface function comment from declaration in library class head...klu21-102/+163
2008-12-03Add CONST modifier for "Buffer" parameter in LibPcdSetPtr()qhuang81-3/+3
2008-11-26Synchronize function comment in h filegikidy1-1/+1
2008-11-21synchronize the MdePkg/Include/Library/PcdLib.h and the MDE_Library_Spec.Add ...gikidy1-6/+8
2008-11-13Update minor comments for Smbus, PcdLib, PeiServicesLib library instance. And...lgao41-2/+2
2008-10-22Add description for NULL return value.klu21-1/+2
2008-10-20Fix ECC issue.klu21-5/+0
2008-10-15Minor update for PlatOverMngr driver, VariableFormat.h and DxePcdLib.c.lgao41-1/+1
2008-09-16follow up code revieweric_tian1-29/+31
2008-08-18Add Pcd Protocol in [Depex] section and add back the constructor since PCD pr...qhuang81-54/+50
2008-08-18Refine the code.klu21-28/+41
2008-07-25Code Scrub for MdePkg.yshang11-1/+0
2008-07-16Fix function comment to follows doxygen format.klu21-1/+1
2008-04-22Fix typo in comment.klu21-12/+12
2007-12-11Update PcdLib instances:qhuang81-45/+55
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH1-2/+0
2007-07-06Enable Intel IPF compilation for MdePkg.qwang121-0/+2
2007-06-22Checked in part of MDE library instances following PI and UEFI. It includes:yshang11-2/+13
2007-06-22Import some Pei and Dxe related instances for MdePkg.vanjeff1-0/+969
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-964/+0
2006-07-19Add [in,out] in the @param for PCD header and c file.qwang121-2/+2
2006-07-06Add in support for MaxSize and CurrentSize for PCD entry.qwang121-17/+7
2006-07-04Added LibPatchPcdSetPtr.qwang121-0/+49
2006-07-03Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpdqwang121-2/+9
2006-06-261) correct the assert condition for LibPcdSetPtr and LibPcdSetExPtrqwang121-4/+7
2006-06-26• BaseMemoryLib:qhuang81-1/+1
2006-06-231) Add in support to traverse taken spaceqwang121-19/+83
2006-06-07Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a.qwang121-33/+33
2006-06-02Make sure the PCD dxe service driver can handle the case where no PEIM is usi...qwang121-1/+1
2006-05-26Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde ...qwang121-48/+47
2006-04-21Initial import.bbahnsen1-0/+852