21 Commits

Author SHA1 Message Date
lishuang.xie
8c59de6c96 1. update New Feature#945 to dev_ck_v2.1
2. update New Feature#1347 to dev_ck_v2.1
3. add new interface for ecs rfm1 and ape: spu_get_oam_handle_id for get oam handle_id by inst_id
4. Move Mem_init() from ape to ecs rfm1
5. TEST:
   5.1 spu(case0)+arm(case0):  pass
   5.2 spu(case14)+arm(case20):pass
   5.3 spu(case20)+arm(case20):pass
   5.4 spu(case21)+arm(case21):pass
   5.5 spu(case34)+arm(case5): pass
   5.6 spu(case44)+arm(case5): pass
2023-12-06 17:43:42 +08:00
Xianfeng Du
0bd1487ff0 Merge branch 'dev_ck_v2.1_feature_enhancement#1360' into 'dev_ck_v2.1'
优化IM空间,删除gastCmdExt数组、命令字长度最大12字节#feature_enhancement#1360

See merge request ucp/driver/ucp4008_platform_spu!67
2023-12-06 01:55:31 +00:00
lishuang.xie
4da71189f9 1. update Feature Enhancement#1353 to dev_ck_v2.1
2. update Feature Enhancement#1360 to dev_ck_v2.1
3. add test macro: OSP_DEBUG_TEST
4. TASK_MAX: 64 --> 20 (task num and timer task num)
5. one slot supports max 20 tasks
6. TEST:
   6.1 spu(case0)+arm(case0):   pass
   6.2 spu(case14)+arm(case20): pass
   6.3 spu(case20)+arm(case20): pass
   6.4 spu(case21)+arm(case21): pass
   6.5 spu(case34)+arm(case5):  pass
   6.6 spu(case44)+arm(case5):  pass
2023-12-05 19:55:38 +08:00
huanfeng.wang
8dfcdfebc9 优化shellIM空间,命令字长度最大12字节 2023-12-04 19:46:37 +08:00
lishuang.xie
275c6f1eea fix bug#1349 from dev_ck_v2.1_bug#1349# to dev_ck_v2.1_bug
modified the file: public/common/platform/src/spu_hw_queue.s.c
test:
 spu(case14)+arm(case20): pass
 spu(case20)+arm(case20): pass

 spu(case21)+arm(case21): pass
 spu(case34)+arm(case5) : pass
 spu(case44)+arm(case5) : pass
wq
2023-11-29 14:38:09 +08:00
huanfeng.wang
28a226e4a4 优化shell代码,节省1.9kIM空间 2023-11-28 19:26:47 +08:00
huanfeng.wang
c1bfea09a3 优化shell模块IM空间 2023-11-22 15:34:19 +08:00
lishuang.xie
4577e2c80f update Featuer Enhancement#1171#
1. APE add case0
2. update public/common/platform/inc/spu_log.h, delete static
3. test:
   3.1 spu(case0)+arm(case0):  pass
   3.2 spu(case14)+arm(case14):pass
   3.3 spu(case20)+arm(case20):pass
   3.4 spu(case21)+arm(case21):pass
   3.5 spu(case34)+arm(case5) :pass
   3.6 spu(case44)+arm(case5) :pass
2023-10-23 11:37:23 +08:00
lishuang.xie
e34abce4e1 update New Feature#1113
1. update component to week40
2. add new function smart_no_idle_sw_init
3. change name of smart_ddr_spinlock_init
4. change type of smart_task_del and smart_enable_q_nempty
5. if call smart_enable_q_nempty return faild, we'll call 8 times
6. if call smart_task_del return faild, we'll record
7. smart_reclaim_init_res() don't be called!!!
8. test:
   8.1 SPU(case14)+ARM(case3) :PASS
   8.2 SPU(case20)+ARM(case20):PASS
   8.3 SPU(case21)+ARM(case21):PASS
   8.4 SPU(case34)+ARM(case5) :PASS
   8.5 SPU(case44)+ARM(case5) :PASS
2023-10-12 10:28:46 +08:00
huanfeng.wang
4b86608e44 解决平台log存储在rodata问题 2023-10-11 15:45:06 +08:00
yonglin.gui
7f00a0aa74 1 modify pcie test case to adapt new code architecher
2 modify pcie log interface to reduce function stack size
2023-10-08 18:02:38 +08:00
lishuang.xie
295a44d46b 1. fix Bug#1061
2. fix Bug#1081
3. fix Bug#1079
4. update New Feature#945
5. component debug_init call in spu_lib_debug_init() functon
6. testcase:
   6.1 spu(case34)+arm(case5): pass
   6.2 spu(case44)+arm(case5): pass
   6.3 spu(case21)+arm(case21):pass
   6.4 spu(case14)+arm(case3): pass
2023-09-25 09:46:27 +08:00
xinxin.li
a9180edc85 1.commit normalization drv version;
2.add ecpri code;
3.test case: case34,case44,case21(CPRI/JESD mode)
2023-09-22 19:47:02 +08:00
huanfeng.wang
e659f4e069 平台log首次入库 2023-09-11 19:16:30 +08:00
xinxin.li
61a8435a6d > 1. 增加cpri模式,帧头提前2ms的功能,UCP4008-SL-EVB New Feature #926;
> 2. 系统平台lib库更新;
> 3. 增加单模模式下,双小区的删建功能;
> 4. 回归测试case:case21/case22(NR15K)/case34/case37/case68(LTE)
2023-08-18 20:30:52 +08:00
lishuang.xie
88d47d6557 1. pet rfm1 has no shell cmd, don't call spu_shell_task()
2. update the spu_shell_task dadian's information
3. adjust the initialization: osp_var_init() should call before ape_stc_init()
2023-08-14 16:14:57 +08:00
liweihua
07c78c4cd7 fixed the bug#955# 2023-08-03 09:17:24 +08:00
yonglin.gui
d7eb9d91d7 merge pcie code to v2.1 2023-07-27 18:46:09 +08:00
lishuang.xie
0a4146be80 1. add synch to spu_sw_queue.s.c
2. change memcpy bu spu_shell.s.c
The above are possible problems found during the current process
2023-07-24 09:43:59 +08:00
lishuang.xie
7e2437c0d6 1. New Feature#910
2. Feature Enhancement#914
3. update from V2.0, by msg_transfer synch
4. add osp_send_msg/osp_var_init by synch
2023-07-22 17:27:21 +08:00
chao1.wang
d74566ec2c First commit 2023-07-13 11:27:03 +08:00