-
Notifications
You must be signed in to change notification settings - Fork 24
feat(arm): add ARM architecture support with context and trap handling #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
80ba1fb
feat(arm): add ARM architecture support with context and trap handling
luodeb fa8d8e4
feat(arm): enhance exception handling with detailed trap routines and…
luodeb e4a5797
Refactors ARM assembly usage to leverage aarch32-cpu crate
luodeb 775b32c
Refactors MMU init to use type-safe CPU abstractions
luodeb 3589846
feat(arm): enhance exception handling with new macros and improved re…
luodeb e46bfbe
refactor(arm): code fmt
luodeb 19ab92a
refactor(arm): streamline assembly function calls and remove unused m…
luodeb f653dca
Adds ARM timer register access functions
luodeb 5abff1e
improves ARM utilities
luodeb 11a886b
Simplifies ARM MMU setup and improves trap context handling
luodeb 7541c9b
Updates aarch32-cpu dependency version
luodeb b50022e
Adds support for physical and virtual ARM timers
luodeb c19e826
Refactors ARM mode and CPSR handling for clarity
luodeb deb4121
Update src/arm/init.rs
luodeb 580b7a1
No code changes detected
luodeb a081035
Fix program crashes caused by accidental loss of the`lr` register
luodeb 993c7ae
add ci and rename SAVE_REGS_SVC
luodeb 22e7b83
Simplifies trap frame register restoration logic
luodeb cfa91db
Clears trap frame lr to detect invalid returns
luodeb 6ec4ecb
Preserves SVC lr in trap frame for correct returns
luodeb f795db0
Handling debug events in prefetch abort exceptions, allowing executio…
luodeb 24bd5d9
add read/write_thread_pointer
luodeb 71df8f1
Adds ARM32 TLS accessor for Rust compiler support
luodeb da5fc17
add uspace for arceos clippy
luodeb cc699a9
code fmt
luodeb 7763792
Switches thread pointer ops to use read-only register
luodeb 159a869
update percpu to 0.3
luodeb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.