mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-26 22:29:17 +00:00
be9051e322
Move firmware binaries into board subdirectories, so boards can have different firmware binaries. Remove *.bin from .gitignore. This was probably meant for build artifacts, which are excluded via build/ now. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
13 lines
722 B
Plaintext
13 lines
722 B
Plaintext
# Librem Blob Jail
|
|
|
|
This directory contains firmware/microcode needed for peripherals in some Librem boards, for OSes that do not provide device firmware.
|
|
|
|
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).
|
|
|
|
## Librem Mini v2
|
|
|
|
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.
|
|
|
|
Device firmware is provided in a preconfigured variant buidl for librem_mini_v2, the basic_usb_autoboot_blob_jail build.
|
|
|