Commit Graph

531 Commits

Author SHA1 Message Date
Andre Richter
87e74f62cd
UART: Fix FBRD
Closes #70

Co-authored-by: Carl Fredrik Samson <cfsamson@users.noreply.github.com>
2020-07-13 21:55:37 +02:00
Andre Richter
519be514a5
Update README.md 2020-07-12 15:13:15 +02:00
Andre Richter
0207c6b63f
rubocop: Enable new cops 2020-07-12 15:09:32 +02:00
Andre Richter
c78568bba1
Update some links 2020-07-12 15:06:46 +02:00
Andre Richter
f46c742289
Update README.md 2020-07-12 14:52:50 +02:00
Andre Richter
325599c8b7
Fix arch and target for VS Code 2020-07-12 13:48:14 +02:00
Andre Richter
3a0b676402
Use MMIODerefWrapper everywhere 2020-07-12 12:44:03 +02:00
Andre Richter
87d82ea559
Use MIS instead of RIS 2020-07-11 22:05:02 +02:00
Andre Richter
a362a84592
14: Improve pl011 code 2020-07-11 12:07:17 +02:00
jjy
58c0e04a27 Fix typo 2020-07-08 22:23:49 +02:00
jjy
a08cc2d70a Fix typo
beteween -> between
2020-07-01 08:52:48 +02:00
Andre Richter
9cc0f4a5ef
Remove now obsolete const_if feature 2020-06-30 16:43:10 +02:00
Cola Chen
4e54cc0c93
Update README.CN.md (#66)
Update README.CN.md
2020-06-30 16:42:01 +02:00
Andre Richter
ee771e5ba6
Adapt image sizes where it makes sense 2020-06-29 22:50:49 +02:00
Andre Richter
f1c3366edd
Update contrib setup bundler commands 2020-06-29 22:32:41 +02:00
Andre Richter
cfc3bfc996
Switch to new Rust inline asm! syntax 2020-06-29 22:27:31 +02:00
Andre Richter
a1c2729f19
CI: bundler: Remove deprecated command 2020-06-29 22:17:24 +02:00
Andre Richter
bf39be0f96
Update README.md 2020-06-29 09:32:38 +02:00
Andre Richter
44beff8bc5
Use bundle config instead of deprecated --path
Closes #60
2020-06-29 09:04:12 +02:00
Andre Richter
ba6a514bf0
Box alignment 2020-06-28 15:00:01 +02:00
Andre Richter
b5fd8545d6
Add instructions for preexisting Rust installation
Closes #64
2020-06-28 14:02:14 +02:00
Andre Richter
b6d480d548
kernels: Update dependencies 2020-06-28 13:36:34 +02:00
Andre Richter
662b672e10
Adapt header image sizes to new GitHub layout 2020-06-27 23:32:42 +02:00
Andre Richter
8008cbfe7c
Update README.CN.md 2020-06-01 20:57:44 +02:00
readlnh
58178e40e8 update README.CN.md(commit
5a308d3)
2020-06-01 20:55:27 +02:00
Andre Richter
16a903ad29
kernels: Update dependencies 2020-05-31 13:20:19 +02:00
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.
2020-05-31 12:53:27 +02:00
Andre Richter
5a308d326b
Mention Docker group in install instructions. 2020-05-30 22:45:10 +02:00
colachg
79d8a4b675 Add README.CN.md of 00_before_we_start 2020-05-22 21:05:07 +02:00
Andre Richter
1ba7330f9f
Bump qemu-exit to 0.1.1 2020-05-11 08:35:48 +02:00
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>
2020-05-07 22:39:12 +02:00
Andre Richter
ef919b0842
kernels: Update dependencies 2020-05-05 21:51:17 +02:00
Andre Richter
0b455bc011
Bump Rust toolchain 2020-05-05 21:50:10 +02:00
Andre Richter
d44bfbb434
X1: Fix deletion of non-existent file 2020-05-05 21:49:42 +02:00
Andre Richter
5ce23bc32b
devtool: Add cargo update 2020-05-05 21:48:56 +02:00
Andre Richter
63cc349379
docker: Upgrade to Ubuntu 20.04 and QEMU 5.0.0 2020-04-30 22:10:07 +02:00
Andre Richter
82f97c000b
Switch to llvm_asm! to avoid future breakage 2020-04-22 21:38:34 +02:00
Andre Richter
e26ed0ffde
devtool: Invoke Makefile's clean 2020-04-16 23:24:39 +02:00
Andre Richter
c5d0f63ede
Parallel jobs for container build 2020-04-16 23:13:17 +02:00
Andre Richter
681092829c
Bump to cortex-a 3.0.0 2020-04-16 22:54:08 +02:00
Andre Richter
98d5d79acf
Don't check in binaries anymore 2020-04-16 22:47:19 +02:00
Andre Richter
5a0d8de96b
Demangle in objdump 2020-04-15 23:38:44 +02:00
Andre Richter
bf8e6c36c7
Analyzer: Invoke cargo check through Makefile 2020-04-15 23:00:21 +02:00
Andre Richter
0a1616d8b2
Let cargo track changed files
This should enable incremental compilation monitored by cargo.
2020-04-14 23:16:35 +02:00
Andre Richter
a4266ba978
More Makefile fixes 2020-04-12 22:22:29 +02:00
Andre Richter
6eb9613ba2
Fix objcopy invocation 2020-04-12 11:54:13 +02:00
Andre Richter
834b226f4e
Update README 2020-04-11 22:10:26 +02:00
Andre Richter
c8238de4e7
Fix some old links 2020-04-11 12:38:49 +02:00
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.
2020-04-11 12:22:52 +02:00
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
2020-04-11 11:27:50 +02:00