summaryrefslogtreecommitdiffstats
path: root/src/occ_405/sensor/sensor_table.c
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2017-04-17 14:04:13 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2017-05-31 12:57:18 -0400
commitc48de6ff1191fa3980b4c873758b9d20a425320e (patch)
tree38682c508b170ff2ec2a75e4c6a1142e137a42cd /src/occ_405/sensor/sensor_table.c
parent25a3c4917a09bc60ee0dd2820f72d23fa1ccf018 (diff)
downloadtalos-occ-c48de6ff1191fa3980b4c873758b9d20a425320e.tar.gz
talos-occ-c48de6ff1191fa3980b4c873758b9d20a425320e.zip
APSS GPIO Controls
-- Adds the use of GPIO_VR_HOT_MEM_PROC_0/1 in manufacturing mode. -- Adds the ability to determine which GPUs are available in the system. Change-Id: Ib86bca7b8ac279b044025a67002dc9e60ecd7c07 RTC:172166 RTC:155565 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39651 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/occ_405/sensor/sensor_table.c')
-rwxr-xr-xsrc/occ_405/sensor/sensor_table.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/sensor/sensor_table.c b/src/occ_405/sensor/sensor_table.c
index 7d243ee..1cb2ac6 100755
--- a/src/occ_405/sensor/sensor_table.c
+++ b/src/occ_405/sensor/sensor_table.c
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -336,6 +336,7 @@ const sensor_ptr_t G_amec_sensor_list[] =
SENSOR_PTR( PWRAPSSCH14, &g_amec_sys.sys.pwrapssch[14]),
SENSOR_PTR( PWRAPSSCH15, &g_amec_sys.sys.pwrapssch[15]),
SENSOR_PTR( CUR12VSTBY, &g_amec_sys.sys.cur12Vstby),
+ SENSOR_PTR( VRHOTMEMPRCCNT, &g_amec_sys.sys.vrhot_mem_proc),
// ------------------------------------------------------
// Chip Sensors
OpenPOWER on IntegriCloud