summaryrefslogblamecommitdiffstats
path: root/sim-scripts/csb360.in
blob: d4e2cb4c39d4434da2b852bba2aec7d1f572cb63 (plain) (tree)
1
2
3
4
5
6


                                


                            








                
                     

                         
                         


                           
               

 










                                                                              
#
#  M68K-Coldfire/CSB360 Support 
#

##INSERT SKYEYE SUPPORT HERE

checkBSPFaults()
{
  bspExited_ARM
  return $?
}

bspLimit()
{
  testname=$1
  case ${testname} in
    *stackchk*)limit=5 ;;
    *fatal*)   limit=1 ;;
    *minimum*) limit=1 ;;
    *psxtime*) limit=180 ;;
    *)         limit=60 ;;
  esac
  echo ${limit}
}

bspTreeFile=csb360.conf

### Generate the PSIM device tree based upon the type of application being run
bspGenerateDeviceTree()
{
cat <<EOF
arch:coldfire
mach:mcf5272
uart: mod=pipe, desc_in=/dev/null, desc_out=/dev/stdout
EOF
}