Lines Matching +full:attribute +full:- +full:set
72 * @brief Callback for BIOS Attribute changes
74 * Checks if the BIOS attribute(s) changed are those backed up by VPD. If
75 * yes, it will update the VPD with the new attribute value.
76 * @param[in] msg - The callback message.
84 * motherboard VPD. If the mirror mode in BIOS is "Disabled", set D0 to 1,
85 * if "Enabled" set D0 to 2
87 * @param[in] mirrorMode - The mirror mode BIOS attribute.
97 * @param[in] fcoVal - The FCO value as an integer.
105 * motherboard VPD. If the keep and clear in BIOS is "Disabled", set D1:0 to
106 * 0, if "Enabled" set D1:0 to 1
108 * @param[in] keepAndClear - The keep and clear BIOS attribute.
117 * set D1:1 to 0, if "Enabled" set D1:1 to 1
119 * @param[in] createDefaultLpar - The mirror mode BIOS attribute.
128 * set D1:2 to 0, if "Enabled" set D1:2 to 1
130 * @param[in] createDefaultLpar - The mirror mode BIOS attribute.
137 * Writes to the hb_memory_mirror_mode BIOS attribute, if the value is
140 * @param[in] ammVal - The mirror mode as read from VPD.
141 * @param[in] ammInBIOS - The mirror mode in the BIOS table.
148 * Writes to the hb_field_core_override BIOS attribute, if the value is not
151 * @param[in] fcoVal - The FCO value as read from VPD.
152 * @param[in] fcoInBIOS - The FCO value already in the BIOS table.
159 * Writes to the pvm_keep_and_clear BIOS attribute, if the value is
162 * @param[in] keepAndClear - The keep and clear as read from VPD.
163 * @param[in] keepAndClearInBIOS - The keep and clear in the BIOS table.
171 * Writes to the pvm_create_default_lpar BIOS attribute, if the value is
174 * @param[in] createDefaultLpar - The create default LPAR as read from VPD.
175 * @param[in] createDefaultLparInBIOS - The create default LPAR in the BIOS
185 * Writes to the pvm_clear_nvram BIOS attribute, if the value is
188 * @param[in] clearNVRAM - The clear NVRAM as read from VPD.
189 * @param[in] clearNVRAMInBIOS - The clear NVRAM in the BIOS table.
195 * @brief Reads the hb_memory_mirror_mode attribute
197 * @return std::string - The AMM BIOS attribute. Empty string on failure.
202 * @brief Reads the hb_field_core_override attribute
204 * @return int64_t - The FCO BIOS attribute. -1 on failure.
209 * @brief Reads the pvm_keep_and_clear attribute
211 * @return std::string - The Keep and clear BIOS attribute. Empty string on
217 * @brief Reads the pvm_create_default_lpar attribute
219 * @return std::string - The Create default LPAR BIOS attribute. Empty
225 * @brief Reads the pvm_clear_nvram attribute
227 * @return std::string - The Clear NVRAM BIOS attribute. Empty