Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 14 and Version 15 of GSoC/2017/RTEMSTesterImprovements


Ignore:
Timestamp:
05/25/17 12:54:31 (7 years ago)
Author:
Tanu Hari Dixit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017/RTEMSTesterImprovements

    v14 v15  
    4141The simple ones are (Set 1):
    4242
    43 arm7tdmi.mc
    44 arm7tdmi-run.mc
    45 arm920.mc
    46 arm920-run.mc
    47 arm1136jfs.mc
    48 arm1136jfs-run.mc
    49 arm1136js.mc
    50 arm1136js-run.mc
    51 armcortexa9.mc
    52 armcortexa9-run.mc
    53 erc32.mc
    54 erc32-run.mc
    55 h8sxsim.mc
    56 h8sxsim-run.mc
    57 leon2.mc
    58 leon2-run.mc
    59 leon3.mc
    60 leon3-run.mc
    61 m32csim.mc
    62 m32csim-run.mc
    63 simsh1.mc
    64 simsh1-run.mc
    65 simsh2.mc
    66 simsh2-run.mc
    67 simsh2e.mc
    68 simsh2e-run.mc
    69 simsh4.mc
    70 simsh4-run.mc
    71 sis.mc
    72 sis-run.mc
    73 v850e1sim.mc
    74 v850e1sim-run.mc
    75 v850e2sim.mc
    76 v850e2sim-run.mc
    77 v850e2v3sim.mc
    78 v850e2v3sim-run.mc
    79 v850esim.mc
    80 v850esim-run.mc
    81 v850essim.mc
    82 v850essim-run.mc
    83 v850sim.mc
    84 v850sim-run.mc
     43arm7tdmi.mc \\
     44arm7tdmi-run.mc \\
     45arm920.mc \\
     46arm920-run.mc \\
     47arm1136jfs.mc \\
     48arm1136jfs-run.mc \\
     49arm1136js.mc \\
     50arm1136js-run.mc \\
     51armcortexa9.mc \\
     52armcortexa9-run.mc \\
     53erc32.mc \\
     54erc32-run.mc \\
     55h8sxsim.mc \\
     56h8sxsim-run.mc \\
     57leon2.mc \\
     58leon2-run.mc \\
     59leon3.mc \\
     60leon3-run.mc \\
     61m32csim.mc \\
     62m32csim-run.mc \\
     63simsh1.mc \\
     64simsh1-run.mc \\
     65simsh2.mc \\
     66simsh2-run.mc \\
     67simsh2e.mc \\
     68simsh2e-run.mc \\
     69simsh4.mc \\
     70simsh4-run.mc \\
     71sis.mc \\
     72sis-run.mc \\
     73v850e1sim.mc \\
     74v850e1sim-run.mc \\
     75v850e2sim.mc \\
     76v850e2sim-run.mc \\
     77v850e2v3sim.mc \\
     78v850e2v3sim-run.mc \\
     79v850esim.mc \\
     80v850esim-run.mc \\
     81v850essim.mc \\
     82v850essim-run.mc \\
     83v850sim.mc \\
     84v850sim-run.mc \\
    8585
    8686We can convert the .mc file .ini on the basis of the following pattern:
     
    137137The following macro files are similar to Set 1 except that their gdb_script is a bit different:
    138138
    139 bf537Stamp.mc
    140 bf537Stamp-run.mc
    141 jmr3904.mc
    142 jmr3904-run.mc
    143 leon3_tsim.mc
    144 lm32_evr_gdbsim.mc
    145 psim.mc
     139bf537Stamp.mc \\
     140bf537Stamp-run.mc \\
     141jmr3904.mc \\
     142jmr3904-run.mc \\
     143leon3_tsim.mc \\
     144lm32_evr_gdbsim.mc \\
     145psim.mc \\
    146146
    147147Another set is the set of macro files for simulation on qemu (Set 2):
    148148
    149 generic_or1k.mc
    150 realview_pbx_a9_qemu.mc
    151 xilinx_zynq_a9_qemu.mc
    152 xilinx_zynq_a9_qemu_smp.mc
    153 xilinx_zynq_zc706_qemu.mc
     149generic_or1k.mc \\
     150realview_pbx_a9_qemu.mc \\
     151xilinx_zynq_a9_qemu.mc \\
     152xilinx_zynq_a9_qemu_smp.mc \\
     153xilinx_zynq_zc706_qemu.mc \\
    154154
    155155These can be converted as per following:
     
    177177Next is the set of macro files which are particularly difficult, because they require user specific information (Set 3):
    178178
    179 beagleboardxm.mc
    180 mcf5235.mc //might require tty settings
    181 xilinx_zynq_zc706.mc
     179beagleboardxm.mc \\
     180mcf5235.mc //might require tty settings \\
     181xilinx_zynq_zc706.mc \\
    182182
    183183These can be converted as following: