Age | Commit message (Expand) | Author | Files | Lines |
2015-07-01 | MdeModulePkg/Universal/PCD: Use safe string functions to refine code. | Qiu Shumin | 2 | -6/+10 |
2015-06-11 | MdeModulePkg PcdDxe: TokenNumber should start from 1. | Star Zeng | 1 | -1/+1 |
2015-04-15 | MdeModulePkg: PCD/Pei: eliminate unused but set variable | Laszlo Ersek | 1 | -3/+2 |
2015-04-14 | MdeModulePkg Pcd: Check the input SkuId in SetSku() | Star Zeng | 4 | -29/+68 |
2015-04-10 | MdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in PCD declaration in DSC file. | Star Zeng | 5 | -27/+148 |
2014-11-26 | Fix an issue in the PCD service to prevent potential out of bound array access | Samer El-Haj-Mahmoud | 1 | -2/+3 |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming | 2 | -0/+0 |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 4 | -0/+0 |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star | 2 | -4/+10 |
2014-03-21 | MdeModulePkg PCD: Fix PCD driver to return default data if size mismatch. | Star Zeng | 2 | -23/+49 |
2013-12-29 | MdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGuid HOB is not present. | Star Zeng | 2 | -17/+24 |
2013-12-06 | MdeModulePkg Pcd(DXE): Use correct TokenNumber to call GetPtrTypeSize () when... | Star Zeng | 1 | -1/+7 |
2013-12-02 | MdeModulePkg Pcd: Refine the code to avoid error report. | Star Zeng | 2 | -2/+2 |
2013-11-21 | MdeModulePkg Pcd: Refine the code to avoid error report. | Star Zeng | 2 | -0/+2 |
2013-11-20 | MdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo () typedef in Service.h. | Gary Ching-Pang Lin | 1 | -1/+0 |
2013-11-20 | MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_G... | Star Zeng | 6 | -19/+6 |
2013-11-20 | MdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GE... | Star Zeng | 8 | -66/+995 |
2013-11-19 | MdeModulePkg Pcd: Refine the code to avoid error report. | Star Zeng | 1 | -0/+1 |
2013-11-18 | MdePkg and MdeModulePkg Pcd: Implement PCD Driver for External PCD Database a... | Bob C Feng | 8 | -439/+656 |
2013-02-27 | Adds ASSERT check in DxePcd driver when error status of read DynamicHii PCD i... | lgao4 | 1 | -11/+17 |
2012-03-06 | Update string offset and default offset from UINT16 to STRING_HEAD to match t... | lgao4 | 2 | -12/+12 |
2012-02-15 | Enable PCD version check on PCD driver and PCD database. | lgao4 | 2 | -8/+20 |
2011-12-15 | Update PcdSetPtr() API to set the output buffer size to the max buffer size w... | lgao4 | 2 | -0/+2 |
2011-11-28 | Correctly use GetPtrTypeSize() to get MaxSize. | lgao4 | 1 | -1/+1 |
2011-11-28 | Fix PcdSetPtr() service to use the max buffer size to check whether new buffe... | lgao4 | 2 | -5/+13 |
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 |