627 Commits (de3ba3e871d57ae6b6c0776292a22b6bb1d110ee)
 

Author SHA1 Message Date
Andre Richter f46c742289
Update README.md 4 years ago
Andre Richter 325599c8b7
Fix arch and target for VS Code 4 years ago
Andre Richter 3a0b676402
Use MMIODerefWrapper everywhere 4 years ago
Andre Richter 87d82ea559
Use MIS instead of RIS 4 years ago
Andre Richter a362a84592
14: Improve pl011 code 4 years ago
jjy 58c0e04a27 Fix typo 4 years ago
jjy a08cc2d70a Fix typo
beteween -> between
4 years ago
Andre Richter 9cc0f4a5ef
Remove now obsolete const_if feature 4 years ago
Cola Chen 4e54cc0c93
Update README.CN.md (#66)
Update README.CN.md
4 years ago
Andre Richter ee771e5ba6
Adapt image sizes where it makes sense 4 years ago
Andre Richter f1c3366edd
Update contrib setup bundler commands 4 years ago
Andre Richter cfc3bfc996
Switch to new Rust inline asm! syntax 4 years ago
Andre Richter a1c2729f19
CI: bundler: Remove deprecated command 4 years ago
Andre Richter bf39be0f96
Update README.md 4 years ago
Andre Richter 44beff8bc5
Use bundle config instead of deprecated --path
Closes #60
4 years ago
Andre Richter ba6a514bf0
Box alignment 4 years ago
Andre Richter b5fd8545d6
Add instructions for preexisting Rust installation
Closes #64
4 years ago
Andre Richter b6d480d548
kernels: Update dependencies 4 years ago
Andre Richter 662b672e10
Adapt header image sizes to new GitHub layout 4 years ago
Andre Richter 8008cbfe7c
Update README.CN.md 4 years ago
readlnh 58178e40e8 update README.CN.md(commit
5a308d3)
4 years ago
Andre Richter 16a903ad29
kernels: Update dependencies 4 years ago
Andre Richter 812ba841f3
Revert to Ubuntu 19.10
20.04 comes with Ruby 2.7, which emits some annoying deprecation warnigs that
can't be silenced even when using the RUBYOPT variables suggested for doing so.

Work around that for now by reverting to Ubuntu 19.10 which still uses 2.5 and
does not have this bug.
4 years ago
Andre Richter 5a308d326b
Mention Docker group in install instructions. 4 years ago
colachg 79d8a4b675 Add README.CN.md of 00_before_we_start 4 years ago
Andre Richter 1ba7330f9f
Bump qemu-exit to 0.1.1 4 years ago
Douglas Urner 48b769bd19
Update README.md (#54)
* Update README.md

* Apply suggestions from code review

Co-authored-by: Andre Richter <andre-richter@users.noreply.github.com>
4 years ago
Andre Richter ef919b0842
kernels: Update dependencies 4 years ago
Andre Richter 0b455bc011
Bump Rust toolchain 4 years ago
Andre Richter d44bfbb434
X1: Fix deletion of non-existent file 4 years ago
Andre Richter 5ce23bc32b
devtool: Add cargo update 4 years ago
Andre Richter 63cc349379
docker: Upgrade to Ubuntu 20.04 and QEMU 5.0.0 4 years ago
Andre Richter 82f97c000b
Switch to llvm_asm! to avoid future breakage 4 years ago
Andre Richter e26ed0ffde
devtool: Invoke Makefile's clean 4 years ago
Andre Richter c5d0f63ede
Parallel jobs for container build 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 5a0d8de96b
Demangle in objdump 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 834b226f4e
Update README 4 years ago
Andre Richter c8238de4e7
Fix some old links 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 3a794448ad
Set chainloader relocation address to 32 MiB
Apparently, this is needed according to #53 for compatibility to Pi3 A+ devices.

Fixes #53
4 years ago
Andre Richter 792b208643
Missed xdoc -> doc earlier 4 years ago
Andre Richter 9819b557fe
Add console symbol 4 years ago
Andre Richter 26b23eb486
Change chainloader relocation to 256 MiB
This should accommodate devices with less than 1 GiB.
4 years ago
Andre Richter ed5cada47e
Remove attributes ignored by rustfmt. 4 years ago