comparison gsm-fw/L1/dyn_dwl_cfile/l1_dyn_dwl_async.c @ 927:48969469d961

gsm-fw: l1_dyn_dwl code compiles and links
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Thu, 22 Oct 2015 19:04:36 +0000
parents c56ba3363aa3
children
comparison
equal deleted inserted replaced
926:3f178b3ac50a 927:48969469d961
6 * Copyright 2004 (C) Texas Instruments 6 * Copyright 2004 (C) Texas Instruments
7 * 7 *
8 ************* Revision Controle System Header *************/ 8 ************* Revision Controle System Header *************/
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <string.h> 10 #include <string.h>
11 #include "nucleus.h" 11 #include "config.h"
12 #include "l1_confg.h" 12 #include "l1_confg.h"
13 #include "sys_types.h"
14 #include "../../riviera/rv/rv_general.h"
15 #include "../../nucleus/nucleus.h"
13 #include "l1_types.h" 16 #include "l1_types.h"
14 #include "sys_types.h" 17 #include "../../gpf/inc/cust_os.h"
15 #include "cust_os.h"
16 #include "l1audio_signa.h" 18 #include "l1audio_signa.h"
17 #include "l1audio_const.h" 19 #include "l1audio_const.h"
18 #include "l1audio_cust.h" 20 #include "l1audio_cust.h"
19 #include "l1audio_defty.h" 21 #include "l1audio_defty.h"
20 #include "l1_const.h" 22 #include "l1_const.h"
42 #endif //L1_AAC 44 #endif //L1_AAC
43 45
44 #include "l1_defty.h" 46 #include "l1_defty.h"
45 #include "l1_varex.h" 47 #include "l1_varex.h"
46 #include "l1_trace.h" 48 #include "l1_trace.h"
47 #include "sys_dma.h" 49 /* #include "sys_dma.h" */
48
49 #if (OP_RIV_AUDIO == 1)
50 #include "rv/rv_general.h"
51 #endif
52 50
53 51
54 #if (L1_DYN_DSP_DWNLD == 1) 52 #if (L1_DYN_DSP_DWNLD == 1)
55 #if(CODE_VERSION == SIMULATION) 53 #if(CODE_VERSION == SIMULATION)
56 extern VOID trace_fct_simu_dyn_dwnld(CHAR *fct_name); 54 extern VOID trace_fct_simu_dyn_dwnld(CHAR *fct_name);
655 delay_primitive_processed_flag=1; 653 delay_primitive_processed_flag=1;
656 // If yes set the restart command at apihisr level 654 // If yes set the restart command at apihisr level
657 l1a_apihisr_com.dyn_dwnld.command.restart = TRUE; 655 l1a_apihisr_com.dyn_dwnld.command.restart = TRUE;
658 656
659 /********** WORKAROUND *************/ 657 /********** WORKAROUND *************/
660 #if (OP_RIV_AUDIO == 1) 658 #if 1 //(OP_RIV_AUDIO == 1)
661 { 659 {
662 // WARNING: temporary until os_activate_hisr() is declared in L3 functions 660 // WARNING: temporary until os_activate_hisr() is declared in L3 functions
663 extern NU_HISR apiHISR; 661 extern NU_HISR apiHISR;
664 NU_Activate_HISR(&apiHISR); 662 NU_Activate_HISR(&apiHISR);
665 } 663 }