- 16 Feb, 2021 2 commits
-
-
Sebastian Krzyszkowiak authored
Librem 5 instructions See merge request !1
-
Dorota Czaplejewicz authored
-
- 04 Feb, 2021 11 commits
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
-
-
Everything will be at the repo root
-
-
This is 'safer', since my understanding is that it'll work on all librem5 variants, whereas the 'r4' dtb only works on Evergreen
-
This is consistent with the naming for other devices (<oem>-<model>)
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
Some devices may need a bit of time to initialize their peripherals (like the SD card on the Librem 5).
-
- 24 Jan, 2021 2 commits
-
-
Sebastian Krzyszkowiak authored
-
Sebastian Krzyszkowiak authored
-
- 18 Jan, 2021 2 commits
-
-
Martijn Braam authored
Add info about discharged battery and eMMC
-
vfjpl authored
-
- 07 Nov, 2020 3 commits
-
-
Martijn Braam authored
-
Martijn Braam authored
-
Martijn Braam authored
Don't use grouped targets for the sunxi dtbs
-
- 22 Oct, 2020 1 commit
-
-
Dalton authored
Grouped explicit targets (the &: syntax) indicate to Make that a single recipe, built once, produces all the indicated targets. In this case, the feature was being used to indicate that the kernel build also creates the needed dtbs for the sunxi devices. Unfortunately, this feature was only introduced in GNU make 4.3 on January 27 2020. Most current or LTS (or current LTS) releases of distributions don't have this version of Make yet. For example, Ubuntu 20.04, Fedora 32, and Debian 10 (Buster) are still on GNU make 4.2 or older. When grouped targets are used on older versions of GNU make, it tries to run the same recipe once for each target. In this case, a 'make all' at the top level would run 'make -C src/linux ...' three times. This caused file locking problems when anything but 'make -j1' was used and made build times pretty long in any other case. Fix this by changing the dtbs to dependency-only targets. Now GNU make <4.3 correctly intuits "I only need to build kernel-sunxi.gz once and will provide the dtbs, too" instead of "I need to build this kernel-sunxi.gz recipe three times: once for kernel-sunxi.gz, once for the two dtbs"
-
- 07 Jun, 2020 2 commits
-
-
Dang H authored
Add support for spawning shell over serial
-
Dang H authored
Signed-off-by:
Danct12 <danct12@disroot.org>
-
- 01 Jun, 2020 3 commits
-
-
Dang H authored
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Dang H authored
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Dang H authored
Fix Pinetab USB Device Controller
-
- 31 May, 2020 1 commit
-
-
Dang H authored
Signed-off-by:
Danct12 <danct12@disroot.org>
-
- 10 May, 2020 1 commit
-
-
Dang H authored
This causes error while syncing submodules. But arm-trusted-firmware is downloaded during make, so this folder is not needed. Signed-off-by:
Danct12 <danct12@disroot.org>
-
- 02 May, 2020 7 commits
-
-
Martijn Braam authored
-
Martijn Braam authored
Add microSD card to JumpDrive
-
Martijn Braam authored
Much more friendly readme
-
Martijn Braam authored
Makefile updates
-
Martijn Braam authored
-
Martijn Braam authored
-
Martijn Braam authored
-
- 24 Apr, 2020 2 commits
-
-
Dang H authored
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Dang H authored
Clean the initramfs directories too
-
- 21 Apr, 2020 1 commit
-
-
Dalton Durst authored
-
- 15 Apr, 2020 1 commit
-
-
Dalton Durst authored
-
- 10 Apr, 2020 1 commit
-
-
Martijn Braam authored
Specify to initialize submodules
-