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
..