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