MLK-20958-1 imx8: Sync SCFW API to v1.4

Many whitespace and formatting changes were skipped

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit 0a5c751a39)
This commit is contained in:
Leonard Crestez 2019-03-01 17:08:56 +02:00
parent 6e6ba6111f
commit 2a778c30c4
3 changed files with 8 additions and 1 deletions

View File

@ -20,7 +20,7 @@
/* Defines */
#define SCFW_API_VERSION_MAJOR 1U
#define SCFW_API_VERSION_MINOR 3U
#define SCFW_API_VERSION_MINOR 4U
#define SC_RPC_VERSION 1U

View File

@ -560,6 +560,7 @@
#define SC_R_DMA_5_CH3 544
#define SC_R_ATTESTATION 545
#define SC_R_LAST 546
#define SC_R_NONE 0xFFF0
#endif /* DT_BINDINGS_RSCRC_IMX_H */

View File

@ -731,6 +731,12 @@
#define SC_R_ALL ((sc_rsrc_t) UINT16_MAX) /* All resources */
/*@}*/
/*!
* Define for ATF/Linux. Not used by SCFW. Not a valid parameter
* for any SCFW API calls!
*/
#define SC_R_NONE 0xFFF0U
/* NOTE - please add by replacing some of the UNUSED from above! */
/*!