Use dedicated rivet-specific env
Merge pull request #534 from lz-bro/fix_triggerDmode
Check the mcontrol triggers, no other triggers.
ma_addr: permit access faults in lieu of misaligned exceptions
Merge pull request #533 from lz-bro/fix_icount
Clear breakpoints so that gdb will not single step
Merge pull request #531 from aap-sc/aap-sc/improvements
improvements to debug tests infrastructure to help with triaging process
Merge pull request #532 from lz-bro/mb_translate
Add virtual memory synchronization after completing the page tables
Merge pull request #526 from lz-bro/fix_TranslateTest
Restore $stap and $mstatus after test translate
Merge pull request #539 from rogerchang23424/bitmanip
Add bitmanip test cases
Check the mcontrol triggers, no other triggers.
Signed-off-by: liangzhen <zhen.liang@spacemit.com>
Change-Id: Iac914aef8080411e6acd9039c4bdfa728533103c
Merge pull request #536 from eiji-y/check_svnapot
If Svnapot is not implemented, skip the test.
If Svnapot is not implemented, skip the test.
If Svnapot is not implemented, a page fault will occur when accessing a page with napot specified.
In this case, let the test pass.
Clear breakpoints so that gdb will not single step
Signed-off-by: liangzhen <zhen.liang@spacemit.com>
Change-Id: I7a4a24972cfa2ddc307a5f06fe3fd5380794719f
Add virtual memory synchronization after completing the page tables
Signed-off-by: liangzhen <zhen.liang@spacemit.com>
Change-Id: Ida1490338d204541c5c7f143aec3b8d79d83d7f4
[debug tests] fix setting of remotetimeout
fixes setting of `remotetimeout`. It was silently overwritten by default
values from platform definition even if user specified one.
[debug tests] add option to log GDB remote serial protocol
introduce a new option to log communications over GDB remote serial
protocol which is helpful for debugging some tests.