- Nov 19, 2024
-
-
Minecrell authored
pmbootstrap 3.0.0 uses GPT partition table by default, which breaks booting on all the devices using the lk2nd bootloader. The current version of lk2nd supports GPT only for the eMMC, while subpartitions and SD cards must be partitioned with MBR. GPT support was present in the legacy branch of lk2nd, but was dropped at some point because of poor code quality. Fix the regression for now by reverting back to the old msdos (MBR) partition table. We can revert this again later when lk2nd restores support for GPT. Generated with $ for d in $(grep -R linux-postmarketos-qcom-msm8916 | grep -Eo 'device-[^/]+' | sort -u); do \ echo -e '\n# lk2nd does not support GPT for subpartitions/SD cards yet\ndeviceinfo_partition_type="msdos"' \ >> device/*/$d/deviceinfo && pmbootstrap checksum $d && pmbootstrap pkgver_bump $d; done [ci:ignore-count] [ci:skip-build]: bug in CI prevents build testing armv7 and aarch64, so Clayton did the test locally for those archs
-
- Jun 23, 2024
-
-
This cmdline argument is now a no-op. Drop it everywhere and add a new CI check to enforce this. Adjust the deprecated "minimal" initramfs variant to use pmos.debug-shell to enable logging instead. It doesn't /support/ dropping to a shell, so the variable takes on a different meaning. But that's ok since it's at least more consistent. [ci:ignore-count] [ci:skip-vercheck] Signed-off-by:
Caleb Connolly <caleb@postmarketos.org> Tweaked-by:
Oliver Smith <ollieparanoid@postmarketos.org> [ci:skip-build]: kernel builds are very likely to go through now
-
- Feb 15, 2024
-
-
Now as boot-deploy allows us to generate both boot.img and extlinux.conf at the same time, enable generating the config for all msm8916 since it will be used in the future lk2nd release. boot.img is still kept to keep compatibility with current lk2nd releases and to allow system recovery with fastboot when required. [ci:skip-build] already built successfully in CI [ci:ignore-count]
-
- Jan 22, 2024
-
-
Pablo Correa Gomez authored
[ci:ignore-count]
-
- Sep 25, 2023
-
-
[ci:ignore-count] [ci:skip-build]: already built successfully in CI
-
- Aug 04, 2023
-
-
The file is automatically packed by devicepkg-dev utils Relates #1836
-
- Aug 03, 2023
-
-
GR5 is for international markets, and it's also kiwi. The existing pmaports, lk2nd and kernel works can be used directly without problems. There is nothing different found yet. The 2 phones seem to be identical except that GR5 is not branded as Honor series and it has no Honor logo on the chassis.
-
- Dec 18, 2022
-
- Sep 26, 2022
-
-
Make use of soc-qcom-msm8939 package.
-
- Sep 21, 2022
-
-
- Jan 22, 2022
-
-
Oliver Smith authored
[ci:ignore-count]
-
- Oct 23, 2021
-
-
Make the package consistent with firmware-qcom-adreno packaged from linux-firmware, but keep them separate for legal reasons. The firmware packaged in firmware-qcom-adreno-extra does not have a proper license. [ci:ignore-count] [ci:skip-build] already built successfully in CI
-
- Jul 23, 2021
-
-
- Jul 07, 2021
-
-
[ci:ignore-count] [ci:skip-vercheck] needed for the postmarketos-ui-* packages in this series [ci:skip-build] already built ui-* packages in CI, and device pacakges are just trivial deviceinfo change (manually built some just to verify)
-
- May 09, 2021
-
-
- add INSTALL_MOD_STRIP - fix SD card detection - enable vibrator - enable hall sensor - add accelerometer - fix splash screen - allow FDE - enable fuel gauge [ci:skip-build] already built successfully in CI
-
- Apr 11, 2021
-
-
Oliver Smith authored
-
- Feb 11, 2021
-
-
huawei-kiwi: add touchscreen driver, enable sensors, enable GPU firmware (rename panel driver) (MR 1946) [ci:skip-build] Already built in CI
-
- Jan 08, 2021
-
-
[ci:skip-build]: already built successfully in CI
-
[ci:skip-build]: already built successfully in CI
-
- Nov 20, 2020
-
-
[ci:skip-build]: already built successfully in CI
-