summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal/PCD/Dxe/Pcd.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Retiring the ANT/JAVA build and removing the older EDK II packages that requi...lhauch1-732/+0
2007-06-25Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff1-1/+1
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli241-7/+17
2007-01-18Updated the copyright year.qwang121-1/+1
2007-01-18Add Lock for cirtical section in PCD database processing routines as PCD data...qwang121-2/+25
2006-08-11Prefixed global variable with "m"ajfish1-2/+2
2006-07-19Add [in,out] in the @param for PCD header and c file.qwang121-2/+2
2006-07-17Add in function description and comments.qwang121-4/+0
2006-07-08Add Feature Flag PcdDxePcdDatabaseTraverseEnabled and PcdPeiPcdDatabaseTrave...qwang121-8/+25
2006-07-06Fixed a bug when input a invalid token number (not ZERO nor a valid token num...qwang121-14/+18
2006-07-06Fix bugs in GetNextTokenSpace and GetNextTokenqwang121-27/+33
2006-07-06Add in support for MaxSize and CurrentSize for PCD entry.qwang121-60/+47
2006-06-231) Add in support to traverse taken spaceqwang121-1/+119
2006-06-231) remove some dead code from WinNtBusDriver.cqwang121-2/+8
2006-06-101) Sync PcdPpi guid with PCD arch spec.qwang121-1/+1
2006-06-07Make sure Pcd service driver can work on 64-bit architecture.qwang121-2/+2
2006-06-07Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a.qwang121-32/+32
2006-05-30Fix gcc build break. The PCD TokenNumber is incremented, not the address of t...bbahnsen1-1/+1
2006-05-29Refine some internal functions of PCD Driver.qwang121-27/+10
2006-05-29Add in GetNextToken and Register Callback Function funtionality for DXE Driver.qwang121-47/+106
2006-05-26Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde ...qwang121-15/+14
2006-05-24Check in the Pcd service Driver/PEIM according to the new way of generating P...qwang121-86/+138
2006-04-21Initial import.bbahnsen1-0/+472