summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2016-09-19 11:54:55 -0500
committerMartha Broyles <mbroyles@us.ibm.com>2016-09-29 11:28:53 -0400
commita57f623c26bdf3889703ed63334745c966c6096d (patch)
treeb2f81389aa3bf5a420c6a115d8c10ae787375ede /src/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h
parentd137bd848a05d5afd8a9ee5c9803f421ebd0a922 (diff)
downloadtalos-occ-a57f623c26bdf3889703ed63334745c966c6096d.tar.gz
talos-occ-a57f623c26bdf3889703ed63334745c966c6096d.zip
Enable power capping and oversubscription. RTC:137621 RTC:133156
Change-Id: I98b745ccb56d89d066508d4195250b1bf446dbc6 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29898 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h')
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h b/src/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h
index 4c0f3ad..206bdc5 100755
--- a/src/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h
+++ b/src/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/occ/cmdh/cmdh_fsp_cmds_datacnfg.h $ */
+/* $Source: src/occ_405/cmdh/cmdh_fsp_cmds_datacnfg.h $ */
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -287,7 +287,7 @@ typedef struct __attribute__ ((packed))
// Provides memory throttle min and max values for Nimbus systems
typedef struct __attribute__ ((packed))
{
- uint8_t mc_num; // Physical MC: [0=MC01, 2=MC23]
+ uint8_t mc_num; // Physical MC: [0=MC01, 1=MC23]
uint8_t port_num; // Physical port # [0-3]
} cmdh_mem_throt_nimbus_info_t;
@@ -310,23 +310,23 @@ typedef struct __attribute__ ((packed))
cmdh_mem_throt_info_t mem_throt_info; // Nimbus/Cumulus information header
uint16_t min_n_per_mba; // Lowest per MBA allowed numerator
- uint16_t min_mem_power; // Max mem Power @min (x0.1W)
+ uint16_t min_mem_power; // Max mem Power @min (x0.01W)
uint16_t turbo_n_per_mba; // Static per MBA numerator @Turbo
uint16_t turbo_n_per_chip; // Static per chip numerator @Turbo
- uint16_t turbo_mem_power; // Max memory power @Turbo (x0.1W)
+ uint16_t turbo_mem_power; // Max memory power @Turbo (x0.01W)
uint16_t pcap_n_per_mba; // Static per MBA numerator @PCAP
uint16_t pcap_n_per_chip; // Static per chip numerator @PCAP
- uint16_t pcap_mem_power; // Max memory power @PCAP (x0.1W)
+ uint16_t pcap_mem_power; // Max memory power @PCAP (x0.01W)
- uint16_t nom_n_per_mba; // Static per MBA @Redundant (no ovs)
- uint16_t nom_n_per_chip; // Static per chip @Redundant
- uint16_t nom_mem_power; // Max memory power @Redundant(x0.1W)
+ uint16_t nom_n_per_mba; // Static per MBA N for nominal mode
+ uint16_t nom_n_per_chip; // Static per chip N for nominal mode
+ uint16_t nom_mem_power; // Max memory power @nominal (x0.01W)
- uint16_t reserved_n_per_mba; // reserved
- uint16_t reserved_n_per_chip; // reserved
- uint16_t reserved_mem_power; // reserved
+ uint16_t reserved1; // reserved
+ uint16_t reserved2; // reserved
+ uint16_t reserved3; // reserved
} cmdh_mem_throt_data_set_t;
OpenPOWER on IntegriCloud