# # ARM/Gumstix Support # ##INSERT SKYEYE SUPPORT HERE bspSupportsDisplayAdapter="yes" bspSupportsNIC="yes" checkBSPFaults() { bspExited_ARM return $? } bspLimit() { testname=$1 case ${testname} in *stackchk*)limit=5 ;; *fatal*) limit=1 ;; *minimum*) limit=1 ;; *psxtime*) limit=180 ;; *cpuuse*) limit=180 ;; *sp04*) limit=360 ;; *sp19*) limit=180 ;; *sp20*) limit=180 ;; *) limit=60 ;; esac echo ${limit} } bspTreeFile=gumstix.conf ### Generate the PSIM device tree based upon the type of application being run bspGenerateDeviceTree() { cat <