1
0
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:
Anton Blanchard
2021-01-04 14:16:06 +11:00
committed by Michael Neuling
parent 4c21587c4d
commit d26a157cd7
7 changed files with 180 additions and 1 deletions

View File

@@ -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 -