Skip to content

Commit 1733552

Browse files
authored
Merge pull request #1505 from JonathonHall-Purism/upstream_28.1_librem_11
Add support for Librem 11
2 parents e1d972b + c859c28 commit 1733552

22 files changed

+137
-19
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ config/*.old
1616
*~
1717
crossgcc
1818
clean
19-
*.map
2019
*.sec
2120
*.dep
2221
*.ffs
2322
*.vol
2423
*.lz
2524
*.fv
26-
*.bin
2725
*.bad

blobs/librem_jail/README

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
This directory contains firmware/microcode needed for the Intel AX200 WiFi module, its Bluetooth counterparts, and the Bluetooth component (ar3k) of Ath9k WiFi modules. It is synchronized via the main system firmware (Pureboot) at each boot, and should not be modified.
1+
# Librem Blob Jail
2+
3+
This directory contains firmware/microcode needed for peripherals in some Librem boards, for OSes that do not provide device firmware.
4+
5+
When the blob jail feature is enabled, PureBoot provides device firmware to the OS by adding it to the initrd, then copying it to /run/firmware (see initrd/bin/inject_firmware.sh).
6+
7+
## Librem Mini v2
8+
9+
Librem Mini v2 ships with an Atheros Wi-Fi/Bluetooth card, which does not require firmware for Wi-Fi (but it does for Bluetooth). However, some whitelabel variants ship with Intel AX200, which requires firmware for both Wi-Fi and Bluetooth.
10+
11+
Device firmware is provided in a preconfigured variant build for librem_mini_v2, the basic_usb_autoboot_blob_jail build.
12+
13+
## Librem 11
14+
15+
Librem 11 includes an Intel AX201 Wi-Fi/Bluetooth card, which requires firmware. All builds for librem_11 include the device firmware.
16+
17+
Display microcontroller firmware is also provided to enable power management.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)