42 Commits (690716e4af855395ffddc52429b35fe11806fd76)

Author SHA1 Message Date
Andre Richter 690716e4af
add toml extension to .cargo/config file 4 years ago
Andre Richter 27a1d10cc3
Remove UB in linker script symbol <-> Rust handover 4 years ago
Andre Richter 64658a6ce9
Bump toolchain version 4 years ago
Andre Richter 677b274a1f
Add a panic version of the GPIO to panic!() 4 years ago
Andre Richter 6a5f3758fa
Remove/reshuffle features 4 years ago
Andre Richter 7b0ae693c7
Switch to qemu-exit 1.0.x 4 years ago
Andre Richter 22faff5229
Various finetunings 4 years ago
Andre Richter e7df5b2982
Use InMemoryRegister in MMU driver 4 years ago
Andre Richter 37b9d1435e
Move anything wrt linker symbols to bsp::memory
Also, some rewording of data types.
4 years ago
Andre Richter b8f7764bbb
Align to new rubocop rules 4 years ago
Andre Richter 5a793e5fcb
Wording 4 years ago
Andre Richter 681092829c
Bump to cortex-a 3.0.0 4 years ago
Andre Richter 98d5d79acf
Don't check in binaries anymore 4 years ago
Andre Richter bf8e6c36c7
Analyzer: Invoke cargo check through Makefile 4 years ago
Andre Richter 0a1616d8b2
Let cargo track changed files
This should enable incremental compilation monitored by cargo.
4 years ago
Andre Richter a4266ba978
More Makefile fixes 4 years ago
Andre Richter 6eb9613ba2
Fix objcopy invocation 4 years ago
Andre Richter 089565762a
Makefiles: Docker USB passthrough in Linux only
Detect if we run on Linux. If so, dockerize Makefile targets that need access to
USB devices. If we run on anything else, attempt to execute natively.

This will enable non-Linux Unixes like macOS to run the chainboot target, given
they install the needed Ruby dependencies.
4 years ago
Andre Richter 792b208643
Missed xdoc -> doc earlier 4 years ago
Andre Richter c4f9432e13
Remove xbuild. Use upstream aarch64 rust-std 🎉 🦀
`rustup target add aarch64-unknown-none-softfloat` is now a thing.
It is no longer required to build rust-std on-demand with `xbuild`.

This reduces compile-times significantly.
4 years ago
Andre Richter 890442e8f1
Fix typo 4 years ago
Andre Richter 1cba21bda1
Minor namespace adaptions 4 years ago
Andre Richter 2a7ebe15eb
13: Change tests to new module structure 4 years ago
Andre Richter 474f58ced0
Add README diffs 4 years ago
Andre Richter 18a7f225e6
Update README.md 4 years ago
Andre Richter 1496e003d8
Refactor tutorial 13 4 years ago
Andre Richter d93e790a83
Cleanup stuff forgotten earlier 4 years ago
Andre Richter cd5b9f56b8
higher res version of testing gif 4 years ago
Andre Richter 72a4d28fc1
Bump to register 0.5.x 4 years ago
Andre Richter bb78c779ca
Introducing Minipush, a raspbootcom replacement.
Gets rid of compiled C++, uses Ruby 💎
4 years ago
Andre Richter 8083fdbb36
Use different symbol. Seems better supported 4 years ago
Andre Richter f677e6d01f
Add one more test 5 years ago
Andre Richter c64dd1197a
For educational purposes, use own zero_bss(). 5 years ago
Andre Richter a41190e298
Ensure kernel panic starts on newline 5 years ago
Andre Richter 666d349a51
Fix runner.rb not propagating QEMU exit status 5 years ago
Andre Richter 6d9641d05f
Fix possibility of (.bss size) mod 8 != 0 5 years ago
Andre Richter e690f8e7e4
Copyright bump to 2020 🎆 5 years ago
Andre Richter 83264efc19
Fix github actions tty error 5 years ago
Andre Richter 70989b963c
Add unit test check option 5 years ago
Andre Richter 447b0aaa4e
Fix script generation in Makefile
This would fail if the target folder didnt exist already.
5 years ago
Andre Richter 23ab3e8d15
Minor corrections 5 years ago
Andre Richter 99daef4b23
Add tutorial 13 5 years ago