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 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 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 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 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 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 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 Sat, 21 Jan 2023 20:44:53 +0100 qcom-phone-utils (0.1) unstable; urgency=medium * Initial package release (Closes: #1026115) -- Arnaud Ferraris Thu, 22 Dec 2022 17:29:28 +0100