From 604c81c85e85651a482243998487faeb0da0d63b Mon Sep 17 00:00:00 2001 From: Wael El-Essawy Date: Thu, 5 Nov 2015 17:44:54 -0600 Subject: 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 Reviewed-by: William A. Bryan --- src/ssx/occhw/occhw_pba.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ssx') 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); -- cgit v1.2.1