- Apr 16, 2022
-
-
- Apr 13, 2022
-
-
This patch is meant to support https://git.sr.ht/~mil/sxmo-utils/commit/46cc06b Which in turn should fix https://todo.sr.ht/~mil/sxmo-tickets/350 and https://gitlab.com/postmarketOS/megapixels/-/issues/46 This patch is not in the current release of sxmo but I am adding it so that when 1.9.0 is released, we dont have to deal with this bug again.
- Apr 11, 2022
-
-
Clayton Craft authored
-
- Apr 10, 2022
-
-
postmarketos-ui-i3wm|mate.post-deinstall: Contains removal of file "61-autologin.conf"|"65-autologin.conf". However, this file is removed by apk automatically unpon deinstallation. postmarketos-ui-i3wm|mate|xfce4.pre-deinstall: Contains disabling service "lightdm". Removing display manager service upon deinstallation isn't done by other UIs either. It can lead to unexpected behaviour when installing another UI using lightdm and then uninstall MATE UI. Additionally postmarketos-ui-i3wm.post-upgrade: Removed postmarketos-ui-i3wm.post-upgrade and replaced it with a link to postmarketos-ui-i3wm.post-install, like it's done in MATE and Xfce4.
-
-
Oliver Smith authored
-
Oliver Smith authored
-
- Apr 09, 2022
-
-
-
Firmware for the SparkLAN/broadcom wifi module that can be installed in the librem 5
-
- Enable Broadcom and Marvel wifi drivers (cards exist that can be installed in the L5) - Add workaround that helps with modem disappearing when modem PM is enabled. Doesn't solve it completely, but it makes the problem much less frequent.
-
- Apr 06, 2022
-
-
-
-
[ci:skip-build] Already built fine on CI in MR
-
This u-boot version doesn't support the devkit yet. Last I heard, Purism plans to add the config back in after porting it from the old u-boot. If anyone needs this (probably no one besides me?), the old u-boot can be built locally from an earlier version of this package.
-
Bart Ribbers authored
-
- updates the boot.scr to support SD card boot - updates the uboot flash script to support the latest librem5-uboot package changes
-
Updates the u-boot on the Librem 5 to a branch that is much closer to mainline u-boot. - adds support for booting from SD card to the u-boot boot script - m4 is no longer necessary, at least not right now (may be re-added by purism in the future for supporting some low power modes) - adds a patch to enable u-boot console on uart 4 (on the m.2 connector) for the debug board - drops the patch to enable efidebug command, this isn't necessary anymore with mainline u-boot Co-authored-by:
Bart Ribbers <bribbers@disroot.org>
-
- Apr 05, 2022
-
-
-
fw is used by the L5's wifi chip
-
mesa-dri-swrast no longer exists and just installs, mesa-dri-gallium. However, this might not always be the case, so let's change it before it causes any issues. [ci:ignore-count] [ci:skip-build]
-
I'd say this is not appropriate to be in postmarketOS because this is just a bog standard x86 computer, it has UEFI BIOS and everything, and you can just boot a Linux distro on a USB stick. It also has a 64-bit UEFI unlike some other tablet, so there should be no issue installing a Linux distro with a fairly modern kernel these days. So, let's just drop it and forget this port even existed.
-
- Apr 04, 2022
-
-
The charging script does nothing other than annoy a few people, so get rid of it. While at it, let's remove hybris reference from the APKBUILD as hybrisOS is dead. Closes #1487 Signed-off-by:
Dang Huynh <danct12@disroot.org>
-
- Apr 03, 2022
-
-
Alexey Minnekhanov authored
Powerful beast with Snapdragon 855 - 8 cores up to 2.8 GHz, 6 Gb RAM and fast UFS storage. Mainline port is bare minimum (UART, framebuffer display, physical keys, USB network). No storage support yet (UFS refuses to work) https://wiki.postmarketos.org/wiki/Xiaomi_Mi_9_(xiaomi-cepheus)
-
Alexey Minnekhanov authored
Downstream kernel will not be maintained really, but useful for exploring stuff. This kernel is at version 4.14 and can be compiled with recent gcc versions though, so not that bad. USB rndis works, touchscreen too, but no display (framebuffer, /dev/fb0 is not present at all). Internal storage works, also battery/charging.
-
Oliver Smith authored
-
Newbyte authored
This is merged upstream, so we'll be able to drop it soon enough. [ci:skip-build] Already built successfuly on CI in MR
-
Newbyte authored
rootston.ini is an old, deprecated name. [ci:ignore-count]
-
- Apr 02, 2022
-
-
Raymond Hackley authored
-
Bobby The Builder authored
[ci:skip-build]: already built successfully in CI
-
Luca Weiss authored
Modem firmware is currently not installed by default because the modem doesn't actually boot.
-
Newbyte authored
Resolves software rendering not working.
-
Anjan Momi authored
I usually end up installing it on new installs. Why not enable it by default and have a more polished experience for users? Most users will use a gtk app and/or use the gtk file chooser
-
Device uses mainline kernel. What works: - boots - pstore log - simple framebuffer - storage including sdcard * payload mock device tree: Payload mock device tree is needed to mock device tree, when we're overriding linux with u-boot in android boot image. Stock bootloader needs this dtb appended to gzipped u-boot. Bootscript is a simple hush shell script, dedicated to boot OS. It may be customized to implement dual boot or to change kernel command line.
-
- Apr 01, 2022
-
-
- Mar 31, 2022
-
-
mesa-egl is usually installed by dependencies of ui packages, but when choosing the "none" ui option in pmbootstrap, it isn't selected, leading to libEGL.so.1 not being found. Add it as an explicit dependency. [ci:skip-build]: already built successfully in CI
-
- Mar 30, 2022
-
-
Alexey Minnekhanov authored
To make panel driver upstreamable to mainline linux, we need to use proper panel selection in secondary bootloader (still TODO), and therefore lk2nd will be strictly required to boot mainline port. Switch flashing method to fastboot, enable sparse rootfs generation, and depend on lk2nd package. Depends on: pmbootstrap!2174, to provide full integration of lk2nd in pmbootstrap. So, full flashing procedure for samsung-klte will look like: $ pmbootstrap init $ pmbootstrap install $ pmbootstrap flasher --method=heimdall-bootimg flash_lk2nd $ pmbootstrap flasher flash_kernel --no-install $ pmbootstrap flasher flash_rootfs $ fastboot reboot
-
Alexey Minnekhanov authored
Changelog: https://github.com/msm8916-mainline/lk2nd/releases/tag/0.12.0
-