FreeCalypso > hg > ffs-editor
changeset 2:14f8a71286c5
cfg-headers: minimal & hard-coded
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 01:54:34 +0000 |
parents | 5a26a267684f |
children | 8123259c7f14 |
files | cfg-headers/board.cfg cfg-headers/chipset.cfg cfg-headers/debug.cfg cfg-headers/ffs.cfg cfg-headers/l1sw.cfg cfg-headers/r2d.cfg cfg-headers/rf.cfg cfg-headers/rv.cfg cfg-headers/rv_swe.h cfg-headers/swconfig.cfg cfg-headers/sys.cfg cfg-headers/trace.cfg |
diffstat | 12 files changed, 96 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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__ */
--- /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__ */
--- /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__ */
--- /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__ */
--- /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__ */
--- /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__ */
--- /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__ */
--- /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__ */
--- /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__ */
--- /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__ */