-
Notifications
You must be signed in to change notification settings - Fork 17
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
Riscv64 paging mraerino #25
base: main
Are you sure you want to change the base?
Commits on Sep 9, 2023
-
adapted from rCore see https://github.com/rcore-os/rCore Signed-off-by: Stefan Hertenberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a1951c - Browse repository at this point
Copy the full SHA 9a1951cView commit details -
riscv: remove unnecessary cast in virt devcons
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c6fe9f - Browse repository at this point
Copy the full SHA 1c6fe9fView commit details -
riscv: reduce change in uart16550
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aaebad2 - Browse repository at this point
Copy the full SHA aaebad2View commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 200106e - Browse repository at this point
Copy the full SHA 200106eView commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e2c972 - Browse repository at this point
Copy the full SHA 4e2c972View commit details -
NOTE: This is getting all `0000....` at this point. Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8a3548 - Browse repository at this point
Copy the full SHA f8a3548View commit details -
riscv: rework, add address mapping debug helper
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd76e73 - Browse repository at this point
Copy the full SHA cd76e73View commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for becc92b - Browse repository at this point
Copy the full SHA becc92bView commit details -
WIP: riscv: try initializing UART natively
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddc1c2a - Browse repository at this point
Copy the full SHA ddc1c2aView commit details -
riscv: reduce UART MMIO debug prints
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ab6651 - Browse repository at this point
Copy the full SHA 6ab6651View commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ca9843 - Browse repository at this point
Copy the full SHA 1ca9843View commit details -
riscv: factor out walk_dt, print binary sections
This aligns the riscv64 platform/virt kernel linker script with the aarch64 one. Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a658d52 - Browse repository at this point
Copy the full SHA a658d52View commit details -
riscv: dump start of text region
This WORKS, i.e., prints what's in the binary, not just 0! Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3fe2d7 - Browse repository at this point
Copy the full SHA d3fe2d7View commit details -
riscv/memory: debug print address translation
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a12713e - Browse repository at this point
Copy the full SHA a12713eView commit details -
riscv/platform/virt: fix up memory address offset
This causes hanging, but would be correct. See also rCore `kernel/src/arch/riscv/consts.rs`. Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1684254 - Browse repository at this point
Copy the full SHA 1684254View commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1435e83 - Browse repository at this point
Copy the full SHA 1435e83View commit details -
riscv: rework again, debug more...
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2abf9c - Browse repository at this point
Copy the full SHA c2abf9cView commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbc0bfa - Browse repository at this point
Copy the full SHA cbc0bfaView commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a86c953 - Browse repository at this point
Copy the full SHA a86c953View commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94025c7 - Browse repository at this point
Copy the full SHA 94025c7View commit details -
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e0312b - Browse repository at this point
Copy the full SHA 6e0312bView commit details -
riscv/platform/virt/devcons: remove unnecessary mut
Signed-off-by: Daniel Maslowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ec24ac - Browse repository at this point
Copy the full SHA 8ec24acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da42ba - Browse repository at this point
Copy the full SHA 1da42baView commit details
Commits on Sep 10, 2023
-
Ensure cargo checks works for the workspace without flags
Signed-off-by: Marcus Weiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca70a11 - Browse repository at this point
Copy the full SHA ca70a11View commit details -
Signed-off-by: Marcus Weiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c52cb5 - Browse repository at this point
Copy the full SHA 9c52cb5View commit details -
Signed-off-by: Marcus Weiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f072d8f - Browse repository at this point
Copy the full SHA f072d8fView commit details -
Refactor to integer with access methods
Signed-off-by: Marcus Weiner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b59755 - Browse repository at this point
Copy the full SHA 9b59755View commit details