7 Commits

Author SHA1 Message Date
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
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
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
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
chao1.wang
2c80fc7f3c First commit 2023-07-12 14:14:31 +08:00