Skip to content

Commit

Permalink
Merge pull request #277 from Abdulwadoodd/main
Browse files Browse the repository at this point in the history
Add changes in arch_test.h file, split macros into 2 files and enable multiple Privilege Modes in Trap Handler
  • Loading branch information
allenjbaum authored Jan 25, 2023
2 parents 933dddd + 60f0218 commit af1d7e1
Show file tree
Hide file tree
Showing 4 changed files with 2,461 additions and 1,378 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# CHANGELOG
## [3.6.0] - 2022-10-11
- Removed the bugs in RVTEST_GOTO_LOWER_MODE macro
- Removed the bugs in RVTEST_GOTO_MMODE macro and defined strap_routine directive.
- Updated RVTEST_TRAP_SAVEAREA and RVTEST_TRAP_EPILOG macros to refine the definitions of per mode save area macros.
- Added better indications of when the trap signature area is overrun
- Ensured that the trap handler keeps the trampoline 64B aligned (need for CLIC spec)
- fixed the handling of when xTVEC was not initialized and also could not be written
- rewritten the save_GPR macro to it now compiles
- some miscellaneous optimizations

=======

## [3.5.3] - 2022-11-22
- Fix Canary definition according to sigalign.
Expand Down
Loading

0 comments on commit af1d7e1

Please sign in to comment.