diff options
| author | Wael El-Essawy <welessa@us.ibm.com> | 2016-05-25 15:30:11 -0500 |
|---|---|---|
| committer | Wael El-Essawy <welessa@us.ibm.com> | 2016-06-13 19:13:35 -0400 |
| commit | dd417235fda3a7086940b974780193e51370367c (patch) | |
| tree | 6e2dca9b26ef6242a504b8755e5ad2453ecdde62 /src/occ_405/occLinkInputFile | |
| parent | 3f12319ca9d5266bab68f5c360bce9f0b758c418 (diff) | |
| download | talos-occ-dd417235fda3a7086940b974780193e51370367c.tar.gz talos-occ-dd417235fda3a7086940b974780193e51370367c.zip | |
Processor Thermal Control Loop
Enable processor thermal control loop.
Enable frequency votes due to thermal and error reading temperatures.
Verify The following:
*Error log generation when a proc reaches Error limit
*Reach throttle points when:
-- Processor reached over temperature limit
-- Processor temperature sensors timeout
enable transition to active mode
Change-Id: Iae24f64a872e031e1cf93ff0d9248d3fa3847ed7
RTC: 130210
RTC: 133942
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25458
Tested-by: FSP CI Jenkins
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Reviewed-by: Wael El-Essawy <welessa@us.ibm.com>
Diffstat (limited to 'src/occ_405/occLinkInputFile')
| -rw-r--r-- | src/occ_405/occLinkInputFile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/occ_405/occLinkInputFile b/src/occ_405/occLinkInputFile index eb3f48d..b65eafe 100644 --- a/src/occ_405/occLinkInputFile +++ b/src/occ_405/occLinkInputFile @@ -1,9 +1,11 @@ -INPUT ( amec_data.o +INPUT ( amec_controller.o + amec_data.o amec_freq.o amec_health.o amec_init.o amec_amester.o amec_master_smh.o + amec_oversub.o amec_parm.o amec_pcap.o amec_parm_table.o @@ -30,6 +32,7 @@ INPUT ( amec_data.o dcomSlaveRx.o dcomSlaveTx.o dimm.o + dpss.o errl.o ffdc.o fir_data_collect.o |

