Marijn Suijten
05aabcc384
device/*: update firmware-qcom-adreno dependencies and add comments
...
[ci:skip-vercheck]: Only added TODOs to some packages that bundle
their own GMU (and some also SQE) or pull it from the larger
linux-firmware-qcom package.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7819 >
2026-02-03 13:03:17 +01:00
Marijn Suijten
aa443df78a
firmware-qcom-adreno: Upgrade to latest release; split out GMU from SQE
...
While true for all currently-supported Adreno GPUs (according to
this `firmware-qcom-adreno` package, not the actual devices in this
repository) there are other GPU versions that have their own GMU
firmware (or no GMU at all) while reusing `a630_sqe.fw`. The best
representation - one that allows all these firmware packages to be
installed concurrently - wraps that SQE firmware for A630 in a single
package, while creating GPU-specific packages that contain the matching
GMU firmware and depend on this `a630-sqe` package.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7819 >
2026-02-03 13:02:59 +01:00
Luca Weiss
7d6e37fe6a
device-fairphone-fp4: add ALSA UCM & firmware for speaker support
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7866 >
2026-02-03 10:07:07 +00:00
Luca Weiss
7d762d61c1
firmware-fairphone-fp4: package audio amplifier firmware
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7866 >
2026-02-03 10:07:07 +00:00
Luca Weiss
96f026bbc1
linux-postmarketos-qcom-sm6350: add FP4 speaker patches
...
Manual kconfig changes:
* CLK_GFM_LPASS_SM8250=m
* PINCTRL_SM6350_LPASS_LPI=m
* SND_SMARTPA_AW882XX=m
* SND_SOC_LPASS_RX_MACRO=m
* SND_SOC_LPASS_TX_MACRO=m
* SND_SOC_LPASS_VA_MACRO=m
* SND_SOC_WCD938X=m
* SOUNDWIRE_QCOM=m
* DRM_UDL=m (category:usb)
* MODULE_COMPRESS=y (category:default)
* MODULE_COMPRESS_ZSTD=y (category:default)
* USB_SERIAL=m (category:usb)
* USB_SERIAL_CP210X=m (category:usb)
* USB_SERIAL_SIMPLE=m (category:usb)
* USB_STORAGE=m (category:usb)
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7866 >
2026-02-03 10:07:07 +00:00
Clayton Craft
cee04caeaf
linux-postmarketos-asahi: upgrade to 6.18.7-2
...
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7901 >
2026-02-03 09:27:36 +00:00
Achill Gilgenast
69a1d76f94
device-qemu-*: update pkgdescs of kernel subpkgs
...
Now that we only have postmarketOS kernels we can give more information
about the differences between the specific choices.
[19:48:02] Which kernel do you want to use with your device?
[19:48:02] Available kernels (4):
[19:48:02] * lts: Long-term maintainance kernel (most stability, not all security fixes & new features)
[19:48:02] * mainline: Upstream development kernel (regular breakage, latest features)
[19:48:02] * none: No kernel (does not boot! can be used during pmbootstrap testing to save time)
[19:48:02] * stable: Stable kernel (recommended, best balance between stability and features)
[19:48:02] Kernel [stable]:
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7869 >
2026-02-02 18:55:53 +00:00
Aelin
a007e73418
linux-postmarketos-mainline: Upgrade to 6.19-rc8
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7900 >
2026-02-02 11:39:33 +00:00
bluebunny
d4b73792b8
device-xiaomi-pipa: remove deviceinfo_external_storage
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7896 >
2026-02-02 07:05:30 +09:00
Clayton Craft
920c4a8478
soc-qcom: remove MM config
...
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7840 >
2026-02-01 13:17:40 -08:00
Clayton Craft
a042b2080d
device-purism-librem5: remove MM config
...
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7840 >
2026-02-01 13:17:39 -08:00
Clayton Craft
ab80136a3e
device-pine64-pinephonepro: remove MM config
...
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7840 >
2026-02-01 13:17:39 -08:00
Clayton Craft
6975af2fe9
device-pine64-pinephone: remove MM config
...
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7840 >
2026-02-01 13:15:28 -08:00
Aelin
3a5a8c47bb
linux-postmarketos-lts: Fix dtbs install path
...
We have to install dtbs to /boot/dtbs, otherwise U-Boot cannot find
them.
[ci:skip-build]: trivial change, we already do this in linux-next
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7895 >
2026-02-01 19:42:05 +01:00
Aelin
d96379c4de
linux-postmarketos-stable: Fix dtbs install path
...
We have to install dtbs to /boot/dtbs, otherwise U-Boot cannot find
them.
Also set replaces=linux-stable since the kernel.release file path
matches that of linux-stable in Alpine.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7895 >
2026-02-01 19:42:05 +01:00
Jack
d3c283226e
device-microsoft-makepeace: new device
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7876 >
2026-02-01 06:42:11 +00:00
bluebunny
94b72797b3
device-xiaomi-pipa: new device
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7887 >
2026-02-01 13:58:51 +09:00
Sebastian Fleer
1251bfe781
linux-postmarketos-rockchip: upgrade to 6.18.8
...
and resolve all kconfigcheck warnings.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7890 >
2026-01-31 20:54:24 +01:00
Aelin
596794764e
linux-postmarketos-lts: upgrade to 6.18.8
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7883 >
2026-01-30 23:39:55 +01:00
Aelin
7078360d3d
linux-postmarketos-stable: upgrade to 6.18.8
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7879 >
2026-01-30 17:58:36 +01:00
Aelin
f1c933fb23
linux-postmarketos-qcom-msm8956: Use llvm-strip
...
Fixes: ad27c8a871 ("linux-postmarketos-qcom-msm8956: Upgrade to v6.18.7-r0")
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7874 >
2026-01-30 02:51:28 +01:00
Barnabás Czémán
ad27c8a871
linux-postmarketos-qcom-msm8956: Upgrade to v6.18.7-r0
...
Signed-off-by: Barnabás Czémán <barnabas.czeman@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7621 >
2026-01-30 01:40:09 +00:00
Clayton Craft
1720ed803b
device-oneplus-enchilada: add systemd-boot, set fat32 for boot partition
...
This allows building images that support both Android bootloader and
u-boot/EFI bootloader.
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7870 >
2026-01-29 19:47:37 +00:00
Aelin
f4002c193c
linux-postmarketos-lts: upgrade to 6.18.7
...
6.18 is the latest LTS release since the 3rd of December, but wasn't
added to the front page as such yet, which had me confused.
[ci:skip-build]: identical to linux-stable
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7871 >
2026-01-29 18:15:13 +00:00
Yohan Boniface
13c3148f27
nokia-argon: enable drm
...
sxmo-de-sway has been proven to work, and even bananui was using
Wayland.
For a bit of context, see:
https://wiki.postmarketos.org/wiki/User:Ybon
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7863 >
2026-01-29 16:21:48 +00:00
Achill Gilgenast
c7c32a9e0f
device-asus-me176c: move from community to testing
...
No more has a maintainer
[ci:skip-vercheck]: moving packages between categories, removing
co-maintainers
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7849 >
2026-01-29 10:19:19 +00:00
Achill Gilgenast
6ec4d39b0a
device-google-x64cros: remove maintainership of Alper Nebi Yasak
...
inactive
Fixes: 65fa27d1fd ("*/*: remove maintainership by inactive maintainers")
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7849 >
2026-01-29 10:19:19 +00:00
Achill Gilgenast
2aa546f16c
*/*: remove maintainership of David Heidelberg
...
has been banned from the project
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7849 >
2026-01-29 10:19:19 +00:00
Achill Gilgenast
140bcc1086
firmware-lenovo-yoga-5g: remove maintainership of Jennerson
...
somehow missed that package
Fixes: 65fa27d1fd ("*/*: remove maintainership by inactive maintainers")
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7849 >
2026-01-29 10:19:19 +00:00
Achill Gilgenast
56a0499ac2
device-asus-me176c: remove maintainership of Minecrell
...
somehow missed that package
Fixes: 65fa27d1fd ("*/*: remove maintainership by inactive maintainers")
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7849 >
2026-01-29 10:19:19 +00:00
Clayton Craft
a2de76572d
linux-postmarketos-lts: replace linux-lts
...
fixes:
> ERROR: linux-postmarketos-lts-6.12.67-r0: trying to overwrite usr/share/kernel/lts/kernel.release owned by linux-lts-6.12.28-r0.
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7861 >
2026-01-27 13:55:48 -08:00
Clayton Craft
0648d45d76
device/*: migrate device packages to new kernel cmdline config system
...
This migrates all device package to the new system, which is documented
here: https://docs.postmarketos.org/pmaports/main/kernel-cmdline.html .
It also replaces old initramfs params (PMOS_NOSPLASH and
PMOS_FORCE_PARTITION_RESIZE) from the cmdlines with their modern
equivalents, so we can finally get rid of those.
Signed-off-by: default avatarClayton Craft <craftyguy@postmarketos.org>
[ci:skip-build]: already built successfully in CI
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7830 >
2026-01-27 12:34:40 -08:00
Luca Weiss
b78c310e40
device-fairphone-fp4: start using soc-qcom
...
Replace some direct dependencies by soc-qcom plus some subpackages
instead. This will also pull in some extra packages and configs that
will be useful on fairphone-fp4.
Remove pd-mapper since the in-kernel pd-mapper has been in use for a
while so the user space service didn't do anything anymore.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7859 >
2026-01-27 11:07:34 +01:00
Luca Weiss
cd44e0c4b6
device-fairphone-fp5: Set Wireplumber audio format for speaker
...
The S16LE format from soc-qcom package doesn't work, so override it from
the device package.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7700 >
2026-01-27 07:52:37 +00:00
Luca Weiss
f992a6619d
alsa-ucm-conf-qcom-sc7280: update for Fairphone 5 speaker support
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7700 >
2026-01-27 07:52:37 +00:00
Luca Weiss
5585787606
linux-postmarketos-qcom-sc7280: upgrade to 6.18.7
...
Manual kconfig changes:
* SND_SOC_AW88261=m (Fairphone 5)
* DRM_UDL=m (category:usb)
* MODULE_COMPRESS=y (category:default)
* MODULE_COMPRESS_ZSTD=y (category:default)
* USB_RTL8152=m (category:usb)
* USB_SERIAL=m (category:usb)
* USB_SERIAL_CP210X=m (category:usb)
* USB_SERIAL_SIMPLE=m (category:usb)
* USB_STORAGE=m (category:usb)
* ZRAM_BACKEND_842=y (category:zram)
* ZRAM_BACKEND_DEFLATE=y (category:zram)
* ZRAM_BACKEND_LZ4=y (category:zram)
* ZRAM_BACKEND_LZ4HC=y (category:zram)
* ZRAM_BACKEND_LZO=y (category:zram)
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7700 >
2026-01-27 07:52:37 +00:00
Aelin
8dcb74d73a
device-qemu-riscv64: add LTS kernel variant
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7854 >
2026-01-27 07:36:44 +00:00
Aelin
665aeb865a
device-qemu-ppc64le: add LTS kernel variant
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7854 >
2026-01-27 07:36:44 +00:00
Aelin
9615b98a59
device-qemu-loongarch64: add LTS kernel variant
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7854 >
2026-01-27 07:36:44 +00:00
Aelin
beea2efb98
device-qemu-amd64: add LTS kernel variant
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7854 >
2026-01-27 07:36:44 +00:00
Aelin
b64b3277fa
device-qemu-aarch64: add LTS kernel variant
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7854 >
2026-01-27 07:36:44 +00:00
Aelin
9ebd1ee4d6
linux-postmarketos-lts: new package
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7854 >
2026-01-27 07:36:44 +00:00
Aster Boese
ef58926d5e
apple-idevice: disable initramfs-extra
...
There were fears that initramfs-extra would take up too much ram and
cause booting Linux to fail, but that doesn't seem to be the case.
Signed-off-by: Aster Boese <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7846 >
2026-01-26 15:59:51 +00:00
Clayton Craft
080500fffd
linux-postmarketos-asahi: upgrade to 6.18.7-1
...
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7839 >
2026-01-25 22:33:01 -08:00
Aelin
5864f58cff
linux-postmarketos-mainline: upgrade to 6.19_rc7
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7843 >
2026-01-26 00:49:16 +01:00
Achill Gilgenast
ede045f67a
device-generic-x86_64: fix post-install grep
...
grep writes to stdout and not stderr
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7841 >
2026-01-25 22:46:09 +01:00
Sebastian Fleer
24248e3f73
device-google-gru: remove deviceinfo_chassis
...
This information is provided by the respective devicetrees.
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7320 >
2026-01-25 10:04:50 +00:00
Aelin
39dc08786f
device-qemu-riscv64: add stable kernel variant
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7836 >
2026-01-25 00:03:09 +01:00
Aelin
322c155ada
device-qemu-ppc64le: add stable kernel variant
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7836 >
2026-01-25 00:03:09 +01:00
Aelin
af261b95ce
device-qemu-loongarch64: add stable kernel variant
...
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7836 >
2026-01-25 00:03:09 +01:00