summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/PcdLib.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdePkg: Apply uncrustify changesMichael Kubacki1-192/+134
2021-12-07MdePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-4/+4
2020-10-13MdePkg: Remove code wrapped by DISABLE_NEW_DEPRECATED_INTERFACESZhang, Shenglei1-520/+0
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdePkg: Clean up source filesLiming Gao1-201/+201
2017-01-18MdePkg: Correct comments of macros FixedPcdGetX/PatchPcdXXX in PcdLib.hStar Zeng1-22/+22
2016-05-23MdePkg: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng1-6/+1
2015-08-24MdePkg: Add two PcdApi for Patch VOID* PCD set operation.Liming Gao1-6/+77
2015-08-24MdePkg: Add four PcdGetSize() API in PcdLibLiming Gao1-1/+57
2015-04-10MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in orig...Star Zeng1-34/+538
2014-01-07MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo...Star Zeng1-19/+49
2013-11-20MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng1-0/+85
2013-11-18MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng1-14/+27
2010-04-23Update the copyright notice formathhtian1-2/+2
2009-06-11update codes per MdePkg doxgen review comments.vanjeff1-1/+1
2009-06-05Update comment for return description for PcdSetX macros.klu21-19/+19
2009-06-05The return description for LibPcdSetx function is ambiguity. The actual meani...klu21-13/+13
2009-06-04Second set of changes based on a review of the code comments in the Include d...pkandel1-22/+22
2009-02-13Comments checked with specjji41-47/+34
2008-12-03Add CONST modifier for "Buffer" parameter in LibPcdSetPtr()qhuang81-1/+1
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-32/+771
2008-11-14Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i...jji41-18/+18
2008-10-26Coding style fix.qwang121-1/+1
2008-10-21synchronize paramter string with comment.klu21-15/+15
2008-10-21Re-defined PCD_INVALID_TOKEN_NUMBER in header files of PCD Ppi&Protocol, sinc...vanjeff1-1/+0
2008-09-16follow up code revieweric_tian1-31/+31
2008-08-18Add PCD_MAX_SKU_ID.klu21-0/+1
2008-08-14Use doxygen comment style for document entity such as struct, enum, variable ...klu21-3/+3
2008-07-31remove blank for function typedef, it will break generating doxygen document.klu21-1/+1
2008-07-21Update function header.klu21-66/+68
2008-04-22Fix typo in comment.klu21-13/+15
2007-06-27Updated headers to follow coding standardAJFISH1-3/+0
2007-06-19Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang11-0/+779
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-779/+0
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang121-2/+2
2006-08-24Fix track EDKT106 & EDKT112: map LibPcdSetPtr function for PatchPcdSetPtr mac...klu21-1/+6
2006-07-19Add [in,out] in the @param for PCD header and c file.qwang121-1/+9
2006-07-17map FeaturePcdGet(TokenName) to _PCD_GET_MODE_BOOL_##TokenName to follow the ...qwang121-4/+1
2006-07-04Added LibPatchPcdSetPtr.qwang121-2/+30
2006-07-03Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpdqwang121-11/+12
2006-06-231) Add in support to traverse taken spaceqwang121-15/+55
2006-06-23Enabling use PcdSetXX macro to set value for PATCHABLE_IN_MODULE, DYNAMIC, DY...klu21-50/+51
2006-06-231) remove some dead code from WinNtBusDriver.cqwang121-1/+1
2006-06-22In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu21-7/+7
2006-06-20Modify autogen code for DynamicEx type PCD.klu21-12/+12
2006-06-17Change the macro for dynamicEx type PCD and modify autogen tools to auto gene...klu21-12/+12
2006-06-101) Sync PcdPpi guid with PCD arch spec.qwang121-1/+1
2006-06-07Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a.qwang121-38/+37
2006-05-26Fix gcc build breaks.bbahnsen1-2/+2