Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
ZongzhenYang
进击のOS
Commits
9b546fd9
Commit
9b546fd9
authored
3 years ago
by
ZongzhenYang
Browse files
Options
Download
Patches
Plain Diff
del submodules
parent
6e8ac100
Changes
79
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.vscode/settings.json
+4
-1
.vscode/settings.json
bootloader/rustsbi-k210
+0
-1
bootloader/rustsbi-k210
bootloader/rustsbi-k210/.cargo/config.toml
+7
-0
bootloader/rustsbi-k210/.cargo/config.toml
bootloader/rustsbi-k210/.gitignore
+2
-0
bootloader/rustsbi-k210/.gitignore
bootloader/rustsbi-k210/Cargo.lock
+503
-0
bootloader/rustsbi-k210/Cargo.lock
bootloader/rustsbi-k210/Cargo.toml
+7
-0
bootloader/rustsbi-k210/Cargo.toml
bootloader/rustsbi-k210/README.md
+39
-0
bootloader/rustsbi-k210/README.md
bootloader/rustsbi-k210/rustsbi-k210/.cargo/config.toml
+7
-0
bootloader/rustsbi-k210/rustsbi-k210/.cargo/config.toml
bootloader/rustsbi-k210/rustsbi-k210/Cargo.toml
+16
-0
bootloader/rustsbi-k210/rustsbi-k210/Cargo.toml
bootloader/rustsbi-k210/rustsbi-k210/build.rs
+18
-0
bootloader/rustsbi-k210/rustsbi-k210/build.rs
bootloader/rustsbi-k210/rustsbi-k210/kendryte-k210.dtb
+0
-0
bootloader/rustsbi-k210/rustsbi-k210/kendryte-k210.dtb
bootloader/rustsbi-k210/rustsbi-k210/kendryte-k210.dts
+70
-0
bootloader/rustsbi-k210/rustsbi-k210/kendryte-k210.dts
bootloader/rustsbi-k210/rustsbi-k210/link-k210.ld
+56
-0
bootloader/rustsbi-k210/rustsbi-k210/link-k210.ld
bootloader/rustsbi-k210/rustsbi-k210/src/execute.rs
+134
-0
bootloader/rustsbi-k210/rustsbi-k210/src/execute.rs
bootloader/rustsbi-k210/rustsbi-k210/src/feature.rs
+14
-0
bootloader/rustsbi-k210/rustsbi-k210/src/feature.rs
bootloader/rustsbi-k210/rustsbi-k210/src/feature/delegate_page_fault.rs
+199
-0
...tsbi-k210/rustsbi-k210/src/feature/delegate_page_fault.rs
bootloader/rustsbi-k210/rustsbi-k210/src/feature/emulate_rdtime.rs
+27
-0
...r/rustsbi-k210/rustsbi-k210/src/feature/emulate_rdtime.rs
bootloader/rustsbi-k210/rustsbi-k210/src/feature/sfence_vma.rs
+43
-0
...oader/rustsbi-k210/rustsbi-k210/src/feature/sfence_vma.rs
bootloader/rustsbi-k210/rustsbi-k210/src/feature/supervisor_interrupt.rs
+128
-0
...sbi-k210/rustsbi-k210/src/feature/supervisor_interrupt.rs
bootloader/rustsbi-k210/rustsbi-k210/src/feature/transfer_trap.rs
+29
-0
...er/rustsbi-k210/rustsbi-k210/src/feature/transfer_trap.rs
with
1303 additions
and
2 deletions
+1303
-2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment