Commit Graph

53 Commits

Author SHA1 Message Date
Marijan Limov
e14465bea5
Merge pull request #12 from edk2-perseus/main
Enable GPU for perseus (maybe)
2021-08-24 13:18:21 +02:00
Perseus X
4f41cfcaac Enable GPU for perseus (maybe) 2021-08-24 05:02:35 +00:00
4062eddb47 Fix updated GPU drivers
CS:GO, LOL and some games fail to load because of compilers from SD8cx driver.
Now we're using 9280+10730 mixed driver.

Signed-off-by: Sophon <strongtz@yeah.net>
2021-08-23 23:16:54 +08:00
Marijan Limov
a518ea1297
Merge pull request #11 from TheMorc/OnePlus-SynapticsTouch
Fix SynapticsTouch dying on OnePlus 6 and OnePlus 6T
2021-08-23 15:26:20 +02:00
01159db5e6 Fix SynapticsTouch dying on OnePlus 6 and OnePlus 6T
This is just an older version of the SynapticsTouch driver that
doesn't use the "modern HID" implementation and doesn't suffer
from the random deaths.

This doesn't fix the weird right clicking yet.
2021-08-23 13:12:08 +02:00
dfb5e62575 Update GPU drivers
Currently we have (more than) 3 versions of GPU driver, 9280 and 10730 from SD850, 1560 from SD8cx.
However, only 9280 works currently, which was released on 10/01/2018, pretty old.
In this commit, I tried preserving `qcdxkm850.sys` from 9280 and video dec/enc DLLs from 10730,
but replace DX compilers with the ones from 8cx.

Well yes, it works xD.
And now we have *a modern driver* from 05/20/2021.

Signed-off-by: Sophon <strongtz@yeah.net>
2021-08-23 18:56:43 +08:00
Teguh Sobirin
76effbca0a Fix Venus for Xiaomi devices 2021-08-23 07:15:13 +07:00
Freak2112
ef3674e6f3
Enable GPU for Enchilada 2021-08-22 11:17:53 +03:00
7fd90853ea Enable GPU for dipper (maybe)
Signed-off-by: sunshuyu <1582956180@qq.com>
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-08-22 15:01:41 +08:00
9fe5aa7a46 Enable GPU for fajita (maybe)
Signed-off-by: Sophon <strongtz@yeah.net>
2021-08-22 10:48:07 +08:00
f410c314f7 No need to separate polaris
...as we have USB and GPU working simultaneously now xD

Signed-off-by: Sophon <strongtz@yeah.net>
2021-08-22 09:02:54 +08:00
Marijan Limov
a984fc6cbb beryllium GPU - driver side 2021-08-22 01:07:00 +02:00
4083b58104 Add support for polaris with GPU (no USB)
When extracting drivers, use `polaris-gpu` for GPU, and `polaris-usb` for USB

Signed-off-by: Sophon <strongtz@yeah.net>
2021-08-21 19:19:35 +08:00
f06fb21529 Update drivers to enable touchscreen on polaris
Note: GPIO driver is needed, which conflicts with bluetooth drivers

Signed-off-by: Sophon <strongtz@yeah.net>
2021-08-16 22:14:52 +08:00
wetdreams
6acc975a57
Update enchilada.txt 2021-08-09 14:49:51 +03:00
wetdreams
008f06ddf7
Update fajita.txt 2021-08-09 14:49:24 +03:00
wetdreams
6df1b4e74a
Add files via upload 2021-08-09 14:48:40 +03:00
wetdreams
3ba54d79aa
Delete components/AnySoC/Touchscreen/SynapticsTouch_F12 directory 2021-08-09 14:47:23 +03:00
Marijan Limov
e763f2c089 beryllium wifi and battery 2021-08-08 19:23:54 +02:00
79f9095e82
Merge pull request #3 from TheMorc/main
Mea culpa - extract_mac.sh now with execute privileges
2021-08-02 18:49:16 +08:00
9258d0833c Enable FG drivers for dipper (Xiaomi MI8)
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-08-02 18:47:52 +08:00
e1f479e7ac Mea culpa - extract_mac.sh now with execute privileges 2021-08-01 23:15:39 +02:00
582da79c68 Enable FG drivers for Oneplus devices
Signed-off-by: Sophon <strongtz@yeah.net>
2021-08-01 20:23:13 +08:00
5f002c1d17 Enable Fuel Gauge for polaris
Signed-off-by: Sophon <strongtz@yeah.net>
2021-07-31 22:45:45 +08:00
4b78b73d71 add missing newline
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-27 00:12:04 +08:00
8cf5a83b33 one definitions file per device
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-27 00:10:01 +08:00
eb6568fb18 add all models definitions file
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-27 00:09:09 +08:00
21cb7fb7f3 add wifi support for polaris
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-26 23:06:42 +08:00
9eb4d47da7 add wifi support for dipper
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-26 03:34:36 +08:00
764177dcdd maybe have fixed wifi of perseus
remove qcadc850.inf and remove SCSS from qcsubsys850.inf

Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-26 00:13:53 +08:00
Instant Comet
63733dfa84 Add battery drivers for Oneplus devices
Signed-off-by: Instant Comet <x16lab@163.com>
2021-07-21 22:24:44 +08:00
346be4b79d fix extract.ps1 folder overwrite
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-18 22:39:20 +08:00
3bd24dd656 fix perseus missing subsys
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-18 22:12:30 +08:00
797776f95a be quiet while copy drivers
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-18 22:12:01 +08:00
5b995ab037 perseus add wifi support
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-17 20:43:56 +08:00
3d7a224f46 split generic and device drivers
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-17 20:42:53 +08:00
78b6b9b7ac fix perseus black screen
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-16 18:35:29 +08:00
013263a028
Merge pull request #1 from TheMorc/patch-1
Create extract_mac.sh for macOS
2021-07-14 17:58:32 +08:00
80b72806c9
Create extract_mac.sh for macOS
The original extract.sh has problems on macOS with the `file="${file//\\/\/}"` backslash to forwardslash renamer line and changing it to `file="${file//'\'//}"` seems to have fixed the issue. Would be better if someone on Linux tried if this one still works normally so that we could have only one extract file
2021-07-14 08:43:42 +02:00
d95048b31b remove duplicate files
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-14 13:40:23 +08:00
9203d91270 Add subsystem drivers for Oneplus devices
Don't forget to follow instructions in README!

Signed-off-by: Xilin Wu <strongtz@yeah.net>
2021-07-14 13:40:19 +08:00
86a29e4a43 add extract.ps1
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-13 17:32:30 +08:00
0a0080f991 add extract.sh
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-13 15:43:18 +08:00
231d7a4868 rename all inf to inf_
Signed-off-by: BigfootACA <bigfoot@classfun.cn>
2021-07-13 15:42:32 +08:00
9e19592651 Add Bluetooth drivers
(tested on Meizu 16th Plus)
2021-07-04 15:27:39 +08:00
02598486a7 It's not driver for tusb544!
Signed-off-by: Xilin Wu <strongtz@yeah.net>
2021-06-06 08:10:30 +08:00
2ad35df33f You can help me write a Pmic3P driver for fajita and enchilada 2021-03-28 10:31:06 +08:00
d196a7fa2d Add definitions for enchilada and fajita
There's nothing much special currently tho
2021-03-20 20:41:44 +08:00
891e487c6c Update drivers to ver.10730 2021-03-20 20:34:45 +08:00
6296c7c7d6 Add .gitattributes 2021-03-20 20:14:41 +08:00