# HG changeset patch # User Michael Spacefalcon # Date 1384681478 0 # Node ID 97b671efff9c086d03d3293331993e6fa4b2f8e1 # Parent e48ea5875df71204aa4fe6ad875e7100527c45da gsm-fw: SPI SWE enabled diff -r e48ea5875df7 -r 97b671efff9c gsm-fw/riviera/rv/rv_defined_swe.h --- a/gsm-fw/riviera/rv/rv_defined_swe.h Sun Nov 17 09:17:06 2013 +0000 +++ b/gsm-fw/riviera/rv/rv_defined_swe.h Sun Nov 17 09:44:38 2013 +0000 @@ -45,6 +45,15 @@ #include "rv_swe.h" #endif +/* + * More FreeCalypso hacks: there are some SWEs which we deem + * to be needed unconditionally (but which TI still listed in + * rv_swe.h, unlike RVT), and we enable them here instead of + * littering config.h with them. + */ + +#define RVM_SPI_SWE + /* ------------------------------------------------------------------ * Grouped SWEs * Some define in rv_swe.h might not represent one SWE, but a group diff -r e48ea5875df7 -r 97b671efff9c gsm-fw/sysglue/appinit.c --- a/gsm-fw/sysglue/appinit.c Sun Nov 17 09:17:06 2013 +0000 +++ b/gsm-fw/sysglue/appinit.c Sun Nov 17 09:44:38 2013 +0000 @@ -14,8 +14,8 @@ * but that function is nothing more than a short sequence * of calls to other functions, so I've inlined it. */ + ABB_Sem_Create(); #if 0 - ABB_Sem_Create(); ffs_main_init(); #endif rvf_init();