socksinspace
a2a377334b
lg-vee7e: fix build, and add a new shared patch (MR 4860)
...
This fixes building for linux-lg-vee7e, and adds a shared patch.
The shared patch replaces the "Solaris style flags" in piggy.gzip.S
[ci:skip-build]: already built successfully in CI
2024-02-25 18:55:42 +01:00
Anton Bambura
e40e525ee7
linux-postmarketos-mediatek-mt81xx: fix nvme on tomato-r1 (MR 4856)
...
[ci:skip-build]: already built successfully in CI
2024-02-25 15:27:14 +01:00
Clayton Craft
50bde57187
device-lenovo-21bx: update kernel cmdline params for new kernel (MR 4854)
...
Taken from:
https://github.com/jhovold/linux/wiki/X13s#kernel-command-line
[ci:skip-build]: already built successfully in CI
2024-02-25 13:09:32 +02:00
Clayton Craft
9ac973f072
linux-lenovo-21bx: upgrade to 6.8_rc5 (MR 4854)
...
kconfig migrated, and enabled a driver for a usb uart/serial adapter
that I use sometimes for debugging other devices.
2024-02-25 13:09:32 +02:00
Nikita Travkin
fa3a734875
device/msm8916*: Generate extlinux.conf for armv7 devices (MR 4855)
...
Commit fe54a7be4
("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]
2024-02-24 16:09:24 +05:00
Henrik Grimler
886878a3d4
u-boot-starqltechn: remove unused var depends_dev (MR 4853)
...
$depends_dev is most likely a left over from u-boot package in aports
repo. Remove the variable from makedepends field as it is not used.
2024-02-23 12:21:47 +00:00
Henrik Grimler
39a0eb6c01
device-samsung-m3: set myself as maintainer (MR 4850)
...
m3 is very similar to m0, works well with mainline, and deserves a
maintainer and some love.
[ci:skip-build]: already built successfully in CI
2024-02-23 08:00:39 +01:00
Henrik Grimler
71c5523401
firmware-samsung-midas: add bl1 blob (MR 4850)
...
This p4412_s_f2bl1.bin is signed by Samsung and allegedly originates
from a vendor bsp package for one of the early odroid devices based on
exynos 4412. Unlike most bl1 blobs this one does not check the
signature of bl2, allowing us to use open bootloaders like u-boot
instead of Samsung's proprietary sboot.
2024-02-23 08:00:36 +01:00
Natalia M. Sother
fa34a43cfc
xiaomi-merlin: new device (MR 4808)
...
[ci:skip-build]: already built successfully in CI
2024-02-22 21:24:08 +01:00
Clayton Craft
94de94e598
device-generic-x86_64: install all linux-firmware by default (MR 4794)
...
This installs all linux-firmware by default (using pmb_recommends) in a
way that allows for users to remove extraneous fw if they want.
The old `nonfree-firmware` packages have been dropped since pmbootstrap
no longer conditionally installs these.
[ci:skip-build]: already built successfully in CI
2024-02-21 22:54:41 -08:00
Clayton Craft
c6306cb9bb
community/oem-*: add firmware dependencies (MR 4794)
2024-02-21 22:54:41 -08:00
M0Rf30
5fce743177
soc-qcom-msm8953: update ucm configurations (MR 4831)
...
- add VoiceMMode1 configuration
[ci:skip-build]: already built successfully in CI
2024-02-20 19:15:12 +01:00
M0Rf30
22ed4b23ef
linux-postmarketos-qcom-msm8953: upgrade to 6.7.5-r0 (MR 4831)
2024-02-20 19:15:12 +01:00
Arnav Singh
005db0a024
main/linux-postmarketos-allwinner: update to v6.7.4 (MR 4847)
...
[ci:skip-build]: already built successfully in CI
2024-02-20 19:11:28 +01:00
Anton Bambura
c4f73b934b
samsung-manta: mark as GPU accelerated (MR 4843)
...
See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61093
[ci:skip-build]: Already built successfully in CI.
2024-02-19 21:48:11 +01:00
Anton Bambura
1b585e3317
google-snow: enable GPU (MR 4843)
...
Enable GPU by removing all software rendering workarounds.
While at it also remove i3wm config, because it should be in ui package
if we want to make it default.
See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61093
2024-02-19 21:48:09 +01:00
Anton Bambura
bf944e6c06
linux-google-nyan: upgrade to 6.6.17 (MR 4840)
...
This switches from 6.1 LTS to 6.6 LTS.
Unfortunately, this version has regressions related to SPI (breaks keyboard)
and DRM (breaks display). Thus adding patches to revert these regressions.
Hopefully, these will be properly fixed until the next LTS release.
This also makes it pass community kconfig check again.
[ci:skip-build]: already built successfully in CI
2024-02-19 20:44:05 +02:00
Raymond Hackley
30d57cadf9
samsung-fortuna: drop subpackage phosh (MR 4841)
...
It's already well scaled in 1.5x on fortuna devices.
Drop unnecessary phoc.ini
[ci:skip-build]: Already built successfully in CI.
2024-02-19 18:02:08 +01:00
Federico Amedeo Izzo
587b03ad73
clockworkpi-uconsole-cm4: new device (MR 4751)
...
[ci:skip-build]: already built successfully in CI
2024-02-18 19:08:43 +00:00
Clayton Craft
5ef542d70e
device-generic-x86_64: initfs: fix FDE w/ usb keyboard (MR 4829)
...
- Fixes FDE unlocking on devices with usb keyboards
- Also drops the i915 module from the initfs, this is specified by the
oem-intel package now
[ci:skip-build] already built successfully in CI
2024-02-16 10:05:29 -08:00
Clayton Craft
65cc23c5b6
oem-intel: include i915 module in initramfs (MR 4829)
2024-02-16 10:05:29 -08:00
Alexandre Messier
9298e1eb9f
device-htc-m8: remove screen_[height,width] variables (MR 4799)
...
The "screen_height" and "screen_width" are deprecated, and can
safely be removed.
[ci:skip-build]: already built successfully in CI
2024-02-16 17:58:27 +01:00
Alexandre Messier
b5a019bb00
device-htc-m8: specify 'system' as rootfs partition (MR 4799)
...
On HTC devices with S-On still active, the 'userdata' partition
is not writable. Change the default rootfs partition to the
'system' partition, which is writable.
2024-02-16 17:58:27 +01:00
Alexandre Messier
71015037ca
device-htc-m8: remove unused entry 'external_storage_install' (MR 4799)
...
The device info entry 'external_storage_install' is not in use
anymore, remove it.
2024-02-16 17:58:27 +01:00
Eray Tutmaz
65ae048ae5
xiaomi-fire: new device (MR 4827)
...
Working: USB OTG, display, external/internal storage
2024-02-16 15:39:50 +01:00
Nikita Travkin
fe54a7be49
device/msm8916*: Generate extlinux.conf (MR 4826)
...
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]
2024-02-15 11:34:55 -08:00
Eray Tutmaz
93f68f6253
samsung-j7y17lte: new device (MR 4502)
...
[ci:skip-build]: Already built successfully in CI.
2024-02-15 02:19:03 -08:00
armel.guido
d33abab084
linux-samsung-jxelte: fix build removing Sun-Solaris style flag (MR 4825)
...
[ci:skip-build]: Already built successfully in CI.
2024-02-15 09:03:23 +01:00
Anton Bambura
70e5d9164b
samsung-manta: replace openrc (MR 4823)
...
Closes #2600
2024-02-14 11:37:45 +02:00
Arnav Singh
5e7d14a297
main/device-pine64-pinephone: install nonfree-firmware subpackage via _pmb_recommends (MR 4822)
...
... instead of relying on pmb's interactive question that is being removed
in pmbootstrap!2255
[ci:skip-build]: already built successfully in CI
2024-02-13 23:07:16 +01:00
Jens Reidel
bc32205ef8
xiaomi-davinci: new device (MR 4547)
...
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
[ci:skip-build]: already built successfully in CI
2024-02-13 12:57:05 +01:00
Jens Reidel
2f24a3913e
device-xiaomi-surya: various updates (MR 4547)
...
* Depend on the common soc-qcom-sm7150 package
* Set console=null in cmdline
* Add touchscreen firmware to initramfs
* Add required modules for touchscreen to modules-initfs
* Panel output works, drop phoc.ini
* Switch maintainer and co-maintainer
* Bump pkgrel to 1.2
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2024-02-13 12:57:05 +01:00
Danila Tikhonov
6e3372541b
firmware-xiaomi-surya: update firmware (MR 4547)
...
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
2024-02-13 12:57:05 +01:00
Danila Tikhonov
f5a048c777
soc-qcom-sm7150: new aport (MR 4547)
...
Co-authored-by: Jens Reidel <adrian@travitia.xyz>
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2024-02-13 12:57:05 +01:00
Sicelo A. Mhlongo
fb01ee1bf9
device-nokia-n900: drop custom wallpaper config (MR 4810)
...
Wallpaper is now configured globally from the main `postmarketos-ui-i3wm`
package.
2024-02-12 20:17:41 +02:00
Jens Reidel
46da640a74
linux-postmarketos-qcom-sm7150: upgrade to 6.7.4 (MR 4818)
...
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
[ci:skip-build]: Already built successfully in CI.
2024-02-12 13:36:48 +01:00
Svyatoslav Ryhel
19641651a8
linux-postmarketos-grate: upgrade to 6.6.14-lts (MR 4819)
...
[ci:skip-build]: already built successfully in CI
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2024-02-12 10:42:17 +02:00
Andras Sebok
0bc724b8ba
samsung-j5y17lte: new device (MR 4797)
...
[ci:skip-build]: Already built successfully in CI.
2024-02-11 19:15:00 +01:00
WeirdTreeThing
497374e290
linux-postmarketos-mediatek-mt8183: upgrade to 6.6.16 (MR 4813)
...
[ci:skip-build]: already built successfully in CI
2024-02-11 19:21:08 +02:00
Arnav Singh
b73b434423
main/firmware-pine64-rtl8723bt: compress with zstd (MR 4812)
...
This uses the same settings that aports/linux-firmware will use with
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/60282
2024-02-10 09:39:50 -08:00
Arnav Singh
9f06c2b7cc
main/firmware-pine64-ov5640: compress with zstd (MR 4812)
...
This uses the same settings as aports/linux-firmware will use with
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/60282
2024-02-10 09:39:50 -08:00
Arnav Singh
79866613ee
main/linux-postmarketos-allwinner: support zstd-compressed firmware (MR 4812)
...
This is in preparation for aports/linux-firmware switching to zstd compression
in https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/60282
2024-02-10 09:39:50 -08:00
Ferass El Hafidi
8ea01b4219
linux-postmarketos-amlogic: enable new community kconfig options (MR 4815)
...
Also enable CONFIG_FW_LOADER_COMPRESS_ZSTD for zstd compression of
firmware. See https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/60282
Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
[ci:skip-build]: Already built successfully in CI.
2024-02-10 15:51:18 +01:00
Luca Weiss
9bc99167c3
linux-postmarketos-qcom-msm8974: enable new community kconfig options (MR 4803)
2024-02-09 21:01:05 +01:00
Luca Weiss
dc4582792a
linux-postmarketos-qcom-sc7280: enable new community kconfig options (MR 4803)
2024-02-09 21:01:05 +01:00
Anton Bambura
9f2b1dad9f
google-corsola: new device (MR 4806)
...
[ci:skip-build]: already built successfully in CI
2024-02-09 21:47:38 +02:00
Anton Bambura
6c2241d917
google-cherry: new device (MR 4806)
2024-02-09 21:47:37 +02:00
Anton Bambura
c79b58d23c
google-asurada: new device (MR 4806)
2024-02-09 21:47:37 +02:00
Anton Bambura
124fc54823
linux-postmarketos-mediatek-mt81xx: new aport (MR 4806)
2024-02-09 21:47:37 +02:00
Anton Bambura
667c5c12ac
google-x64cros: add mmc_block module to initfs (MR 4811)
...
This is required for eMMC
2024-02-09 21:44:03 +02:00
Alexandre Marquet
a0e9c2250e
samsung-manta: move to community (MR 4783)
...
Signed-off-by: Alexandre Marquet <tb@a-marquet.fr>
2024-02-09 18:33:03 +02:00
Alexandre Marquet
b9536f2889
device-samsung-manta: use max77686 RTC (MR 4783)
...
hwclock default configuration is to use the S3C RTC, which is mapped to
/dev/rtc0. However, reading from this clock fails with the following
kernel message:
"s3c-rtc 101e0000.rtc: hctosys: unable to read the hardware clock"
and the time as boot is then always set to 1/1/1970.
This commit change the default RTC to the MAX77686 one (mapped to
/dev/rtc1), that does not suffer from this issue.
Signed-off-by: Alexandre Marquet <tb@a-marquet.fr>
2024-02-09 18:33:03 +02:00
Alexandre Marquet
5cd58b8a6b
device-samsung-manta: make wifi-macaddr.sh pass shellcheck (MR 4783)
...
Signed-off-by: Alexandre Marquet <tb@a-marquet.fr>
2024-02-09 18:33:02 +02:00
Alexandre Marquet
de63d0f060
firmware-samsung-manta: remove .post-install script (MR 4783)
...
The adjustments made by this script are unnecessary now that the device
runs a mainline kernel, and more importantly the brcmfmac driver (as
opposed to the bcmdhd driver used in the vendor kernel).
Signed-off-by: Alexandre Marquet <tb@a-marquet.fr>
2024-02-09 18:33:02 +02:00
Anton Bambura
4d17876274
google-x64cros: add sdhci_pci to initfs modules (MR 4793)
...
This is required for eMMC on some devices
2024-02-09 11:59:01 +02:00
Luca Weiss
7a0c56293b
device-fairphone-fp5: remove Phosh clock tweaks (MR 4804)
...
The latest version of phosh / gmobile knows about the notch, so remove
the gtk hacks.
2024-02-07 11:25:06 +01:00
Luca Weiss
e8fd6d6635
device/*: rename partition_system to partition_rootfs (MR 4159)
...
With the pmbootstrap change let's change the deviceinfo variable names
to the non-deprecated version.
[ci:ignore-count]
[ci:skip-build]: already built successfully in CI
2024-02-07 09:45:34 +00:00
Ferass El Hafidi
3db1f266d0
linux-postmarketos-amlogic: upgrade to 6.7.2 (MR 4765)
...
This commit also removes librecomputer-solitude/alta device tree patches
as they're now upstream.
Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
[ci:skip-build]: already built successfully in CI
2024-02-06 20:35:44 +01:00
Luca Weiss
53ca7c81f2
linux-purism-librem5: enable new community kconfig options (MR 4795)
...
[ci:skip-build] # too many packages
2024-02-06 18:53:59 +00:00
Luca Weiss
47c14fb985
linux-postmarketos-allwinner: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
74078919a7
linux-postmarketos-rockchip: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
76ebc6d9f7
linux-postmarketos-qcom-sm6350: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
e5c3b4bf8d
linux-postmarketos-qcom-sdm845: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
42180738d3
linux-postmarketos-qcom-sc7180: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
786927289f
linux-postmarketos-qcom-msm8996: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
6cfe80db0b
linux-postmarketos-qcom-msm8953: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
ce4e4532f9
linux-postmarketos-qcom-msm8916: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
6c30cb42a4
linux-postmarketos-omap: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
dad552d553
linux-postmarketos-mediatek-mt8183: enable new community kconfig options (MR 4795)
2024-02-06 18:53:59 +00:00
Luca Weiss
065394f12b
linux-postmarketos-mediatek-mt8173: enable new community kconfig options (MR 4795)
2024-02-06 18:53:58 +00:00
Luca Weiss
5f8ae165f8
linux-postmarketos-grate: enable new community kconfig options (MR 4795)
2024-02-06 18:53:58 +00:00
Luca Weiss
b7427191bf
linux-postmarketos-exynos5: enable new community kconfig options (MR 4795)
2024-02-06 18:53:58 +00:00
Luca Weiss
ac788b8f3d
linux-postmarketos-exynos4: enable new community kconfig options (MR 4795)
2024-02-06 18:53:58 +00:00
Luca Weiss
037d77840b
linux-pine64-pinephonepro: enable new community kconfig options (MR 4795)
2024-02-06 18:53:58 +00:00
Luca Weiss
25bab38b7f
linux-google-veyron: enable new community kconfig options (MR 4795)
2024-02-06 18:53:54 +00:00
Arnav Singh
a12bbf1057
main/u-boot-pinephone: fix build to work with crust from aports (MR 4785)
...
aports' community/crust package generates a crust-pinephone subpackage
that is equivalent to pmaports' current main/crust package, that is,
the crust-pinephone subpackage contains the SCP firmware binary needed for
the PinePhone. The aports crust package itself only contains a LICENSE file.
Furthermore, aports' package updated to v0.6 recently, so apk would pick it
over pmaports' v0.5 package, which would cause the build to fail because of
the missing SCP firmware binary.
This change fixes the build of u-boot-pinephone by switching the dependency to
the aports crust-pinephone package.
2024-02-06 08:44:31 -08:00
Oliver Smith
ee4e52206a
oem-amd: firmware files + modules -> initfs-extra (MR 4796)
...
Move the files to initramfs-extra, so the initramfs is not too big for
ChromeOS devices. I had initially added this to initramfs, because
otherwise the graphics on my Thinkpad L14 would not come up. But I
verified that it also works with having it in initramfs-extra.
Fixes : #2578
2024-02-06 15:46:59 +00:00
Luca Weiss
5df7206d7a
oem-{amd,intel}: move to community (MR 4791)
...
There's now packages in community depending on this. Move it.
[ci:skip-build]: already built successfully in CI
2024-02-06 02:01:18 +01:00
Luca Weiss
4321701042
device-google-x64cros: add nonfree-firmware subpackages (MR 4791)
...
This is required by oem-amd/oem-intel dependencies.
2024-02-06 01:52:38 +01:00
Luca Weiss
91475c1230
device-qemu-amd64: move kernel-none subpackage as last (MR 4790)
...
Currently the none kernel gets selected as default, move it to last so
that kernel-lts gets selected by default.
[ci:skip-vercheck]
2024-02-06 01:02:25 +01:00
Richard Acayan
f43d13e14b
testing/linux-postmarketos-qcom-sdm670: upgrade to v6.7.2 (MR 4777)
2024-02-05 23:09:29 +01:00
Nikita Travkin
e5bfcbba1a
soc-qcom-msm8916: update UCM configurations (MR 4787)
...
- Update mic jack name to the upstream one
[ci:skip-build]: Already built successfully in CI.
2024-02-05 15:27:54 +01:00
Arnav Singh
e0dbd3c78d
testing/u-boot-*: remove spurious crust dependency from AMLogic devices (MR 4786)
...
crust has no use for non-Allwinner devices.
2024-02-04 00:02:29 -08:00
Anton Bambura
16e1b20d8a
device-google-x64cros: use oem-intel and oem-amd packages (MR 4779)
...
Inspired by generic-x86_64
Also, add myself as co-maintainer
2024-02-02 20:13:06 +01:00
adamthiede
8c5e77ae65
linux-postmarketos-mediatek-mt8173: upgrade to 6.7.3 (MR 4784)
...
[ci:skip-build] Built fine on Gitlab CI already
2024-02-02 21:05:10 +03:00
Raymond Hackley
3bbb83f3cc
samsung-a6plte: fix panel display (MR 4562)
2024-02-02 16:40:33 +01:00
Vishal Balasubramanian
696e202443
samsung-degaswifi: new device (MR 4767)
...
[ci:skip-build]: already built successfully in CI
2024-02-02 13:24:24 +01:00
Luca Weiss
cab106e84e
linux-postmarketos-qcom-msm8226: upgrade to 6.7.2 (MR 4781)
...
Fix USB gadget regression of 6.7.0 by merging -stable.
[ci:skip-build]: already built successfully in CI
2024-02-01 18:34:54 +01:00
M0Rf30
453e1e28fa
linux-postmarketos-qcom-msm8953: upgrade to 6.7.2-r0 (MR 4764)
...
[ci:skip-build]: already built successfully in CI
2024-02-01 17:52:10 +01:00
Alexandre Marquet
136e5b89f3
samsung-manta: add co-maintainer (MR 4782)
...
Signed-off-by: Alexandre Marquet <tb@a-marquet.fr>
[ci:skip-build]: Already built successfully in CI.
2024-02-01 13:54:07 +01:00
Alexandre Marquet
91d7f6f41d
samsung-manta: remove unnecessary modules-load.conf (MR 4782)
...
Signed-off-by: Alexandre Marquet <tb@a-marquet.fr>
2024-02-01 13:42:47 +01:00
Ferass El Hafidi
ad7eb63663
treewide: replace f_'s personal email with his @postmarketos.org one (MR 4778)
...
[ci:skip-vercheck]
Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
2024-01-31 18:58:26 +01:00
Anton Bambura
72a051e125
samsung-manta: add initramfs modules (MR 4780)
...
This is required for splash screen and FDE
[ci:skip-vercheck]
2024-01-31 20:38:44 +03:00
Anton Bambura
9c12b1bcb1
samsung-manta: enable automatic kernel upgrades (MR 4780)
2024-01-31 20:38:41 +03:00
Anton Bambura
fbd73fcec1
samsung-manta: remove irrelevant deviceinfo variables (MR 4780)
2024-01-31 20:38:37 +03:00
Anton Bambura
b24616a252
samsung-manta: take maintainership (MR 4780)
...
This device has no maintainers specified, and, though I did not port this
device, I have one and I maintain linux-postmarketos-exynos5, so it is
probably okay for me to take maintainership of it.
2024-01-31 20:38:30 +03:00
Clayton Craft
136baec915
device-valve-jupiter: depend on oem-amd (MR 4728)
...
[ci:skip-build] already built successfully in CI
2024-01-30 12:47:18 -08:00
Clayton Craft
c6b6bd45ef
device-generic-x86_64: add non-free fw subpackage (MR 4728)
2024-01-30 12:47:17 -08:00
Clayton Craft
feb09aa916
oem-intel: add non-free fw subpackage (MR 4728)
2024-01-30 12:47:17 -08:00
Clayton Craft
e988ace3cb
oem-amd: add non-free fw subpackage (MR 4728)
2024-01-30 12:47:17 -08:00