Commit Graph

735 Commits

Author SHA1 Message Date
Andre Richter
6a9af3c202
change static type 2021-03-16 23:24:59 +01:00
Andre Richter
5887503f8a
Fix explanation 2021-03-16 23:12:21 +01:00
Andre Richter
223989adb9
Overhaul linker script 2021-03-16 22:36:06 +01:00
Andre Richter
fa4a2de331
MMIODescriptors are always physical 2021-03-15 22:20:26 +01:00
Andre Richter
d09374710d
Some rework on virtual memory code
- Mostly more spearation of concerns in 15.
- Cleanups in other parts.
2021-03-15 22:07:01 +01:00
Andre Richter
eb2bee6bb1
newline 2021-03-13 00:25:14 +01:00
Andre Richter
e7b890c084
test fix for CI tput errors 2021-03-13 00:18:18 +01:00
Andre Richter
2f90304149
Add color and verbosity to Makefile 2021-03-12 23:44:10 +01:00
Andre Richter
5e65a80145
Rework conditional compilation for lib.rs for tests 2021-03-11 23:14:08 +01:00
Andre Richter
e451d9d62c
Fix accidentally commited temp change 2021-03-07 21:14:15 +01:00
Andre Richter
aeadda4b7e
Bump dependencies 2021-03-07 21:06:48 +01:00
Andre Richter
6db8b2bc72
Update toolchain 2021-03-07 21:01:44 +01:00
Andre Richter
9d74e021ef
Docker utils: Bump various versions 2021-03-07 21:01:02 +01:00
Kaifoon
8ee50a2f8b Update README.CN.md
update filename `memory.ts` to `memory.rs`
2021-01-29 22:47:19 +01:00
Andre Richter
a5884321a7
Fix rustdoc warnings 2021-01-29 22:30:02 +01:00
Andre Richter
dc9b3c0f38
Add isb before timer read 2021-01-29 22:26:45 +01:00
Andre Richter
8324b1fdac
PL011: Use BUSY bit
Fixes #100
2021-01-28 23:25:57 +01:00
Andre Richter
c8e9b9713f
update deps 2021-01-23 22:53:26 +01:00
Andre Richter
e7cb61b389
Refactoring
- Don't wildcard-import from arch modules. Make it explicit.
- Put translation table code into its own module.
- Put boot code in boot.rs instead of cpu.rs
- Other minor changes, most memory subsystem.
2021-01-23 22:43:59 +01:00
Andre Richter
e815b34603
Update READMEs 2021-01-04 23:16:15 +01:00
Andre Richter
4d1f84bbff
Add pull request template 2021-01-04 18:05:34 +01:00
Andre Richter
c35a30cd0b Bump UART to 921_600 baud + other bugfixes
Fixes #95
Fixes #98

Co-authored-by: Takumasa Sakao <sakataku7@gmail.com>
2021-01-04 17:11:48 +01:00
Andre Richter
ff382c3faf
Remove comment 2021-01-02 16:04:27 +01:00
Andre Richter
f2a891236e
Remove unused feature 2021-01-02 16:00:16 +01:00
Andre Richter
ee52e8e288
Bump UART to 576000 baud 2021-01-01 23:12:42 +01:00
Andre Richter
269df3e25d
Update toolchain 2021-01-01 21:13:09 +01:00
Andre Richter
fb33dddacf
Copyright update, again 2021-01-01 21:07:58 +01:00
Andre Richter
1d2b5ad022
Memory Mapping: Improve various aspects 2021-01-01 21:03:18 +01:00
Andre Richter
9b89f297d7
Update dependencies 2021-01-01 12:04:01 +01:00
Andre Richter
44bb3f8942
Update copyright year 2021-01-01 11:28:32 +01:00
Andre Richter
cf34736f55
update deps 2020-12-28 15:23:36 +01:00
Andre Richter
4618858f45
Update panic_wait.rs 2020-12-27 22:58:10 +01:00
Andre Richter
4caf880e0c
Update README 2020-12-27 00:35:47 +01:00
Andre Richter
53c1163c51
01: Remove LTO to fix linking bug.
For some reason, LTO caused "_start" to start at 0x00080020
instead of 0x00080000.
2020-12-27 00:20:24 +01:00
Andre Richter
18c7259c60
Default to externally powered RPis
Addresses issues in #86
2020-12-27 00:06:43 +01:00
Andre Richter
dad68abdc6
Update dependencies 2020-12-23 22:41:10 +01:00
Andre Richter
b74a931d01
Update minipush.rb
Fixes #89
2020-12-17 09:46:56 +01:00
myl7
3a430163b5 Remove redundant spaces. 2020-12-11 17:05:52 +01:00
Andre Richter
d212348931
Bump compiler version.
We have to remove the `#[naked]` attribute from `_start` for now, since it emits
a warning now when used with non-asm statements in the function body. For now,
just hope for the compiler's mercy to not emit code using the stack pointer
before we've actually set up a stack.
2020-12-09 22:27:30 +01:00
Andre Richter
d2fd4913ae
CI: Ignore rust-toolchain and use latest nightly 2020-12-09 21:45:10 +01:00
Andre Richter
709b67f1ce
Introduce rust-toolchain
Make use of the new format, introduced in
https://blog.rust-lang.org/2020/11/27/Rustup-1.23.0.html#new-format-for-rust-toolchain
2020-12-09 21:38:48 +01:00
Andre Richter
6eafd7c81e
Bump rubocop version; Fix issues 2020-11-23 22:52:01 +01:00
Andre Richter
e8d30392d0
Add LTO 2020-11-23 22:44:31 +01:00
Andre Richter
2c3f705051
Update dependencies
register-rs 1.0.0 now uses UnsafeCell internally, which means we lost the Copy
derive on InMemoryRegister.

Therefore, a small set of changes was needed in the MMU driver to dance around
the static array init depending on a Copy type.
2020-11-23 22:34:20 +01:00
Andre Richter
537f8b0386
readme updates 2020-11-20 22:34:04 +01:00
Andre Richter
bd16dfe4b3
Demangle++: Pipe through rustfilt 2020-11-20 22:27:21 +01:00
Andre Richter
d6a1fad628
Bump compiler version 2020-11-20 22:17:58 +01:00
Andre Richter
5c193d5803
Change to a simpler mutex API 2020-11-20 22:05:14 +01:00
Andre Richter
02f9f34af3
More sound Phantom in MMIO deref wrapper 2020-11-19 22:53:43 +01:00
Andre Richter
ae878182d7
Bump rubocop version; Fix issues 2020-11-14 10:25:00 +01:00