From f440e24ddb3b50aae078f1d3b454591502abe2b5 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 27 Sep 2012 13:53:06 -0500 Subject: Add in new nominal frequency attribute. The FSP code will calculate the nominal frequency for the system by parsing the module vpd #V data and will write this attribute. Hostboot can then use it as needed. Change-Id: Ie748d36b88f9d8b3ab2639742dbe471ed35a42b3 RTC:45236 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1906 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/targeting/common/xmltohb/attribute_types.xml | 14 ++++++++++++++ src/usr/targeting/common/xmltohb/target_types.xml | 2 ++ 2 files changed, 16 insertions(+) (limited to 'src/usr/targeting/common') diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 9f2468f2d..26a3192cb 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -4592,4 +4592,18 @@ bits6:7 will be consumed together to form COARSE_LVL. + + NOMINAL_FREQ_MHZ + Nominal frequency in mhz for all processors in the system based on module VPD processing. + + + 0 + + + + non-volatile + + + + diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 95dd09a47..04aae9fef 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -28,6 +28,7 @@ Contains the definition of the different types of targets ================================================================= --> + base CLASS @@ -107,6 +108,7 @@ MSS_PREFETCH_ENABLE MSS_CLEANER_ENABLE MIRROR_BASE_ADDRESS + NOMINAL_FREQ_MHZ -- cgit v1.2.1