XICS test case
authorMichael Neuling <mikey@neuling.org>
Thu, 23 Apr 2020 04:37:29 +0000 (14:37 +1000)
committerMichael Neuling <mikey@neuling.org>
Thu, 23 Apr 2020 06:36:49 +0000 (16:36 +1000)
commit0076f8bf1def0789543e88417bf329a3cb351942
treebda3cf7c9c011e412ffa9f0ccab58950aef3fb84
parentb4f20c20b9a5371ca5f7c8973f756c8908cd65a6
XICS test case

Checks interrupt masking and priorities.

Adds to `make test_xics` which is run in `make check` also.

Signed-off-by: Michael Neuling <mikey@neuling.org>
tests/test_xics.bin [new file with mode: 0755]
tests/test_xics.console_out [new file with mode: 0644]
tests/update_console_tests
tests/xics/Makefile [new file with mode: 0644]
tests/xics/head.S [new file with mode: 0644]
tests/xics/powerpc.lds [new file with mode: 0644]
tests/xics/xics.c [new file with mode: 0644]
tests/xics/xics.h [new file with mode: 0644]