# # ARM/SMDK2410 Support # ##INSERT SKYEYE SUPPORT HERE checkBSPFaults() { bspExited_ARM return $? } bspLimit() { testname=$1 case ${testname} in *stackchk*)limit=5 ;; *fatal*) limit=1 ;; *minimum*) limit=1 ;; *intrcrit*) limit=120 ;; *psxfile01*) limit=90 ;; *psxsignal02*) limit=240 ;; *psxstat*) limit=120 ;; *psxtime*) limit=600 ;; *sp01*) limit=180 ;; *sp12*) limit=180 ;; *sp24*) limit=150 ;; *sp39*) limit=330 ;; # run was 4m45s *) limit=60 ;; esac echo ${limit} } bspTreeFile=smdk2410.conf ### Generate the PSIM device tree based upon the type of application being run bspGenerateDeviceTree() { cat <