summaryrefslogtreecommitdiff
path: root/configs/boot/devtime.rcS
blob: 22a5469b80e0864ae30d63b9a833b65f4e5a6e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
echo "switching cpus"
m5 switchcpu
echo "done"
insmod /modules/devtime.ko dataAddr=0x9000004 count=100
rmmod devtime
insmod /modules/devtime.ko dataAddr=0x1a0000300 count=100
rmmod devtime
insmod /modules/devtime.ko memTest=1 count=100
rmmod devtime
m5 exit