summaryrefslogblamecommitdiffstats
path: root/sim-scripts/ezkit533-skyeye.in
blob: 8fd9ec702ff5b7277360b5551dfea1fc4ec52bac (plain) (tree)
1
2
3


                             





















                            










                                                                              
#
#  Blackfin/ezkit533 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=ezkit533.conf

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