- Feb 19, 2025
-
-
Clayton Craft authored
-
- Jan 22, 2025
-
-
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Extend existing X1 Elite support with the modules needed to bring up the Lenovo Yoga Slim 7x. We could use the EFI framebuffer in the initramfs, however the regulators are turned off before we get there so it goes blank. Pull in all the bits for proper display/panel support. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
- Dec 20, 2024
-
-
Ferass El Hafidi authored
Signed-off-by:
Ferass El Hafidi <funderscore@postmarketos.org>
-
Ferass El Hafidi authored
Signed-off-by:
Ferass El Hafidi <funderscore@postmarketos.org>
-
Ferass El Hafidi authored
I want to help maintaining this generic device port. Signed-off-by:
Ferass El Hafidi <funderscore@postmarketos.org>
-
Ferass El Hafidi authored
Kernels added: * linux-edge * linux-lts * linux-postmarketos-amlogic * linux-postmarketos-qcom-laptop Signed-off-by:
Ferass El Hafidi <funderscore@postmarketos.org>
-
- Nov 02, 2024
-
-
Add the necessary modules to the initramfs so the splash screen shows up, and depend on linux-firmware-rtw88 so the wifi works.
-
This is a stylistic change only. Generated by this program, which takes care to treat '_' and '-' as the same character for the purpose of sorting: perl -e 'print sort {($a =~ s/_/-/r) cmp ($b =~ s/_/-/r)} <>' modules-initfs | uniq | sponge modules-initfs
-
- Nov 01, 2024
-
-
Caleb Connolly authored
This module is necessary for cpu frequency scaling on Qualcomm platforms, let's make it available earlier so we have cpu frequency scaling up sooner. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
- Sep 23, 2024
-
- Aug 15, 2024
-
-
Caleb Connolly authored
The 4k sector size is required for mobile, however we currently don't build a split image anyway (which is also necessary). Let's just go for 512 bytes so the prebuilt images can be flashed to a USB drive. [ci:skip-build]
-
- Aug 10, 2024
-
-
Use dtbloader to pick the dtb on supported WoA devices. [ci:skip-vercheck]
-
- Jul 01, 2024
-
-
This got renamed from usb-hub to usb-dev in 6.9 Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
- Jun 24, 2024
-
-
Caleb Connolly authored
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org> [ci:skip-build]: already built successfully in CI
-
- Jun 20, 2024
-
-
Caleb Connolly authored
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Caleb Connolly authored
These are needed for the RB2 board to boot from USB. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Caleb Connolly authored
-
- Jun 19, 2024
-
-
Caleb Connolly authored
trailblazer is a bleeding edge, unstable target for EFI capable ARM64 devices. It runs linux-next and should otherwise be adjusted to support as many devices as possible. The goal of trailblazer is to motivate more upstream kernel development by providing a tighter feedback loop (patches land in -next weeks before they make it into mainline or stable), as well as encouraging more generic solutions to the device specific hacks we have in userspace. On supported devices, trailblazer should reflect the current state of upstream. It allows users to easily appreciate what feature are unavailable, and more importantly appreciate when a new feature does get added upstream. Due to the instability of linux-next, the plan is to have BPO build trailblazer images nightly, so if next breaks then the images should only be broken for a day. Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-