summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/PcdLib.h
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg: Clean up source filesLiming Gao2018-06-281-201/+201
* MdePkg: Correct comments of macros FixedPcdGetX/PatchPcdXXX in PcdLib.hStar Zeng2017-01-181-22/+22
* MdePkg: Follow PI1.4a to fix artificial limitation of SkuId rangeStar Zeng2016-05-231-6/+1
* MdePkg: Add two PcdApi for Patch VOID* PCD set operation.Liming Gao2015-08-241-6/+77
* MdePkg: Add four PcdGetSize() API in PcdLibLiming Gao2015-08-241-1/+57
* MdePkg: Add a set of PcdSetXXS APIs into PcdLib and remove the ASSERT in orig...Star Zeng2015-04-101-34/+538
* MdePkg PcdLib: Except for SizeOfBuffer is greater than the maximum size suppo...Star Zeng2014-01-071-19/+49
* MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE...Star Zeng2013-11-201-0/+85
* MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a...Bob C Feng2013-11-181-14/+27
* Update the copyright notice formathhtian2010-04-231-2/+2
* update codes per MdePkg doxgen review comments.vanjeff2009-06-111-1/+1
* Update comment for return description for PcdSetX macros.klu22009-06-051-19/+19
* The return description for LibPcdSetx function is ambiguity. The actual meani...klu22009-06-051-13/+13
* Second set of changes based on a review of the code comments in the Include d...pkandel2009-06-041-22/+22
* Comments checked with specjji42009-02-131-47/+34
* Add CONST modifier for "Buffer" parameter in LibPcdSetPtr()qhuang82008-12-031-1/+1
* 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-32/+771
* Synchronization of MDE Library Spec., Mde.dec, and corresponding head files i...jji42008-11-141-18/+18
* Coding style fix.qwang122008-10-261-1/+1
* synchronize paramter string with comment.klu22008-10-211-15/+15
* Re-defined PCD_INVALID_TOKEN_NUMBER in header files of PCD Ppi&Protocol, sinc...vanjeff2008-10-211-1/+0
* follow up code revieweric_tian2008-09-161-31/+31
* Add PCD_MAX_SKU_ID.klu22008-08-181-0/+1
* Use doxygen comment style for document entity such as struct, enum, variable ...klu22008-08-141-3/+3
* remove blank for function typedef, it will break generating doxygen document.klu22008-07-311-1/+1
* Update function header.klu22008-07-211-66/+68
* Fix typo in comment.klu22008-04-221-13/+15
* Updated headers to follow coding standardAJFISH2007-06-271-3/+0
* Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang12007-06-191-0/+779
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-779/+0
* 1) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang122007-02-121-2/+2
* Fix track EDKT106 & EDKT112: map LibPcdSetPtr function for PatchPcdSetPtr mac...klu22006-08-241-1/+6
* Add [in,out] in the @param for PCD header and c file.qwang122006-07-191-1/+9
* map FeaturePcdGet(TokenName) to _PCD_GET_MODE_BOOL_##TokenName to follow the ...qwang122006-07-171-4/+1
* Added LibPatchPcdSetPtr.qwang122006-07-041-2/+30
* Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpdqwang122006-07-031-11/+12
* 1) Add in support to traverse taken spaceqwang122006-06-231-15/+55
* Enabling use PcdSetXX macro to set value for PATCHABLE_IN_MODULE, DYNAMIC, DY...klu22006-06-231-50/+51
* 1) remove some dead code from WinNtBusDriver.cqwang122006-06-231-1/+1
* In before, FixedPcdGetxx macro was defined as global variable, it is wrong. I...klu22006-06-221-7/+7
* Modify autogen code for DynamicEx type PCD.klu22006-06-201-12/+12
* Change the macro for dynamicEx type PCD and modify autogen tools to auto gene...klu22006-06-171-12/+12
* 1) Sync PcdPpi guid with PCD arch spec.qwang122006-06-101-1/+1
* Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a.qwang122006-06-071-38/+37
* Fix gcc build breaks.bbahnsen2006-05-261-2/+2
* Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde ...qwang122006-05-261-38/+48
* 1) Fix bug reported on the PcdSetEx* Macro.qwang122006-05-241-6/+6
* Initial import.bbahnsen2006-04-211-0/+690