2006-01-23 Joel Sherrill <joel@OARcorp.com>

* runtest: Add pvr setting.
This commit is contained in:
Joel Sherrill
2006-01-23 14:50:01 +00:00
parent 0f1590b49b
commit e1f4b2d761
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2006-01-23 Joel Sherrill <joel@OARcorp.com>
* runtest: Add pvr setting.
2006-01-20 Joel Sherrill <joel@OARcorp.com>
* psim: Enhance to add limit on how long a single test is allowed to

View File

@@ -190,6 +190,7 @@ do
${simulator} $extra_options -c ${instruction_limit} \
-o "/#address-cells 2" \
-o "/openprom/options/oea-memory-size ${sizeof_ram}" \
-o "/openprom/init/register/pvr 0xfffe0000" \
-o "/shm@0xc0000000/reg 0xc0000000 0x10000" \
-o "/shm@0xc0000000/key 0x1234" \
-o "/sem@0xc0010000/reg 0xc0010000 12" \
@@ -200,6 +201,7 @@ do
${simulator} $extra_options -c ${instruction_limit} \
-o "/#address-cells 2" \
-o "/openprom/options/oea-memory-size ${sizeof_ram}" \
-o "/openprom/init/register/pvr 0xfffe0000" \
-o "/shm@0xc0000000/reg 0xc0000000 0x10000" \
-o "/shm@0xc0000000/key 0x1234" \
@@ -243,6 +245,7 @@ do
# -f ${devicefile} $tfile | sed -e 's/
//' -e '/^$/d' > ${logfile}
${simulator} $extra_options -c ${instruction_limit} \
-o "/#address-cells 2" \
-o "/openprom/options/oea-memory-size ${sizeof_ram}" \
-o "/openprom/init/register/pvr 0xfffe0000" \