]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/PCD
MdeModulePkg: Add DriverHealthManagerDxe driver.
[mirror_edk2.git] / MdeModulePkg / Universal / PCD /
2015-04-15 Laszlo ErsekMdeModulePkg: PCD/Pei: eliminate unused but set variable
2015-04-14 Star ZengMdeModulePkg Pcd: Check the input SkuId in SetSku()
2015-04-10 Star ZengMdeModulePkg: Add ATTRIBUTE (+/-RT, RO) support in...
2014-11-26 Samer El-Haj-MahmoudFix an issue in the PCD service to prevent potential...
2014-09-03 Gao, LimingMdeModulePkg: Convert non DOS format files to DOS forma...
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-03-21 Star ZengMdeModulePkg PCD: Fix PCD driver to return default...
2013-12-29 Star ZengMdeModulePkg Pcd DXE: Handle the case gPcdDataBaseHobGu...
2013-12-06 Star ZengMdeModulePkg Pcd(DXE): Use correct TokenNumber to call...
2013-12-02 Star ZengMdeModulePkg Pcd: Refine the code to avoid error report.
2013-11-21 Star ZengMdeModulePkg Pcd: Refine the code to avoid error report.
2013-11-20 Gary Ching-Pang LinMdeModulePkg Pcd: Remove the EFIAPI of PeiGetPcdInfo...
2013-11-20 Star ZengMdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_I...
2013-11-20 Star ZengMdePkg and MdeModulePkg Pcd: Add the new EFI_GET_PCD_IN...
2013-11-19 Star ZengMdeModulePkg Pcd: Refine the code to avoid error report.
2013-11-18 Bob C FengMdePkg and MdeModulePkg Pcd: Implement PCD Driver for...
2013-02-27 lgao4Adds ASSERT check in DxePcd driver when error status...
2012-03-06 lgao4Update string offset and default offset from UINT16...
2012-02-15 lgao4Enable PCD version check on PCD driver and PCD database.
2011-12-15 lgao4Update PcdSetPtr() API to set the output buffer size...
2011-11-28 lgao4Correctly use GetPtrTypeSize() to get MaxSize.
2011-11-28 lgao4Fix PcdSetPtr() service to use the max buffer size...
2011-03-14 ydong10Enhance inf and dec file to follow specs.
2010-04-24 hhtianUpdate the copyright notice format
2010-03-18 klu21, For Pcd_PPI, UnregistedCallBack should return EFI_IN...
2010-03-04 niruiyuChange back the TPL of PCD from TPL_CALLBACK to TPL_NOT...
2010-02-25 jljustenCleanup: Remove PcdDxePcdDatabaseTraverseEnabled
2010-02-24 lgao41. Correct File header to ## @file
2010-02-22 niruiyuTPL of Pcd Dxe driver was changed to TPL_CALLBACK from...
2010-02-11 klu2Support HII VOID* dynamic/dynamicEx type PCD.
2010-02-11 mdkinneyPass the correct TokenNumber into a CallbackOnSet notif...
2010-02-11 mdkinneyPass the correct TokenNumber into a CallbackOnSet notif...
2010-02-11 rsun3Coding style fix and minor improvements.
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-14 klu2According to PI 1.2 spec Vol 3 chapter 8 PCD, if the...
2009-12-03 klu2According to PI specification, if token number can...
2009-11-24 klu2Refine comments for PCD PEIM/driver.
2009-11-24 klu2Clean up code.
2009-11-23 klu21, Correct the PCD PEIM to produce gEfiPcdPpi and gPcdP...
2009-11-10 klu2Make PcdPeim/PcdDxe driver also produce EFI_PCD_PPI...
2009-08-17 lgao4Update PCD driver to correctly set the HII type PCDs.
2009-06-04 klu2The StringIndex should be casted to UINT16* but not...
2009-05-31 klu2Fix the bug that PCD driver treat StringTableIndex...
2009-05-27 klu2Fix the bug that build tool and PCD driver can not...
2009-05-06 klu2Synchronize PCD_Infrastructure 0.55 with source code.
2009-04-01 klu21, Move introduction from header file to INF file heade...
2009-03-29 klu2Refine comments
2009-03-29 klu2Add introduction of PCD database in PCD Database.
2009-03-29 klu2Add introduction of PCD database in PCD PEIM.
2009-03-10 lgao4Retire TCG platform protocol, which will be replaced...
2009-02-26 klu2If variable does not exist for a HII PCD, a new NV...
2009-02-25 qhuang8Add a work around to set the PCD protocol lock to TPL_N...
2009-02-25 klu2Fix GCC building broken, GCC does not allow \ character...
2009-02-25 lgao4Use single one PcdFrameworkCompatibilitySupport PCD...
2009-02-25 klu2Merge GetSizeTableIndexA to GetSizeTableIndex function...
2009-02-25 klu2Add sample for auto-generated PCD
2009-02-24 lgao4Use gEfiCallerIdGuid as the private guid for PcdPeim...
2009-02-23 lgao4Move MdeModuleHii.h into Include\Guid directory
2009-02-17 hchen30update code to pass K8.
2009-02-17 klu2Fix EBC build broken.
2009-02-17 klu2Fix EBC build broken.
2009-02-13 vanjeff1.enhanced security check.
2009-02-13 vanjeffenhanced security check.
2009-02-13 lgao4Fix security check.
2009-02-11 lgao4Include the missing Guid header file to refer the globa...
2009-02-10 lgao4Correct typo in comments, clean IfrSupportLib.h
2009-02-03 klu2Fix typo in meta data.
2009-02-01 qwang12Update the protocol function to return EFI_INVALID_PARA...
2009-01-09 lgao4Add INF extension Information
2008-12-31 gikidyFix some typo.
2008-12-25 lgao4Code Clean for Driver PlatformDriOverrideDxe and PlatOv...
2008-12-24 lgao4Code clean for Ftw driver, remove the obsolete logic...
2008-12-17 klu2Update module description for PCD Dxe driver.
2008-12-11 lgao4Code Scrub for Pcd, PlatformDriOverride and PlatOverMng...
2008-12-06 mdkinneyChange _CR() to BASE_CR() to follow naming convention
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-11-27 lgao4Update PEIM entry point to follow PEIM entry point.
2008-11-27 klu2Fix ECC issue for PCD Dxe and Peim
2008-11-19 qwang12Doxygen fix.
2008-11-05 klu2Remove over specific libraryclass PeiServicesTablePoin...
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-28 vanjeffclean up EBC in inf files.
2008-09-04 vanjeffclean up the un-suitable ';' location when declaring...
2008-08-25 lgao4remove the unused msa files in MdeModulePkg.
2008-07-14 klu2Code scrub for PCD PEIM.
2008-07-10 klu2Add function header and pass ECC tools
2007-08-30 qhuang8Update all INF, DEC and DSC file to confirm to newest...
2007-08-30 jwang36Added missing dependent package
2007-07-20 vanjeffremove some comments introduced by tools.
2007-07-17 vanjeff1. Fixed tools_def.template to meet ICC build for IA32
2007-07-16 vanjeffModules cleanup.
2007-07-10 AJFISHRemoved CommonHeader.h from MdePkg & MdeModulePkg
2007-07-10 klu2Enable dynamic PCD for windowBusDriver
2007-07-09 AJFISHUpdated modules to not depend on the IntelFrameworkPkg.
2007-07-06 klu2Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkMo...
2007-07-06 jwang36Changed gEfiEdkModulePkgTokenSpaceGuid to gEfiMdeModule...
2007-07-03 jwang36Enabled PCD DXE/PEI modules build in MdeModulePkg
2007-07-03 vanjeffImport PCD dxe and PCD pei modules.