summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/PCD/Dxe
AgeCommit message (Expand)AuthorFilesLines
2010-02-11Support HII VOID* dynamic/dynamicEx type PCD.klu21-28/+59
2010-02-11Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney1-28/+22
2010-02-11Coding style fix and minor improvements.rsun32-3/+3
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2-4/+4
2010-01-14According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22-4/+6
2009-11-24Refine comments for PCD PEIM/driver.klu21-0/+11
2009-11-24Clean up code.klu21-19/+14
2009-11-231, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu21-20/+22
2009-11-10Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu23-2/+37
2009-08-17Update PCD driver to correctly set the HII type PCDs.lgao41-6/+10
2009-06-04The StringIndex should be casted to UINT16* but not UINT8*.klu21-1/+1
2009-05-31Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu21-1/+1
2009-05-27Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu21-9/+9
2009-05-06Synchronize PCD_Infrastructure 0.55 with source code.klu22-24/+44
2009-04-011, Move introduction from header file to INF file header; 2, Refine dynamic P...klu22-262/+262
2009-03-29Add introduction of PCD database in PCD Database.klu21-296/+262
2009-02-26If variable does not exist for a HII PCD, a new NV variable need to be created.klu21-5/+32
2009-02-25Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the res...qhuang81-1/+1
2009-02-25Fix GCC building broken, GCC does not allow \ character at end of line in co...klu21-4/+4
2009-02-25Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42-15/+1
2009-02-25Merge GetSizeTableIndexA to GetSizeTableIndex function because it only be inv...klu21-44/+18
2009-02-25Add sample for auto-generated PCDklu21-0/+297
2009-02-17update code to pass K8.hchen301-8/+23
2009-02-17Fix EBC build broken.klu21-4/+4
2009-02-17Fix EBC build broken.klu21-8/+8
2009-02-131.enhanced security check.vanjeff1-3/+3
2009-02-13enhanced security check.vanjeff1-6/+6
2009-02-13Fix security check.lgao41-6/+6
2009-02-11Include the missing Guid header file to refer the global Guidlgao41-2/+1
2009-02-10Correct typo in comments, clean IfrSupportLib.hlgao44-26/+5
2009-02-03Fix typo in meta data.klu21-2/+2
2009-02-01Update the protocol function to return EFI_INVALID_PARAMETER if CallBackFunc...qwang121-3/+6
2008-12-31Fix some typo.gikidy2-9/+10
2008-12-17Update module description for PCD Dxe driver.klu21-2/+3
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney1-1/+1
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-11-27Fix ECC issue for PCD Dxe and Peimklu22-4/+0
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+2
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff1-94/+47
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-99/+0
2008-07-10Add function header and pass ECC toolsklu23-97/+1404
2007-08-30Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec...qhuang81-4/+4
2007-08-30Added missing dependent packagejwang361-0/+1
2007-07-20remove some comments introduced by tools.vanjeff1-6/+0
2007-07-171. Fixed tools_def.template to meet ICC build for IA32vanjeff1-14/+14
2007-07-16Modules cleanup.vanjeff1-26/+0
2007-07-10Removed CommonHeader.h from MdePkg & MdeModulePkgAJFISH5-113/+12
2007-07-10Enable dynamic PCD for windowBusDriverklu21-2/+1
2007-07-06Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid.klu21-2/+2
2007-07-03Enabled PCD DXE/PEI modules build in MdeModulePkgjwang362-2/+2