- Nov 27, 2024
-
-
- 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 24, 2024
-
-
Nikita Travkin authored
Commit fe54a7be ("device/msm8916*: Generate extlinux.conf (MR 4826)") updated most users of msm8916 kernel to generate extlinux.conf. Unfortunately the commands used to bulk-make changes only affected aarch64 users of the kernel package and armv7 users were missed. Apply the same changes to all armv7 users of msm8916 kernel too. [ci:ignore-count]
-
- Feb 19, 2024
-
-
It's already well scaled in 1.5x on fortuna devices. Drop unnecessary phoc.ini [ci:skip-build]: Already built successfully in CI.
-
- Jan 22, 2024
-
-
Pablo Correa Gomez authored
[ci:ignore-count]
-
- Sep 25, 2023
-
-
[ci:ignore-count] [ci:skip-build]: already built successfully in CI
-
- Sep 19, 2023
-
-
Raymond Hackley authored
Add rt5033 modules to initfs for the following devices, to unlock FDE with USB OTG keyboards: - Samsung Galaxy Ace 4 - Samsung Galaxy Core Prime - Samsung Galaxy Grand Prime - Samsung Galaxy S4 Mini Value Edition [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
-
- Sep 28, 2022
-
-
Some devices have 04e8:6860 as their USB ID. Add it to deviceinfo. [ci:ignore-count] [ci:skip-build]: already built successfully in CI
-
- Sep 18, 2022
-
-
32-bit devices should use 0x00008000.
-
- Apr 16, 2022
-
-