|
5 | 5 | <!-- -->
|
6 | 6 | <!-- OpenPOWER HostBoot Project -->
|
7 | 7 | <!-- -->
|
8 |
| -<!-- Contributors Listed Below - COPYRIGHT 2016 --> |
| 8 | +<!-- Contributors Listed Below - COPYRIGHT 2016,2017 --> |
9 | 9 | <!-- [+] International Business Machines Corp. -->
|
10 | 10 | <!-- -->
|
11 | 11 | <!-- -->
|
|
327 | 327 | <writeable/>
|
328 | 328 | </attribute>
|
329 | 329 | <!-- ********************************************************************* -->
|
| 330 | + <attribute> |
| 331 | + <id>ATTR_PSTATES_ENABLED</id> |
| 332 | + <targetType>TARGET_TYPE_PROC_CHIP</targetType> |
| 333 | + <description>Indicator that all relevant attributes and required data for |
| 334 | + Pstates to be enabled is present and valid |
| 335 | + |
| 336 | + Producer: p9_build_pstate_datablock |
| 337 | + |
| 338 | + Consumers: p9_pm_pstate_gpe_init |
| 339 | + </description> |
| 340 | + <valueType>uint8</valueType> |
| 341 | + <enum>FALSE=0, TRUE=1</enum> |
| 342 | + <writeable/> |
| 343 | + <initToZero/> |
| 344 | + </attribute> |
| 345 | + <!-- ********************************************************************* --> |
| 346 | + <attribute> |
| 347 | + <id>ATTR_RESCLK_ENABLED</id> |
| 348 | + <targetType>TARGET_TYPE_PROC_CHIP</targetType> |
| 349 | + <description>Indicator that all relevant attributes and required data for |
| 350 | + Resonant Clocking to be enabled is present and valid |
| 351 | + |
| 352 | + Producer: p9_build_pstate_datablock |
| 353 | + |
| 354 | + Consumers: p9_hcode_image_build -> |
| 355 | + PGPE Header |
| 356 | + CME Header |
| 357 | + </description> |
| 358 | + <valueType>uint8</valueType> |
| 359 | + <enum>FALSE=0, TRUE=1</enum> |
| 360 | + <writeable/> |
| 361 | + <initToZero/> |
| 362 | + </attribute> |
| 363 | + <!-- ********************************************************************* --> |
| 364 | + <attribute> |
| 365 | + <id>ATTR_VDM_ENABLED</id> |
| 366 | + <targetType>TARGET_TYPE_PROC_CHIP</targetType> |
| 367 | + <description>Indicator that all relevant attributes and required data for |
| 368 | + Voltage Droop Monitors (VDM) to be enabled is present and valid |
| 369 | + |
| 370 | + Producer: p9_build_pstate_datablock |
| 371 | + |
| 372 | + Consumers: p9_hcode_image_build -> |
| 373 | + SGPE Header |
| 374 | + CME Header |
| 375 | + </description> |
| 376 | + <valueType>uint8</valueType> |
| 377 | + <enum>FALSE=0, TRUE=1</enum> |
| 378 | + <writeable/> |
| 379 | + <initToZero/> |
| 380 | + </attribute> |
| 381 | + <!-- ********************************************************************* --> |
| 382 | + <attribute> |
| 383 | + <id>ATTR_IVRMS_ENABLED</id> |
| 384 | + <targetType>TARGET_TYPE_PROC_CHIP</targetType> |
| 385 | + <description> |
| 386 | + <!-- @todo RTC 173736 --> |
| 387 | + !!!!! Deprecated for ATTR_IVRM_ENABLED |
| 388 | + !!!!! Will be removed in the future |
| 389 | + </description> |
| 390 | + <valueType>uint8</valueType> |
| 391 | + <enum>FALSE=0, TRUE=1</enum> |
| 392 | + <writeable/> |
| 393 | + <initToZero/> |
| 394 | + </attribute> |
| 395 | + <!-- ********************************************************************* --> |
| 396 | + <attribute> |
| 397 | + <id>ATTR_IVRM_ENABLED</id> |
| 398 | + <targetType>TARGET_TYPE_PROC_CHIP</targetType> |
| 399 | + <description>Indicator that all relevant attributes and required data for |
| 400 | + Internal Voltage Regulator Macros (IVRMs) to be enabled is present and valid |
| 401 | + |
| 402 | + Producer: p9_build_pstate_datablock |
| 403 | + |
| 404 | + Consumers: p9_hcode_image_build -> |
| 405 | + PGPE Header |
| 406 | + CME Header |
| 407 | + </description> |
| 408 | + <valueType>uint8</valueType> |
| 409 | + <enum>FALSE=0, TRUE=1</enum> |
| 410 | + <writeable/> |
| 411 | + <initToZero/> |
| 412 | + </attribute> |
| 413 | + <!-- ********************************************************************* --> |
| 414 | + <attribute> |
| 415 | + <id>ATTR_WOF_ENABLED</id> |
| 416 | + <targetType>TARGET_TYPE_PROC_CHIP</targetType> |
| 417 | + <description>Indicator that all relevent attributes and required data for |
| 418 | + WOF to be enabled is present and valid |
| 419 | + |
| 420 | + Producer: p9_build_pstate_datablock |
| 421 | + |
| 422 | + Consumers: p9_hcode_image_build -> |
| 423 | + PGPE Header |
| 424 | + CME Header |
| 425 | + </description> |
| 426 | + <valueType>uint8</valueType> |
| 427 | + <enum>FALSE=0, TRUE=1</enum> |
| 428 | + <writeable/> |
| 429 | + <initToZero/> |
| 430 | + </attribute> |
| 431 | + <!-- ********************************************************************* --> |
330 | 432 | </attributes>
|
0 commit comments