Commit 0b5b623
committed
firmware-sof-signed: move from cli/amd64 baseline to UEFI common
UEFI boards are predominantly x86 laptops where audio routes through
SOF. Without the firmware the kernel SOF driver probes, fails to
load /lib/firmware/intel/sof-ipc4/<plat>/sof-<plat>.ri, and the
analog / speaker path stays silent (HDMI still works, which is why
many users don't notice until they unplug).
The per-release CLI baseline was the wrong home for this:
- trixie + sid had it; bookworm / bullseye / jammy / noble /
oracular never did, so CLI/amd64 was inconsistent across releases.
- SBC / headless CLI images don't need it and were eating ~7 MB
of unused blobs.
Move to config/sources/families/include/uefi_common.inc so every UEFI
build (x86 and arm64 — the package is Architecture: all) picks it up
unconditionally; arm64 UEFI gets a few MB of dead blobs in exchange
for not having to gate the line by LINUXFAMILY here.1 parent 18bf7ae commit 0b5b623
3 files changed
Lines changed: 8 additions & 2 deletions
File tree
- config
- optional/architectures/amd64/_config/cli
- sid/main
- trixie/main
- sources/families/include
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| |||
0 commit comments