155 Commits

Author SHA1 Message Date
huanfeng.wang
a7628f4155 修改判断释放smartos初始任务4k资源 2023-12-19 16:43:31 +08:00
huanfeng.wang
c977dd48e9 释放smartos初始任务4k资源 2023-12-19 15:59:26 +08:00
huihui.shang
96ec809d27 ecpri function 2023-12-14 10:55:49 +08:00
xinxin.li
b0fd7237f7 1. fix UCP4008_SL feature enhancement #1378;
2. disable rf switch int after all of cells are deleted;
    3. adjust slot offset, csu offset, rf switch offset;
    4. add init para about 204C;
    5. test case: case21, case34, case44.
2023-12-12 09:22:06 +08:00
xinxin.li
6c294ce0bc 1. fix UCP4008_SL feature enhancement #1378;
2. disable rf switch int after all of cells are deleted;
3. adjust slot offset, csu offset, rf switch offset;
4. add init para about 204C;
5. test case: case21, case34, case44.
2023-12-11 20:19:20 +08:00
cheng.wan
00d662b168 1.将APE_CFG_FILE_NAME_LEN由64恢复为32(之前误改) 2.删除重复定义的g_rru_msg_data 3.读物理层控制字信息改为使用do_read_volatile方式 2023-12-08 19:17:34 +08:00
cheng.wan
48ffee72b7 1.解决数组g_rru_msg_data的地址4字节对齐问题 2.函数set_cpri_rru_msg增加大小端转换功能 3.更新25G宽带信号case72 2023-12-08 15:50:48 +08:00
lishuang.xie
24cac74801 update Feature Enhancement#1370 to dev_ck_v2.1
1. SPU and ARM both need modify
2. confige file's name length: 64 -> 32
3. Test:
   3.1 spu(case0)+arm(case0):   pass
   3.2 spu(case14)+arm(case20): 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-12-08 09:54:40 +08:00
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
Xianfeng Du
9440e8a1d6 Merge branch 'dev_ck_v2.1_new_feature#1335' into 'dev_ck_v2.1'
基站时延配置增加上行数据相对CPRI帧头偏移new feature#1335

See merge request ucp/driver/ucp4008_platform_spu!64
2023-11-29 02:51:14 +00:00
huanfeng.wang
b27233a65d 完善打印信息 2023-11-29 10:30:04 +08:00
huanfeng.wang
28a226e4a4 优化shell代码,节省1.9kIM空间 2023-11-28 19:26:47 +08:00
xinxin.li
c43c6e3f21 add api of getting cpri offset of frame header to data 2023-11-28 09:33:54 +08:00
xinxin.li
28a4a55b5a 1. fix bug #1345;
2. modify orx csu interrupt;
3. modify case48: 2cell, 160M data source;
4. test case: case21, case34, case44, case45, case48
2023-11-27 20:31:03 +08:00
huanfeng.wang
4b23d3136e 基站时延增加上行数据相对cpri帧头偏移 2023-11-22 16:37:25 +08:00
huanfeng.wang
c1bfea09a3 优化shell模块IM空间 2023-11-22 15:34:19 +08:00
Xianfeng Du
4df35c61fd Merge branch 'dev_ck_v2.1_new_feature_1113' into 'dev_ck_v2.1'
rtos 组件makefile入库#new_feature_1113

See merge request ucp/driver/ucp4008_platform_spu!60
2023-11-22 03:19:05 +00:00
huanfeng.wang
756279b655 mov Src directory to src 2023-11-17 13:36:01 +08:00
huanfeng.wang
8eeb115ce9 dekete makefile.init 2023-11-17 11:03:11 +08:00
lishuang.xie
f39b22a8f5 update Feature Enhancement#1299 to dev_ck_v2.1
1. update osp_mem.h/osp_mem.s.c/osp_task.s.c
2. update case20, add del task
3. change the osp_task_create() and osp_del_task() output
4. update the osp_free_im_mem() add output
5. test:
   5.1 spu(case0)+arm(case0):  PASS
   5.2 spu(case20)+arm(case20):PASS
   5.3 spu(case21)+arm(case21):PASS
   5.4 spu(case34)+arm(case5): PASS
   5.5 spu(case44)+arm(case5): PASS
   5.6 spu(case14)+arm(case20):PASS
2023-11-16 18:38:02 +08:00
huanfeng.wang
853ff669e1 add lib directory 2023-11-16 18:25:47 +08:00
huanfeng.wang
1d160297fd update makefile 2023-11-16 18:12:04 +08:00
huanfeng.wang
f66b2d54e4 update makefile 2023-11-16 18:09:28 +08:00
huanfeng.wang
dd7abd6728 增加组件makefile 2023-11-16 15:30:56 +08:00
xinxin.li
a02bf422ff 1. fix UCP4008_SL feature enhancement #1296;
2. add jesd gpio pins;
3. add jesd orx test case(45);
4. add jesd 200M test case(48);
2023-11-16 14:23:38 +08:00
huanfeng.wang
75f2260fb8 update rtos code 2023-11-15 09:50:20 +08:00
xinxin.li
a8151f2767 1. UCP4008_SL new feature #1256;
2. add function of jesd frame header offset;
3. test case: case21, case34, case44.
2023-11-02 10:42:30 +08:00
lishuang.xie
ebf95caf37 update feature#1250 Support hearbeat function
1. SPU and ARM both update
2. 8 APE and 3 RFM(no pet_rfm_spu0) support hearbeat
3. ARM support new function get_heartbeat_status() to get the cores status
4. test:
   4.1 spu(case34)+arm(case5): Pass
   4.2 spu(case44)+arm(case5): Pass --> spu(case44)should use previous version
   4.3 spu(case21)+arm(case21):Pass
   4.4 spu(case14)+arm(case3): Pass
2023-11-01 11:32:46 +08:00
Xianfeng Du
639c48815c Merge branch 'dev_ck_v2.1_feature#1173#' into 'dev_ck_v2.1'
UCP4008-SL-EVB new feature #1173

See merge request ucp/driver/ucp4008_platform_spu!53
2023-10-31 09:26:30 +00:00
huanfeng.wang
cc13872e54 1. rtos代码入库。 2:case14代码修改。 3.spu(case0)+arm(case0): pass spu(case14)+arm(case14):pass spu(case20)+arm(case20):pass spu(case21)+arm(case21):pass spu(case34)+arm(case5) :pass spu(case44)+arm(case5) :pass 2023-10-31 11:04:27 +08:00
xinxin.li
726d268715 1. fix UCP4008-SL-EVB new feature #1173;
2. modify shared SM5 address.
2023-10-30 16:45:47 +08:00
xinxin.li
0e0db1f53a delete test code for orx 2023-10-30 15:55:45 +08:00
xinxin.li
04bd71b25d 1. UCP4008_SL new feature #1167#;
2. add jesd orx funciton.
2023-10-30 14:23:55 +08:00
Xianfeng Du
41fa8df011 Merge branch 'dev_ck_v2.1_EVB_feature#1214#' into 'dev_ck_v2.1'
UCP4008_SL_EVB feature enhancement#1214#

See merge request ucp/driver/ucp4008_platform_spu!51
2023-10-26 00:11:46 +00:00
xinxin.li
5048143f94 1. fix UCP4008_SL_EVB feature enhancement#1214#;
2. test case: case21(CPRI/JESD),case14,case34,case44;
3. add gpio1b26 for cpri trigger;
git commit -m
2023-10-25 16:48:22 +08:00
yanzhi.wang
09d2c906e9 添加164B控制字传输接口,修改控制字发送接口函数 2023-10-24 17:19:02 +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
huanfeng.wang
2e0da377ba 帧头偏移设置、查询入库 2023-10-18 11:08:20 +08:00
Xianfeng Du
799a4cc99a Merge branch 'dev_ck_v2.1_EVMY_feature#1139#' into 'dev_ck_v2.1'
UCP4008_SL_EVMY feature#1139#

See merge request ucp/driver/ucp4008_platform_spu!47
2023-10-13 09:12:39 +00:00
xinxin.li
fabe631974 1. fix UCP4008_SL_EVMY feature#1139#;
2. test case: case21, case34, case44, case49
3. modify jesd csu code;
4. modify jesd timer code.
2023-10-13 17:11:53 +08:00
yanzhi.wang
97a9b2fc1c cpri 相关testcase入库 2023-10-13 17:01:49 +08:00
xinxin.li
2a9b479f2a 1. fix UCP4008_SL_EVMY bug#1133#;
2. modify case44 data source(3.1a slot0);
3. test case : case21(CPRI/JESD), case44(7d2u/1d3u), case34.
2023-10-13 09:20:52 +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
97d3801253 pcie场景增加case51,修改case14 feature enhancement#1110 2023-10-11 16:12:52 +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