1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 13:10:29 +03:00
Commit Graph

409 Commits

Author SHA1 Message Date
Samuel Dionne-Riel
8ae39cf4ab samsung-a5y17lte: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
4dfa059965 razer-cheryl2: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
d89d15770c pine64-pinephone: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
0c24585d04 oneplus-oneplus3: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
9648453e35 motorola-surfna: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
5759f8f04e motorola-addison: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
0173b3f7f6 google-walleye: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
8d3ed2bf9f google-marlin: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
7fb156c39f asus-z00t: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
5a536ac414 asus-x018d: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
c1273fd423 asus-flo: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
5fc0e837a1 asus-dumo: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
Samuel Dionne-Riel
cd2287be99 asus-dumo: Move MMC fixup task into a file
It shouldn't have been made inline from the beginning.
2021-01-30 23:07:57 -05:00
Samuel Dionne-Riel
bd1217c993 asus-dumo: Add USB role switch task
This relies on one of the patches added to the build.
2021-01-30 22:53:19 -05:00
Samuel Dionne-Riel
b930fca01b asus-dumo: Add kernel patches for gadget mode
Except for one, they are all "complete" patches.

The WIP patch is only WIP because it is extremely specific to the Gru
platform.
2021-01-30 22:52:10 -05:00
Samuel Dionne-Riel
e7d6ca0fea asus-dumo: Basic configuration for USB gadget mode 2021-01-30 22:51:52 -05:00
Samuel Dionne-Riel
9bd23165a3 asus-dumo: Configure kernel for gadget mode 2021-01-30 22:51:36 -05:00
Samuel Dionne-Riel
6dfa19f5ff asus-dumo: kernel 5.8 -> 5.10 2021-01-30 22:15:12 -05:00
Samuel Dionne-Riel
beb1d74612 asus-dumo: workaround sbs-battery driver crashing udev
By not having a battery driver :/
2021-01-30 21:46:57 -05:00
Samuel Dionne-Riel
7e387a2529 asus-dumo: Normalize config for kernel 5.10 2021-01-30 21:24:36 -05:00
Samuel Dionne-Riel
9cc2b0ac5f
Merge pull request #290 from samueldr-wip/feature/gadgetfs-adb
Enable ADB with GadgetFS devices
2021-01-30 21:16:43 -05:00
Samuel Dionne-Riel
6baec7a910 pine64-pinephone: Enable ADB support 2021-01-27 22:16:55 -05:00
Samuel Dionne-Riel
d062d8174e xiaomi-lavender: Enable ADB support 2021-01-27 22:16:55 -05:00
Samuel Dionne-Riel
357496703a xiaomi-begonia: Enable ADB support 2021-01-27 22:16:55 -05:00
Samuel Dionne-Riel
a5f549ae1c sony-pioneer: Enable ADB support 2021-01-27 22:16:55 -05:00
Samuel Dionne-Riel
cb67619097 razer-cheryl2: Enable ADB support 2021-01-27 22:16:55 -05:00
Samuel Dionne-Riel
594c8eb7dd motorola-surfna: Enable ADB support 2021-01-27 22:16:55 -05:00
Samuel Dionne-Riel
363f59a279 google-walleye: Enable ADB support 2021-01-27 22:16:55 -05:00
Samuel Dionne-Riel
3db7018ea0 oneplus-oneplus3: Add firmware note to device notes 2021-01-27 01:52:52 -05:00
Samuel Dionne-Riel
d9a63ee507 oneplus-oneplus3: Expose usage of qcacld 2021-01-27 01:51:14 -05:00
Samuel Dionne-Riel
ffd7deeac3 oneplus-oneplus3: Add firmware package 2021-01-27 01:51:14 -05:00
Samuel Dionne-Riel
9bb3ec0389 oneplus-oneplus3: Add qcacld-2.0 driver from LineageOS
The `als` build tree *seems* to imply they are re-using the pre-built
kernel modules from the vendor.

This is not something we really want to do.

The good thing is that LineageOS adds the required drivers to their
trees. We can re-use it!
2021-01-26 22:47:58 -05:00
Samuel Dionne-Riel
8b81739bac oneplus-oneplus3: Add QCACLD to the kernel build 2021-01-26 22:41:06 -05:00
Samuel Dionne-Riel
4b76340369 pine64-pinephone: u-boot: 2020.07 -> 2021.01
Also refresh patches; compared to the pine64 community tree.

All patches were identified and now fetched from their upstream sources.

Except for the few pine64-specific patches, now fetched from the pine64
org repo.
2021-01-12 23:59:49 -05:00
Samuel Dionne-Riel
92cd45ded6 samsung-a5y17lte: Disable MAC address randomization
With the qcacld-2.0 driver, this makes the interface disappear when
Network Manager is running.
2021-01-11 16:34:54 -05:00
Samuel Dionne-Riel
679467e55c samsung-a5y17lte: Enable wcnss-wlan; qcacld-2.0 2021-01-11 16:34:54 -05:00
Samuel Dionne-Riel
b42d480709 samsung-a5y17lte: Default to xz stage-1 2021-01-11 16:34:54 -05:00
Samuel Dionne-Riel
fe7b3590fc samsung-a5y17lte/firmware: Init 2021-01-11 16:34:54 -05:00
Samuel Dionne-Riel
7a8e3082da samsung-a5y17lte: Add autofs driver 2021-01-10 21:08:09 -05:00
Samuel Dionne-Riel
93a887225a samsung-a5y17lte: Enable qcacld driver
It is already present in that kernel tree.
2021-01-10 21:08:09 -05:00
Samuel Dionne-Riel
097daa4bea samsung-a5y17lte: Add device-specific notes
With a commented-out section to be re-added once rndis issues are
figured out and solved.
2021-01-09 19:58:38 -05:00
Samuel Dionne-Riel
7030b43a32 samsung-a5y17lte: Set flashing method to Odin 2021-01-09 19:23:21 -05:00
Samuel Dionne-Riel
8698680fe1 samsung-a5y17lte: use updated kernel
This fork is the one used by TWRP, is much more up-to-date with source
releases from the OEM, compared to the LineageOS fork.
2021-01-09 17:40:40 -05:00
Samuel Dionne-Riel
5e6f7cc23c samsung-a5y17lte: Update kernel configuration 2021-01-09 16:37:48 -05:00
Samuel Dionne-Riel
052b9bd479 samsung-a5y17lte: normalize kernel config 2021-01-09 16:37:12 -05:00
Samuel Dionne-Riel
0a82aca162 samsung-a5y17lte: Init config from defconfig 2021-01-09 16:37:12 -05:00
Samuel Dionne-Riel
8f68949366 samsung-a5y17lte: Init kernel with patches
This uses the LinageOS kernel fork.
2021-01-09 16:36:49 -05:00
Samuel Dionne-Riel
9d5b72472d samsung-a5y17lte: Add additional autoport files 2021-01-09 16:26:28 -05:00
Samuel Dionne-Riel
55d684ebdf samsung-a5y17lte: Init Samsung Galaxy A5 (2017) 2021-01-09 16:26:28 -05:00
Samuel Dionne-Riel
caa37e3f66
Merge pull request #274 from samueldr-wip/fix/quiet
uefi-x86_64: Drop "quiet" kernel command line option
2021-01-05 17:44:41 -05:00