1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
qcom-phone-utils (0.4.2) unstable; urgency=medium
[ Alexandre Viard ]
* enhance qcom-modem-setup script to initialize GPS in the modem
-- Arnaud Ferraris <aferraris@debian.org> Sun, 04 May 2025 13:32:44 +0200
qcom-phone-utils (0.4.1) unstable; urgency=medium
[ Arnaud Ferraris ]
* q6voiced: new upstream version 0.2.0
[ Marco Mattiolo ]
* Fix audio on enchilada by commenting api.alsa.period-*
values chosen automatically by pipewire/wireplumber seem to work much better
-- Arnaud Ferraris <aferraris@debian.org> Mon, 03 Mar 2025 22:20:14 +0100
qcom-phone-utils (0.4.0) unstable; urgency=medium
[ Shubham Vishwakarma ]
* add nothing phone (1) firmware paths according to mainline kernel
[ Arnaud Ferraris ]
* zz-qcom-bootimg: improve current slot detection.
The method used so far for slot detection has a major flaw: it fails to
determine the current slot when the same bootimg has been flashed to
both slots. Now that we have a usable `qbootctl` in Debian, use it to
make this detection more reliable.
* Import `bootmac` and `q6voiced` as Meson subprojects.
Those are both maintained in separate repos upstream, but do not warrant
being packaged on their own in Debian. In order to integrate those utils
into `qcom-phone-utils`, while still making upgrades and maintenance
realtively easy, we can simply import those as Meson subprojects.
This requires the following changes:
* drop current copies of bootmac and associated systemd service and udev
rules
* add a "patch" (according to Meson's definition) `meson.build` file to
`bootmac` so it can be "built" using `meson` as well
* update `d/copyright` and `d/rules` accordingly
* create a top-level `meson.build` so debhelper can identify the build
system and process the subprojects automatically
* add the newly-needed build dependencies and make `qcom-phone-utils`
an `Architecture: any` package as it now ships a compiled executable
* Re-organize repo layout.
As we're starting to have lots of different files in there, let's use
clearly labelled subfolders. While at it, add a `.gitignore` file.
* q6voiced: port to "regular" ALSA.
Tinyalsa is an Android library not packaged in Debian. As it wouldn't
have any other user and can easily be replaced with the more usual
`libasound`, "port" `q6voiced` to the usual ALSA lib.
* q6voiced: add wrapper script and systemd service.
As we'd rather not ship device-specific config files, let's create a
wrapper script for `q6voiced` which will auto-detect the underlying
device and pass the correct parameters to `q6voiced`. The latter is
therefore patched to be installed to `/usr/libexec`, leaving `/usr/bin`
free for our wrapper.
Also add a systemd service so it can start automatically.
* scripts: add linting (with shellcheck) as unit test.
In order to ensure a reasonably good code quality for our shell scripts,
add a shellcheck-based unit test. This is implemented through meson, and
therefore requires a few adjustments to `d/rules` in addition to build
dependencies.
Take this opportunity to fix the errors reported in our scripts.
-- Arnaud Ferraris <aferraris@debian.org> Wed, 05 Feb 2025 13:03:38 +0100
qcom-phone-utils (0.3.1) unstable; urgency=medium
[ Arnaud Ferraris ]
* hooks: qcom-firmware: add SLPI firmware for SDM845 devices.
The SLPI firmware is used by the sensors' DSP; as it is initialized
before the rootfs is available, we need to embed the corresponding
firmware file into the initramfs, otherwise the DSP won't get properly
initialized and we won't have access to the sensors.
[ Marco Mattiolo ]
* Add bootmac for WiFi and Bluetooth
-- Arnaud Ferraris <aferraris@debian.org> Sat, 21 Dec 2024 11:32:14 +0100
qcom-phone-utils (0.3.0) unstable; urgency=medium
[ erebion ]
* add wireplumber config, taken from postmarketOS
[ Arnaud Ferraris ]
* debian: drop custom udev rules
Its content is part of feedbackd starting with v0.5.0.
* zz-qcom-bootimg: replace `abootimg` with `mkbootimg`
`abootimg` is an aging, unmaintained tool, which can't handle modern
features and bootimg formats. Replacing it with `mkbootimg` will allow
us to handle v2 images, which carry a separate copy of the DTB rather
than relying on the one appended to the kernel binary.
* hooks: qcom-firmware: support the FP5
* d/lintian-overrides: update for post-usrmerge era
-- Arnaud Ferraris <aferraris@debian.org> Fri, 27 Sep 2024 12:47:40 +0200
qcom-phone-utils (0.2.2) unstable; urgency=medium
[ erebion ]
* Add special case for "bonito", which uses the firmware folders for "sargo"
* make the script work on systems that use LUKS
* add unl0kr quirk so that the keyboard shows up on qcom phones
[ Arnaud Ferraris ]
* d/gbp.conf: set multimaint-merge and default commit message
-- Arnaud Ferraris <aferraris@debian.org> Wed, 21 Aug 2024 15:45:43 +0200
qcom-phone-utils (0.2.1) unstable; urgency=medium
* initramfs: hooks: fix stupid bug affecting sm7225 devices.
Copy/paste can be treacherous, resulting in stupid bugs... While at it,
drop files already included from the `msm` DRM driver.
-- Arnaud Ferraris <aferraris@debian.org> Mon, 13 Feb 2023 21:39:39 +0100
qcom-phone-utils (0.2.0) unstable; urgency=medium
* hooks: qcom-firmware: make more generic and support the FP4.
Some firmware files (for ADSP, CDSP & IPA) should be needed for every
device. However, different SoC's need different files for the GPU
(`a6*`), and potentially for the WLAN/BT chips. Let's ensure this script
is flexible enough to account for such differences with minimal changes,
and add support for the Fairphone 4 while at it.
-- Arnaud Ferraris <aferraris@debian.org> Thu, 09 Feb 2023 17:14:59 +0100
qcom-phone-utils (0.1.1) unstable; urgency=medium
* Source-only upload to unblock the transition to testing.
-- Arnaud Ferraris <aferraris@debian.org> Sat, 21 Jan 2023 20:44:53 +0100
qcom-phone-utils (0.1) unstable; urgency=medium
* Initial package release (Closes: #1026115)
-- Arnaud Ferraris <aferraris@debian.org> Thu, 22 Dec 2022 17:29:28 +0100
|