- 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
-
- Sep 27, 2022
-
-
Oliver Smith authored
[ci:ignore-count]
-
- May 01, 2022
-
-
patches added are (not all, just some) fixes and feature enhancements for msm8992 and msm8994 from qcom mainline maintainer tree [1] for v5.18 and v5.19. Changes: * update deviceinfo_dtb_mainline for device-huawei-angler and device-lg-bullhead. * add sdhc1 support for device-huawei-angler [1] https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git Signed-off-by:
Petr Vorel <petr.vorel@gmail.com> [ci:skip-build] Already built successfully in CI in MR
-
- Nov 29, 2021
-
-
Adds mainline kernel option for lg-bullhead (Nexus 5x), in a similar way to MR 2411 (Nexus 6P).
-
- Sep 19, 2021
-
-
[ci:ignore-count] [ci:skip-vercheck] [ci:skip-build]: built all the device packages successfully in CI already
-
- May 24, 2020
-
-
[ci:ignore-count], [ci:skip-build]
-
- Mar 14, 2020
-
-
Oliver Smith authored
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
-
- Mar 09, 2020
-
-
Download: https://wiki.postmarketos.org/index.php?title=Special:CargoExport&tables=Devices&&fields=Codename%2C+Released&&group+by=Codename&order+by=%60Codename%60%2C+%60Released%60&limit=5000&format=csv cd device for device in device-*; do year=$(grep -oP "${device#device-},\K2\d{3}" ../results.csv) [[ -n "$year" ]] || continue sed -i "s/deviceinfo_date=\"\"/deviceinfo_year=\"$year\"/" "$device/deviceinfo" done devices=$(git ls-files -m -- . | xargs dirname | sort -u | xargs echo) pmbootstrap checksum $devices
-
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
-
- Jan 23, 2019
-
-
Bart Ribbers authored
Quite a few Nexus 5X devices have the tendency to bootloop after a while of being on, iirc because it overheats. This has been a known issue for quite some time, and most Android ROM's for it have measures in place to prevent this, in the form of disabling some CPU cores (iirc "Big cores" or something like that). My Nexus 5X is also subject to this issue. According to craftyguy, resolving this is as easy as changing the boot command to not use those CPU cores. This commit does exactly that. It should probably be made optional for people with this device without that issue, but since I have no clue how to do that atm, this is the safest for now.
-
- Dec 26, 2018
-
-
Luca Weiss authored
For #157 [skip ci]
-
- Apr 24, 2018
-
-
Oliver Smith authored
The `msm-fb-refresher` updates the screen for msm based devices. It is not needed for all devices, so we had some extra code in the initramfs, that would only add it when the `deviceinfo_msm_refresher` variable was set. However, we are able now to add files to initramfs hooks, so this hack can be removed and simplify everything. Changes: * Remove `deviceinfo_msm_refresher` from all deviceinfos * Add sanity check for it * Move all `deviceinfo` sanity checks to an extra function * `postmarketos-mkinitfs`: remove code for msm refresher * `msm-fb-refresher`: add initramfs hook
-
- Mar 07, 2018
-
-
Daniele Debernardi authored
* deviceinfo: remove external_disk_install and external_disk, use external_storage instead * Complain when external_disk* is used
-
- Feb 20, 2018
-
-
Bart Ribbers authored
-
- Feb 03, 2018
-
-
ashirviskas authored
-
- Jan 27, 2018
-
-
ashirviskas authored
-
- Dec 30, 2017
-
-
kamnxt authored
-
- Dec 27, 2017
-
-
lawl authored
Device boots, weston starts, ssh works, osk-sdl works
-
- Dec 21, 2017
-
-
Attila Szöllősi authored
* Rename deviceinfo variable flash_methods to flash_method * Update pmb.config.deviceinfo_attributes / add sanity check * Add test case that parses all deviceinfo files
-
- Dec 01, 2017
-
-
Kenneth Endfinger authored
-
- Nov 29, 2017
-
-
shwsh authored
-
- Nov 04, 2017
-
-
Alex Roth authored
-
- Sep 15, 2017
-
-
Jean Lucas authored
- Revert to LineageOS 14.1 kernel - Enable virtual terminal - Update touchscreen settings At the moment, display output works, but only when the following is run: while [ ! ]; do cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode; done.
-
- Sep 06, 2017
-
-
Jean Lucas authored
Currently using the LineageOS 15.0 kernel.
-
- Aug 14, 2017
-
-
drebrez authored
-
- Jul 28, 2017
-
-
Oliver Smith authored
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
-
- Jul 23, 2017
-
-
Martijn Braam authored
Thanks, Martijn Braam! * Made postmarketos-mkinitfs use postmarketos-splash to generate splash images * Added screen sizes to all deviceinfo files * Bumped pkgrel for all device packages
-
- Jul 08, 2017
-
-
Oliver Smith authored
Minor changes: * device-lg-hammerhead: remove left-over comment * device-samsung-i9100: remove fastboot section
-
- Jul 06, 2017
-
-
Oliver Smith authored
-
- Jul 04, 2017
-
-
Oliver Smith authored
-
- Jun 29, 2017
-
-
Oliver Smith authored
-
- Jun 25, 2017
-
-
Pablo Castellano authored
Add a new optional variable weston_pixman_type in deviceinfo This is used to fix the red screen issue (close #54)
-
- Jun 01, 2017
-
-
Martijn Braam authored
-
- May 31, 2017
-
-
Martijn Braam authored
-
Dimitris Zervas authored
-
- May 26, 2017
-
-
Oliver Smith authored
Later, the aports folder will probably get split up in its own repository. But right now this is simply convenient.
-