diff options
Diffstat (limited to 'src/usr/targeting')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 24 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 3d8e2b4e0..4bf92b668 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -20217,6 +20217,30 @@ Measured in GB</description> </attribute> <attribute> + <id>SBE_UPDATE_DISABLE</id> + <description> + Control execution of updateProcessorSbeSeeproms() + + if OFF, enable SBE update of processor SEEPROM + if ON, disable SBE update of processor SEEPROM + + Consumer: sbe_update.C + + Default: OFF + </description> + <simpleType> + <uint8_t> + </uint8_t> + </simpleType> + <hwpfToHbAttrMap> + <id>ATTR_SBE_UPDATE_DISABLE</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> + <persistency>volatile-zeroed</persistency> + <readable/> +</attribute> + +<attribute> <id>BOOT_FLAGS</id> <description>Switch to using a flag to indicate SEEPROM side SBE</description> <simpleType> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index db04b94ad..b60f2be3e 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -772,6 +772,7 @@ <attribute><id>MRW_HW_MIRRORING_ENABLE</id></attribute> <!-- attributes for sbe_start --> + <attribute><id>SBE_UPDATE_DISABLE</id></attribute> <attribute><id>BOOT_FLAGS</id></attribute> <attribute><id>NEST_PLL_BUCKET</id></attribute> <attribute><id>NEST_PLL_FREQ_BUCKETS</id></attribute> |