Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
ALICIA YAP ZI QI
OSKernel2024-X
Commits
13472f50
Commit
13472f50
authored
6 months ago
by
ALICIA YAP ZI QI
Browse files
Options
Download
Patches
Plain Diff
Exit, clone, write works
parent
43890749
Changes
205
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
Makefile
+6
-6
Makefile
bootloader/SBI/rustsbi-qemu/Cargo.toml
+5
-3
bootloader/SBI/rustsbi-qemu/Cargo.toml
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master.zip
+0
-0
...der/SBI/rustsbi-qemu/local-deps/device_tree-rs-master.zip
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/.github/workflows/rust.yml
+22
-0
...cal-deps/device_tree-rs-master/.github/workflows/rust.yml
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/.gitignore
+3
-0
.../rustsbi-qemu/local-deps/device_tree-rs-master/.gitignore
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/Cargo.toml
+10
-0
.../rustsbi-qemu/local-deps/device_tree-rs-master/Cargo.toml
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/README.md
+6
-0
...I/rustsbi-qemu/local-deps/device_tree-rs-master/README.md
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/examples/bcm2709-rpi-2-b.dtb
+0
-0
...l-deps/device_tree-rs-master/examples/bcm2709-rpi-2-b.dtb
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/examples/dump.rs
+23
-0
...bi-qemu/local-deps/device_tree-rs-master/examples/dump.rs
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/fuzz/.gitignore
+4
-0
...sbi-qemu/local-deps/device_tree-rs-master/fuzz/.gitignore
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/fuzz/Cargo.toml
+22
-0
...sbi-qemu/local-deps/device_tree-rs-master/fuzz/Cargo.toml
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/fuzz/fuzz_targets/fuzz_target_1.rs
+13
-0
.../device_tree-rs-master/fuzz/fuzz_targets/fuzz_target_1.rs
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/src/lib.rs
+610
-0
.../rustsbi-qemu/local-deps/device_tree-rs-master/src/lib.rs
bootloader/SBI/rustsbi-qemu/local-deps/device_tree-rs-master/src/util.rs
+218
-0
...rustsbi-qemu/local-deps/device_tree-rs-master/src/util.rs
bootloader/SBI/rustsbi-qemu/local-deps/k210-hal-master.zip
+0
-0
bootloader/SBI/rustsbi-qemu/local-deps/k210-hal-master.zip
bootloader/SBI/rustsbi-qemu/local-deps/k210-hal-master/.github/workflows/clippy-check.yml
+0
-0
...l-deps/k210-hal-master/.github/workflows/clippy-check.yml
bootloader/SBI/rustsbi-qemu/local-deps/k210-hal-master/.github/workflows/cross-compile.yml
+0
-0
...-deps/k210-hal-master/.github/workflows/cross-compile.yml
bootloader/SBI/rustsbi-qemu/local-deps/k210-hal-master/.github/workflows/security-audit.yml
+0
-0
...deps/k210-hal-master/.github/workflows/security-audit.yml
bootloader/SBI/rustsbi-qemu/local-deps/k210-hal-master/.gitignore
+0
-0
...er/SBI/rustsbi-qemu/local-deps/k210-hal-master/.gitignore
bootloader/SBI/rustsbi-qemu/local-deps/k210-hal-master/CODE_OF_CONDUCT.md
+0
-0
...ustsbi-qemu/local-deps/k210-hal-master/CODE_OF_CONDUCT.md
with
942 additions
and
9 deletions
+942
-9
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
Menu
Explore
Projects
Groups
Topics
Snippets