Commit Graph

16 Commits

Author SHA1 Message Date
Andre Richter
44bb3f8942
Update copyright year 2021-01-01 11:28:32 +01:00
Andre Richter
b30bc518c4
Switch to GCC objdump and nm
The GCC versions of `objdump` and `nm` seem to have better out-of-the-box
support (for AArch64). Demangling works better, and instructions in objdump are
presented as 4 bytes instead of 4 * 1 bytes, which helps a lot.

Hence, switch to the GCC versions for now until LLVM has caught up.
2020-11-01 15:58:05 +01:00
Andre Richter
80071ed5aa
Bump Ubuntu Docker Version; QEMU 2020-10-28 12:40:45 +01: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
63cc349379
docker: Upgrade to Ubuntu 20.04 and QEMU 5.0.0 2020-04-30 22:10:07 +02:00
Andre Richter
c5d0f63ede
Parallel jobs for container build 2020-04-16 23:13:17 +02:00
Andre Richter
c8238de4e7
Fix some old links 2020-04-11 12:38:49 +02:00
Andre Richter
bb78c779ca
Introducing Minipush, a raspbootcom replacement.
Gets rid of compiled C++, uses Ruby 💎
2020-01-14 20:45:41 +01:00
Andre Richter
e690f8e7e4
Copyright bump to 2020 🎆 2020-01-02 00:41:03 +01:00
Andre Richter
8d6ddfca24
Add VCS ref to docker image 2019-12-25 18:33:04 +01:00
Andre Richter
f11a076c04
Docker: Bump to 19.10; Add ruby 2019-12-25 17:24:57 +01:00
Andre Richter
54137e8b38
Relicense as dual MIT OR Apache-2.0 2019-11-25 19:54:05 +01:00
Andre Richter
b4d202ff99
Fix qemu version to 4.1.0 2019-10-28 00:51:09 +01:00
Andre Richter
8d6c58ad57
Add code for tutorial 09 2019-10-27 23:12:48 +01:00
Andre Richter
1ded3fb42a
Change some more license headers to SPDX 2019-10-27 23:11:50 +01:00
Andre Richter
fed22475d1
Make utils container name board agnostic 2019-10-27 23:09:34 +01:00