summaryrefslogtreecommitdiffstats
path: root/src/ssx
diff options
context:
space:
mode:
authorWael El-Essawy <welessa@us.ibm.com>2015-11-05 17:44:54 -0600
committerWael Elessawy <welessa@us.ibm.com>2015-11-11 10:36:53 -0600
commit604c81c85e85651a482243998487faeb0da0d63b (patch)
treec95ce75aeaa6c82c7b3c64dc29cfbfbe5274a3a9 /src/ssx
parent86d4c8b7e8bda9cd7eb2b59491fb712aeac0235a (diff)
downloadtalos-occ-604c81c85e85651a482243998487faeb0da0d63b.tar.gz
talos-occ-604c81c85e85651a482243998487faeb0da0d63b.zip
Enable Sensor support
add necessary sensor, amec, and other files to the build list. add the task_amec_slave to the rtls tick tables modify the gpe request structures to reflect the new P9 design enrich the .dis files contects for better debugging Change-Id: Iae39bb1c430da56310478c24a28aad6dfbc6d6d9 RTC: 133865 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21789 Tested-by: FSP CI Jenkins Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/ssx')
-rw-r--r--src/ssx/occhw/occhw_pba.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ssx/occhw/occhw_pba.h b/src/ssx/occhw/occhw_pba.h
index c962936..96272a7 100644
--- a/src/ssx/occhw/occhw_pba.h
+++ b/src/ssx/occhw/occhw_pba.h
@@ -36,6 +36,11 @@
/// \todo Add Doxygen grouping to constant groups
+// @TODO - TEMP: Added to eliminate errors: implicit declaration of functions out32 & in32
+// These functions are used in the pbax functions defined below.
+#include "ssx_api.h"
+#include "ppc32.h"
+
#include "pba_register_addresses.h"
#include "pba_firmware_registers.h"
@@ -239,8 +244,11 @@ typedef union pba_extended_address {
int
pba_barset_initialize(int idx, uint64_t base, int log_size);
+// @TODO - TEMP: PORE assembly code. to be replace with valid GPE code
+/*
int
_pba_slave_reset(int id, SsxInterval timeout, SsxInterval sleep);
+*/
int
pba_slave_reset(int id);
OpenPOWER on IntegriCloud