File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ void gpe_24x7(ipc_msg_t* cmd, void* arg)
86
86
static volatile uint64_t * L_mode = (uint64_t * ) (CNTL_MODE_OFFSET | PBA_ENABLE );
87
87
//
88
88
static volatile uint64_t * L_tics_exceded = (uint64_t * ) (DBG_TICS_OFFSET | PBA_ENABLE );
89
+ static volatile uint64_t * L_marker = (uint64_t * ) (DBG_MARK | PBA_ENABLE );
89
90
args -> error .error = 0 ; // default success
90
91
args -> error .ffdc = 0 ;
91
92
@@ -173,6 +174,10 @@ void gpe_24x7(ipc_msg_t* cmd, void* arg)
173
174
L_configure = true;
174
175
L_cur_speed = * L_speed ;
175
176
G_CUR_UAV = * L_uav ;
177
+ //SW399904 patch until HWP output for UAV is debugged.
178
+ G_CUR_UAV = CNTL_UAV_TEMP ;
179
+ * L_marker = MARKER ;
180
+ //
176
181
set_speed (& L_cur_speed ,& L_CUR_DELAY ,L_status );
177
182
//set the state to 1 if reconfig is required. config scoms are split across multiple states starting from 1.
178
183
L_current_state = 1 ;
Original file line number Diff line number Diff line change 408
408
DBG_GRP_OFFSET = 0x001BFC50 ,
409
409
DBG_UNIT_OFFSET = 0x001BFC58 ,
410
410
DBG_TICS_OFFSET = 0x001BFC60 ,
411
+ DBG_MARK = 0x001BFC68 ,
411
412
//////////////////////////////////////////////////
412
413
//cntl status values
413
414
CNTL_STATUS_INIT = 0x0 ,
436
437
//cntl cmd uav temp
437
438
//CNTL_UAV_TEMP = 0xFFFF807000000000,
438
439
CNTL_UAV_TEMP = 0x8000007000000000 ,
440
+ MARKER = 0xCAFEBABEFA11DEAD ,
439
441
//cntl block modes
440
442
CNTL_MODE_MONITOR = 0x0
441
443
};
You can’t perform that action at this time.
0 commit comments