| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i... | lgao4 | 2013-02-27 | 1 | -11/+17 |
* | Update string offset and default offset from UINT16 to STRING_HEAD to match t... | lgao4 | 2012-03-06 | 2 | -12/+12 |
* | Enable PCD version check on PCD driver and PCD database. | lgao4 | 2012-02-15 | 2 | -8/+20 |
* | Update PcdSetPtr() API to set the output buffer size to the max buffer size w... | lgao4 | 2011-12-15 | 2 | -0/+2 |
* | Correctly use GetPtrTypeSize() to get MaxSize. | lgao4 | 2011-11-28 | 1 | -1/+1 |
* | Fix PcdSetPtr() service to use the max buffer size to check whether new buffe... | lgao4 | 2011-11-28 | 2 | -5/+13 |
* | Enhance inf and dec file to follow specs. | ydong10 | 2011-03-14 | 1 | -2/+2 |
* | Update the copyright notice format | hhtian | 2010-04-24 | 8 | -16/+16 |
* | 1, For Pcd_PPI, UnregistedCallBack should return EFI_INVALID_PARAMETER if Cal... | klu2 | 2010-03-18 | 2 | -5/+18 |
* | Change back the TPL of PCD from TPL_CALLBACK to TPL_NOTIFY because the follow... | niruiyu | 2010-03-04 | 1 | -1/+1 |
* | Cleanup: Remove PcdDxePcdDatabaseTraverseEnabled | jljusten | 2010-02-25 | 1 | -4/+0 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 2 | -4/+4 |
* | TPL of Pcd Dxe driver was changed to TPL_CALLBACK from TPL_NOTIFY to follow U... | niruiyu | 2010-02-22 | 1 | -1/+1 |
* | Support HII VOID* dynamic/dynamicEx type PCD. | klu2 | 2010-02-11 | 2 | -29/+66 |
* | Pass the correct TokenNumber into a CallbackOnSet notification function. The... | mdkinney | 2010-02-11 | 1 | -28/+22 |
* | Pass the correct TokenNumber into a CallbackOnSet notification function. The... | mdkinney | 2010-02-11 | 1 | -1/+1 |
* | Coding style fix and minor improvements. | rsun3 | 2010-02-11 | 2 | -3/+3 |
* | Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections... | mdkinney | 2010-01-29 | 4 | -13/+13 |
* | According to PI 1.2 spec Vol 3 chapter 8 PCD, if the PCD service determined t... | klu2 | 2010-01-14 | 4 | -8/+12 |
* | According to PI specification, if token number can not be found for dynamic-e... | klu2 | 2009-12-03 | 1 | -6/+10 |
* | Refine comments for PCD PEIM/driver. | klu2 | 2009-11-24 | 2 | -0/+19 |
* | Clean up code. | klu2 | 2009-11-24 | 2 | -46/+35 |
* | 1, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdPpi at same time; | klu2 | 2009-11-23 | 2 | -22/+47 |
* | Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI/EFI_PCD_PROTOCOL defined ... | klu2 | 2009-11-10 | 6 | -6/+71 |
* | Update PCD driver to correctly set the HII type PCDs. | lgao4 | 2009-08-17 | 1 | -6/+10 |
* | The StringIndex should be casted to UINT16* but not UINT8*. | klu2 | 2009-06-04 | 1 | -1/+1 |
* | Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact... | klu2 | 2009-05-31 | 2 | -2/+2 |
* | Fix the bug that build tool and PCD driver can not deal with byte array or AN... | klu2 | 2009-05-27 | 2 | -11/+11 |
* | Synchronize PCD_Infrastructure 0.55 with source code. | klu2 | 2009-05-06 | 4 | -50/+88 |
* | 1, Move introduction from header file to INF file header; 2, Refine dynamic P... | klu2 | 2009-04-01 | 4 | -522/+524 |
* | Refine comments | klu2 | 2009-03-29 | 1 | -24/+37 |
* | Add introduction of PCD database in PCD Database. | klu2 | 2009-03-29 | 1 | -296/+262 |
* | Add introduction of PCD database in PCD PEIM. | klu2 | 2009-03-29 | 1 | -1/+249 |
* | Retire TCG platform protocol, which will be replaced by PI Security Architect... | lgao4 | 2009-03-10 | 1 | -2/+2 |
* | If variable does not exist for a HII PCD, a new NV variable need to be created. | klu2 | 2009-02-26 | 1 | -5/+32 |
* | Add a work around to set the PCD protocol lock to TPL_NOTIFY to relax the res... | qhuang8 | 2009-02-25 | 1 | -1/+1 |
* | Fix GCC building broken, GCC does not allow \ character at end of line in co... | klu2 | 2009-02-25 | 1 | -4/+4 |
* | Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII ... | lgao4 | 2009-02-25 | 5 | -46/+10 |
* | Merge GetSizeTableIndexA to GetSizeTableIndex function because it only be inv... | klu2 | 2009-02-25 | 1 | -44/+18 |
* | Add sample for auto-generated PCD | klu2 | 2009-02-25 | 1 | -0/+297 |
* | Use gEfiCallerIdGuid as the private guid for PcdPeim module. | lgao4 | 2009-02-24 | 3 | -5/+3 |
* | Move MdeModuleHii.h into Include\Guid directory | lgao4 | 2009-02-23 | 1 | -2/+2 |
* | update code to pass K8. | hchen30 | 2009-02-17 | 1 | -8/+23 |
* | Fix EBC build broken. | klu2 | 2009-02-17 | 1 | -4/+4 |
* | Fix EBC build broken. | klu2 | 2009-02-17 | 1 | -8/+8 |
* | 1.enhanced security check. | vanjeff | 2009-02-13 | 1 | -3/+3 |
* | enhanced security check. | vanjeff | 2009-02-13 | 1 | -6/+6 |
* | Fix security check. | lgao4 | 2009-02-13 | 1 | -6/+6 |
* | Include the missing Guid header file to refer the global Guid | lgao4 | 2009-02-11 | 2 | -6/+3 |
* | Correct typo in comments, clean IfrSupportLib.h | lgao4 | 2009-02-10 | 5 | -30/+9 |