summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/PCD
Commit message (Expand)AuthorAgeFilesLines
...
* TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U...niruiyu2010-02-221-1/+1
* Support HII VOID* dynamic/dynamicEx type PCD.klu22010-02-112-29/+66
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-28/+22
* Pass the correct TokenNumber into a CallbackOnSet notification function. The...mdkinney2010-02-111-1/+1
* Coding style fix and minor improvements.rsun32010-02-112-3/+3
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-294-13/+13
* According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t...klu22010-01-144-8/+12
* According to PI specification, if token number can not be found for dynamic-e...klu22009-12-031-6/+10
* Refine comments for PCD PEIM/driver.klu22009-11-242-0/+19
* Clean up code.klu22009-11-242-46/+35
* 1, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time;klu22009-11-232-22/+47
* Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ...klu22009-11-106-6/+71
* Update PCD driver to correctly set the HII type PCDs.lgao42009-08-171-6/+10
* The StringIndex should be casted to UINT16* but not UINT8*.klu22009-06-041-1/+1
* Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu22009-05-312-2/+2
* Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu22009-05-272-11/+11
* Synchronize PCD_Infrastructure 0.55 with source code.klu22009-05-064-50/+88
* 1, Move introduction from header file to INF file header; 2, Refine dynamic P...klu22009-04-014-522/+524
* Refine commentsklu22009-03-291-24/+37
* Add introduction of PCD database in PCD Database.klu22009-03-291-296/+262
* Add introduction of PCD database in PCD PEIM.klu22009-03-291-1/+249
* Retire TCG platform protocol, which will be replaced by PI Security Architect...lgao42009-03-101-2/+2
* If variable does not exist for a HII PCD, a new NV variable need to be created.klu22009-02-261-5/+32
* Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the res...qhuang82009-02-251-1/+1
* Fix GCC building broken, GCC does not allow \ character at end of line in co...klu22009-02-251-4/+4
* Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ...lgao42009-02-255-46/+10
* Merge GetSizeTableIndexA to GetSizeTableIndex function because it only be inv...klu22009-02-251-44/+18
* Add sample for auto-generated PCDklu22009-02-251-0/+297
* Use gEfiCallerIdGuid as the private guid for PcdPeim module.lgao42009-02-243-5/+3
* Move MdeModuleHii.h into Include\Guid directorylgao42009-02-231-2/+2
* update code to pass K8.hchen302009-02-171-8/+23
* Fix EBC build broken.klu22009-02-171-4/+4
* Fix EBC build broken.klu22009-02-171-8/+8
* 1.enhanced security check.vanjeff2009-02-131-3/+3
* enhanced security check.vanjeff2009-02-131-6/+6
* Fix security check.lgao42009-02-131-6/+6
* Include the missing Guid header file to refer the global Guidlgao42009-02-112-6/+3
* Correct typo in comments, clean IfrSupportLib.hlgao42009-02-105-30/+9
* Fix typo in meta data.klu22009-02-031-2/+2
* Update the protocol function to return EFI_INVALID_PARAMETER if CallBackFunc...qwang122009-02-012-7/+14
* Add INF extension Informationlgao42009-01-092-8/+7
* Fix some typo.gikidy2008-12-313-15/+16
* Code Clean for Driver PlatformDriOverrideDxe and PlatOverMngr application. An...lgao42008-12-251-1/+1
* Code clean for Ftw driver, remove the obsolete logic for boot block. Correct ...lgao42008-12-243-4/+5
* Update module description for PCD Dxe driver.klu22008-12-171-2/+3
* Code Scrub for Pcd, PlatformDriOverride and PlatOverMngr driver.lgao42008-12-114-15/+9
* Change _CR() to BASE_CR() to follow naming conventionmdkinney2008-12-061-1/+1
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-032-6/+0
* Update PEIM entry point to follow PEIM entry point.lgao42008-11-271-4/+4
* Fix ECC issue for PCD Dxe and Peimklu22008-11-274-8/+0