- Mar 28, 2024
-
-
Remove a530 firmware files in favor of firmware-qcom-adreno-a530.
-
Remove nonfree-firmware subpackage and depend on firmware-qcom-adreno-a530.
-
Remove a530 firmware files in favor of firmware-qcom-adreno-a530.
-
Remove nonfree-firmware subpackage and depend on firmware-qcom-adreno-a530.
-
Remove a530 firmware files in favor of firmware-qcom-adreno-a530.
-
- Mar 27, 2024
-
-
This workaround is basically identical to the one recently applied to soc-qcom-msm8916 (MR 4958). Tested on xiaomi-tissot and xiaomi-daisy, where performance for GTK4 applications goes from barely usable to fairly decent. Closes: https://gitlab.com/postmarketOS/pmaports/-/issues/2220 Thanks: Nikita Travkin <nikita@trvn.ru> Signed-off-by:
Andrea Bolognani <eof@kiyuko.org> [ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
-
The modem requires firmware to be loaded from an on-device RADIO partition, samsungipcd does that. Not installing it prevents that firmware from being used. [ci:skip-build]: already built successfully in CI
-
- Mar 26, 2024
-
-
This package is dropped from Alpine and I don't think we need it..? Signed-off-by:
Caleb Connolly <caleb@postmarketos.org> [ci:skip-build]: already built successfully in CI
-
With the new changes in lk2nd that allow us to support extlinux.conf and with the U-Boot support with EFI, we can now generate image that would be generic to these devices. [ci:skip-build]: already built successfully in CI
-
Many msm8916 devices can make use of U-Boot's EFI support. Enable it.
-
- Mar 25, 2024
-
-
Signed-off-by:
Caleb Connolly <caleb@connolly.tech>
-
We need the checksum otherwise local HTTP cache gets real confused. Signed-off-by:
Caleb Connolly <caleb@connolly.tech>
-
Now we're using unl0kr, we don't have to include the GPU firmware in the initramfs anymore! Signed-off-by:
Caleb Connolly <caleb@connolly.tech>
-
Now that we're using unl0kr, we don't need the GPU firmware in the initramfs. Signed-off-by:
Caleb Connolly <caleb@connolly.tech>
-
vognev authored
[ci:skip-build]: already built successfully in CI
-
Instead of just disabling it on armv7, we can only build it on aarch64 given that the patches applied only are relevant on that architecture anyway. [ci:skip-vercheck]: No need to increment pkgrel when only changing architectures. [ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
- Mar 24, 2024
-
-
Also adds Bluetooth support on the downstream kernel. [ci:skip-build] Already built fine on CI in MR
-
Added generate-only mode
-
-
- Mar 23, 2024
-
-
eg25-manager is supposed to watch for the modem going away and recover it automatically, but it doesn't seem to actually do anything. Manually restarting eg25-manager in this situation does recover the modem. This upstream issue https://gitlab.com/mobian1/eg25-manager/-/issues/47 is probably the same, and as that issue says, manually restarting eg25-manager in this situation does recover the modem. So this change adds a udev rule to automatically restart eg25-manager when the modem dies. Common triggers for the modem dying are: 1. When the phone wakes up from suspend. 2. When an incoming call is disconnected, especially if the disconnect happens very quickly after the call started, such as what happens when phosh-antispam identified the call as spam. 3. When plugging or unplugging the phone from USB power, and when plugging or unplugging other USB devices like keyboard from a connected dock. udev shouldn't be used for spawning long-lasting processes, but `rc-service start` will parent the process to the service manager and exit, so that's fine. It does take a few seconds during which udev is blocked and can't process other events, which udev also recommends against, but in this case it's not a big deal IMO. Fixes #2641 [ci:skip-build]: already built successfully in CI
-
The data is not 100% accurate, but it's the best I've got and it makes the device usable, which it currently isn't. Closes: https://gitlab.com/postmarketOS/pmaports/-/issues/2647 Signed-off-by:
Andrea Bolognani <eof@kiyuko.org>
-
The current invocation doesn't work: $ busybox dc "100" "5" / p dc: can't open '100': No such file or directory Fix it so that it does: $ busybox dc -e "100 5 / p" 20 One of the messages that is printed on failure was missing the "WARNING:" prefix. Address that too. Signed-off-by:
Andrea Bolognani <eof@kiyuko.org>
- Mar 22, 2024
-
-
Nikita Travkin authored
GTK4 has switched to a new renderer. Unfortunately adreno a306 is effectively abandoned in mesa and has many bugs which the new GTK renderer now hits. To allow us to still use GTK4 apps on the msm8916 based devices, force the old renderer on them for now. Fixes: #2681 [ci:skip-build]: already built successfully in CI
-
Clayton Craft authored
- enable some modules for USB storage devices - enable scsi disk support (e.g. for USB thumb disks) [ci:skip-build] already built successfully in CI
-
- Mar 21, 2024
-
-
Anton Bambura authored
[ci:skip-build]: already built successfully in CI
-
-
- Mar 20, 2024
-
-
Luca Weiss authored
Kconfig changes: * DRM_SIMPLEDRM * QCOM_ICC_BWMON [ci:skip-build]: already built successfully in CI
-
Newbyte authored
Necessary to debug seccomp filters, among other things. Without this auditd doesn't work at all.
-
Ref: #2468
-