mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-05-01 14:16:43 +00:00
Add a test to read from all SPRs
Make sure the SPRs are initialized and we can't read X state. (Mikey: rebased and added console/bin file for testing) Signed-off-by: Anton Blanchard <anton@linux.ibm.com> Signed-off-by: Michael Neuling <mikey@neuling.org>
This commit is contained in:
committed by
Michael Neuling
parent
4c21587c4d
commit
d26a157cd7
@@ -3,7 +3,7 @@
|
||||
# Script to update console related tests from source
|
||||
#
|
||||
|
||||
for i in sc illegal decrementer xics privileged mmu misc modes reservation trace fpu ; do
|
||||
for i in sc illegal decrementer xics privileged mmu misc modes reservation trace fpu spr_read ; do
|
||||
cd $i
|
||||
make
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user