# HG changeset patch # User Mychaela Falconia # Date 1589507674 0 # Node ID 14f8a71286c5b83a77ce0a2a96bfc2b1e4472943 # Parent 5a26a267684fbbc6b46398327fa35e04bea08d73 cfg-headers: minimal & hard-coded diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/board.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/board.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,4 @@ +#ifndef __BOARD_CFG__ +#define __BOARD_CFG__ +#define BOARD 41 +#endif /* __BOARD_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/chipset.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/chipset.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,6 @@ +#ifndef __CHIPSET_CFG__ +#define __CHIPSET_CFG__ +#define ANLG_FAM 2 +#define ANLG_PG 0 +#define CHIPSET 10 +#endif /* __CHIPSET_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/debug.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/debug.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,5 @@ +#ifndef __DEBUG_CFG__ +#define __DEBUG_CFG__ +#define TI_NUC_MONITOR 0 +#define TI_PROFILER 0 +#endif /* __DEBUG_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/ffs.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/ffs.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,5 @@ +#ifndef __FFS_CFG__ +#define __FFS_CFG__ +#define TARGET 1 +#define _RVF 1 +#endif /* __FFS_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/l1sw.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/l1sw.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,24 @@ +#ifndef __L1SW_CFG__ +#define __L1SW_CFG__ +#define AMR 1 +#define CUST 0 +#define DCO_ALGO 0 +#define IDS 0 +#define L1_12NEIGH 1 +#define L1_EOTD 0 +#define L1_EOTD_QBIT_ACC 0 +#define L1_GPRS 0 +#define L1_GTT 0 +#define L1_MIDI 0 +#define L1_VOICE_MEMO_AMR 0 +#define MELODY_E2 0 +#define OP_L1_STANDALONE 0 +#define OP_RIV_AUDIO 1 +#define ORDER2_TX_TEMP_CAL 1 +#define RAZ_VULSWITCH_REGAUDIO 0 +#define SECURITY 0 +#define SPEECH_RECO 0 +#define TESTMODE 1 +#define TRACE_TYPE 4 +#define VCXO_ALGO 1 +#endif /* __L1SW_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/r2d.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/r2d.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,5 @@ +#ifndef __R2D_CFG__ +#define __R2D_CFG__ +#define R2D_ASM 0 +#define R2D_LCD_TEST 0 +#endif /* __R2D_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/rf.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/rf.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,7 @@ +#ifndef __RF_CFG__ +#define __RF_CFG__ +#define RF 12 +#define RF_FAM 12 +#define RF_PA 2 +#define RF_PG 2 +#endif /* __RF_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/rv.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/rv.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,6 @@ +#ifndef __RV_CFG__ +#define __RV_CFG__ +#define RVTOOL 0 +#define TEST 0 +#define _GSM 1 +#endif /* __RV_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/rv_swe.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/rv_swe.h Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,7 @@ +#ifndef __RV_SWE_H__ +#define __RV_SWE_H__ + +#define RVM_ETM_SWE +#define RVM_FFS_SWE + +#endif /* __RV_SWE_H__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/swconfig.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/swconfig.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,17 @@ +#ifndef __SWCONFIG_CFG__ +#define __SWCONFIG_CFG__ +#define ALR 1 +#define BT 0 +#define DP 0 +#define DWNLD 1 +#define GSMLITE 0 +#define L1_DYN_DSP_DWNLD 0 +#define LONG_JUMP 3 +#define MOVE_IN_INTERNAL_RAM 1 +#define OP_WCP 0 +#define PMODE 1 +#define RVDATA_INTERNALRAM 0 +#define SRVC 0 +#define TR_BAUD_CONFIG TR_BAUD_115200 +#define WCP_PROF 0 +#endif /* __SWCONFIG_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/sys.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/sys.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,5 @@ +#ifndef __SYS_CFG__ +#define __SYS_CFG__ +#define DSP 36 +#define STD 6 +#endif /* __SYS_CFG__ */ diff -r 5a26a267684f -r 14f8a71286c5 cfg-headers/trace.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cfg-headers/trace.cfg Fri May 15 01:54:34 2020 +0000 @@ -0,0 +1,5 @@ +#ifndef __TRACE_CFG__ +#define __TRACE_CFG__ +#define LAYER_DBG 0xFFFFFFFF +#define TRACE_LEVEL_FILTER 5 +#endif /* __TRACE_CFG__ */