summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal/PCD/Dxe/Service.c
AgeCommit message (Expand)Author
2008-12-31Retiring the ANT/JAVA build and removing the older EDK II packages that requi...lhauch
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli24
2007-01-18Updated the copyright year.qwang12
2007-01-18Add Lock for cirtical section in PCD database processing routines as PCD data...qwang12
2006-12-131) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang12
2006-07-17Add in function description and comments.qwang12
2006-07-08fix a bug in Service.cqwang12
2006-07-08Add Feature Flag PcdDxePcdDatabaseTraverseEnabled and PcdPeiPcdDatabaseTrave...qwang12
2006-07-06Fixed a bug when input a invalid token number (not ZERO nor a valid token num...qwang12
2006-07-06Added type cast (VOID *) to the third parameter of GetHiiVariable, to avoid c...jwang36
2006-07-06Add in support for MaxSize and CurrentSize for PCD entry.qwang12
2006-07-04Added LibPatchPcdSetPtr.qwang12
2006-07-03Add PcdDxe and PcdPEIM to all-arch for EdkModulePkg-All-Archs.fpdqwang12
2006-06-231) Add in support to traverse taken spaceqwang12
2006-06-231) remove some dead code from WinNtBusDriver.cqwang12
2006-06-13Add in HII enable support for PCD.qwang12
2006-06-101) Sync PcdPpi guid with PCD arch spec.qwang12
2006-06-07Make sure Pcd service driver can work on 64-bit architecture.qwang12
2006-06-07Sync Pcd Service Driver, PEIM and library with MDE Spec 0.55a.qwang12
2006-06-02Make the EdkMoudlePkg build by allocate mCallbackFnTable at runtime as PCD_TO...qwang12
2006-06-02Make sure the PCD dxe service driver can handle the case where no PEIM is usi...qwang12
2006-05-29Refine some internal functions of PCD Driver.qwang12
2006-05-29Add in support for GetNextTokenNumber API.qwang12
2006-05-29Add in GetNextToken and Register Callback Function funtionality for DXE Driver.qwang12
2006-05-24Check in the Pcd service Driver/PEIM according to the new way of generating P...qwang12
2006-04-21Initial import.bbahnsen