26 Commits

Author SHA1 Message Date
Xianfeng Du
592a809dd5 Merge branch 'dev_ck_v2.1_feature#1627#' into 'dev_ck_v2.1'
update dev_ck_v2.1_feature#1627# to dev_ck_v2.1

See merge request ucp/driver/ucp4008_platform_arm!49
2024-01-29 02:57:45 +00:00
lishuang.xie
5a4df32dec update dev_ck_v2.1_feature#1627# to dev_ck_v2.1
1. delete call osp_signal_init()
2. Test:
   2.1 spu_case0_arm_case0_cpri:      Pass
   2.2 spu_case14_arm_case20_cpri:    Pass
   2.3 spu_case20_arm_case20_cpri:    Pass
   2.4 spu_case21_arm_case21_cpri:    Pass
   2.5 spu_case34_arm_case5:          Pass
   2.6 spu_case44_arm_case5:         Pass
   2.7 spu_case20_arm_case20_task_ok: Pass
   2.8 spu_case20_arm_case20_task_ng: Pass
2024-01-29 09:44:38 +08:00
lishuang.xie
a1d7d6d271 update feature#1613# to dev_ck_v2.1
1. update: osp/src/ospCfgToBin.c
2. the spe file: old: malloc(128M) from system
                 now: ddr for phy ape: 0x9900 0000
3. update: rfic/makefile
4. the rfic_xxx.out named rfic.out(Does not distinguish the board)
5. Test:
   5.1 spu_case0_arm_case0_cpri:  PASS
   5.2 spu_case14_arm_case20_cpri:PASS
   5.3 spu_case20_arm_case20_cpri:PASS
   5.4 spu_case21_arm_case21_cpri:PASS
   5.5 spu_case34_arm_case5:      PASS
   5.6 spu_case44_arm_case5:      PASS
2024-01-22 09:41:24 +08:00
huanfeng.wang
2ef669be37 新增shell命令动态注册接口 2024-01-09 14:11:50 +08:00
lishuang.xie
16c7a083f6 update New Feature#1423 to dev_ck_v2.1
1. modifide: os/src/ospCfgToBin.c
    2. old: the spe cfg file write into ddr
       now: the spe cfg file write into malloc memory
    3. old: the spe cfg file's size less 20M
       now: the spe cfg file's size less 128M
    4. old: osp_get_cfg_file return the ddr address
       now: osp_get_cfg_file return the vir address
    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-28 10:59:18 +08:00
lishuang.xie
b3fad71088 update Feature Enhancement#1296 to dev_ck_v2.1
1. The files which spu need, the length of name 64 -> 32
2. The files which testmac need, the length of name keep 64
3. The provided version is verfied by the physical layer colleagues
2023-12-12 14:41:44 +08:00
lishuang.xie
d9d432d316 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:58:01 +08:00
huanfeng.wang
45993d40f2 修改ul,dl显示格式 2023-12-05 08:50:51 +08:00
huanfeng.wang
f3695ab492 优化shellIM空间,命令字长度最大12字节 2023-12-04 19:45:58 +08:00
huanfeng.wang
543c129ab4 优化log写文件流程 2023-11-22 15:51:49 +08:00
huanfeng.wang
44b614e333 由于fsync是阻塞的会丢失log,删除fsync调用 2023-11-16 17:44:14 +08:00
lishuang.xie
b99496cdb8 update New Feature#1284 to dev_ck_v2.1
1. delete the infomation in the osp.c
2. build time write to releaseNode
2023-11-09 16:11:38 +08:00
lishuang.xie
f25cbc7f98 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:38:08 +08:00
lishuang.xie
933b3d6c34 fixed New Feature#1093#
1. modify ospLog.c
2. naming rule: coreId_index_msgtype.log
3. testcase:
   3.1 spu(case34)+arm(case5): pass
   3.2 spu(case44)+arm(case5): pass
   3.3 spu(case21)+arm(case21):pass
   3.4 spu(case14)+arm(case3): pass
2023-09-27 18:21:49 +08:00
lishuang.xie
8656552bc6 1. update Nea Feature#1069# (add rfic path)
2. update New Feature#1083# (modify /ops/sr/ospLog.c)
3. testcase:
   3.1 spu(case34)+arm(case5):  pass
   3.2 spu(case44)+arm(case5):  pass
   3.3 spu(case21)+arm(case21): pass
   3.4 spu(case14)+arm(case3):  pass
2023-09-25 09:39:45 +08:00
huanfeng.wang
3ad2a523f5 ushell first commit 2023-09-11 16:31:18 +08:00
lishuang.xie
ad9bb3d80a merge dev_ck_v2.1_feature#994#986 to dev_ck_v2.1
1. support New Feature#994
2. support New Feature#986
3. fix case3 by New Feature#1019
4. SPU(case34)+ARM(case0)  pass
5. SPU(case44)+ARM(case0)  pass
6. SPU(case21)+ARM(case21) pass
7. SPU(case14)+ARM(case3)  pass
8. local case: test osp_read_spe_cfg_file()
2023-08-28 17:23:16 +08:00
huanfeng.wang
52c901deae 删除通过freeram大小内存更新 2023-08-16 16:13:08 +08:00
huanfeng.wang
48f0fe0038 新增用户绑核接口osp_set_taskcpu 2023-08-16 09:35:29 +08:00
lishuang.xie
6f059f38a4 fix the New Feature#891
used the APE_PHY not the APE_TEST
2023-08-03 15:13:45 +08:00
lishuang.xie
7d043c437c the information of applicationPlatform just include the app information 2023-07-26 14:06:14 +08:00
lishuang.xie
3f80a881e8 add applicationPlatform information 2023-07-26 13:40:50 +08:00
lishuang.xie
f8d6d642a4 New Feature#891
1. doc change the APE_PHY and APE_TEXT address
2. testmac's cfgfile used thd address 0x9a000000
2023-07-26 12:03:44 +08:00
lishuang.xie
a2ae96715d 1. New Feature#891
spe cfg file addr change(malloc --> 0x9A00 0000)
   when phy get the cfg file addr return the phy addr, not the vir addr
2023-07-22 22:12:02 +08:00
liweihua
4f428bc1bd modify memory size of PHY and APE_TEXT 2023-07-18 19:28:16 +08:00
chao1.wang
2c80fc7f3c First commit 2023-07-12 14:14:31 +08:00