fewtarius
b615642ee5
Enable FB vsync and double buffering
...
* Thanks to @shauninman and 80a50b1372
2023-10-25 11:58:09 +00:00
fewtarius
3c4acbb9a7
Delete duplicates, and clean up copyright statement.
2023-10-24 16:00:57 +00:00
fewtarius
37ad18a0dc
Remove duplicates, update documentation from the world build.
2023-10-24 15:26:57 +00:00
mason
69d0240fef
Fix copyright URLs
2023-10-24 13:59:09 +00:00
mason
5ce2b58496
Reassign my copyrights to the JELOS project.
2023-10-24 13:24:29 +00:00
mason
4c51cbd0c8
Reassign my copyrights to the JELOS project.
2023-10-24 13:20:01 +00:00
fewtarius
3f222455b1
Reassign my copyrights to the JELOS project.
2023-10-23 22:53:27 +00:00
fewtarius
a46140d5dc
Merge pull request #2234 from adamg88/cleanups
...
Quirks cleanups
2023-10-22 07:06:33 -04:00
fewtarius
6b8376c7ca
Merge pull request #2235 from fewtarius/dev
...
Kernel / Emulator / Core / Theme updates.
2023-10-22 07:02:58 -04:00
fewtarius
4186d52957
Bump Linux to 6.1.59 for S922X and RK3399.
2023-10-22 11:00:59 +00:00
adamg
a799dbaa50
quirks: remove Amlogic blue led quirk and move it to dtb
2023-10-22 11:39:02 +01:00
adamg
f34736898f
Amlogic/u-boot: watch for changes to EXTRA_CMDLINE and clean package if anything changes
2023-10-21 00:16:17 +01:00
adamg
7cc9d5b040
Amlogic: add support for ODROID-N2/N2+
2023-10-21 00:16:17 +01:00
adamg
03bafd858b
Amlogic: refactor project to use SUBDEVICES
2023-10-21 00:16:17 +01:00
adamg
59b2f5f750
Amlogic: fix HDMI output
...
There is 2 issues here first weston would attempt to start on the wrong device and secondly the kernel defaults to 4k so set it to 1080p.
2023-10-21 00:16:17 +01:00
adamg
c15d049f1f
Amlogic: enable shell via UART
2023-10-21 00:16:17 +01:00
adamg
4c03b48999
Amlogic: remove canupdate.sh as there are no ARM images provided by JELOS
2023-10-21 00:16:17 +01:00
Brooksytech
1ec53e7061
Merge pull request #2203 from brooksytech/dev
...
Bump Linux to 6.1.58 on supported devices
2023-10-16 06:47:30 -07:00
mason
65c686d252
Bump Linux to 6.1.58 on supported devices
2023-10-16 13:46:25 +00:00
adamg
3575f90b45
Amlogic/u-boot: repack ODROIDBIOS.BIN for JELOS
2023-10-15 18:01:14 +01:00
fewtarius
a9f63c6cf0
Switch to upstream HK u-boot for OGU.
2023-10-15 16:08:13 +00:00
fewtarius
f5058d9cf1
Bump odroid recovery image to function with u-boot changes (no LCD yet).
2023-10-15 14:44:26 +00:00
fewtarius
7e24b8e1dd
Revert "Revert "Amlogic/u-boot: bump package to 8e2fc01""
...
This reverts commit 4f33ba9dc2
.
2023-10-14 20:15:04 +00:00
fewtarius
1cbbbc3097
Revert "Revert "Amlogic: update boot.ini uboot-config string""
...
This reverts commit b5b022c74f
.
2023-10-14 20:14:56 +00:00
fewtarius
4f33ba9dc2
Revert "Amlogic/u-boot: bump package to 8e2fc01"
...
This reverts commit 2d41c44241
.
2023-10-14 19:45:34 +00:00
fewtarius
b5b022c74f
Revert "Amlogic: update boot.ini uboot-config string"
...
This reverts commit 090d0f0259
.
2023-10-14 19:45:32 +00:00
adamg
090d0f0259
Amlogic: update boot.ini uboot-config string
2023-10-14 15:32:10 +01:00
adamg
2d41c44241
Amlogic/u-boot: bump package to 8e2fc01
2023-10-14 15:30:34 +01:00
Brooksytech
bcb8275e0c
Merge pull request #2169 from brooksytech/dev
...
Start work to make pipewire optional
2023-10-11 13:00:05 -07:00
fewtarius
0c5bd11d1e
Merge pull request #2168 from fewtarius/dev
...
Bump ES and x55 kernel.
2023-10-11 15:58:46 -04:00
mason
31a006598f
Start work to make pipewire optional
2023-10-11 19:58:23 +00:00
fewtarius
dc00e4cfbf
Bump ES and x55 kernel.
2023-10-11 19:58:20 +00:00
mason
0a0007b974
Bump Kernel to 6.1.57 on supported devices, add RG552 wifi gpio toggle
2023-10-11 16:09:10 +00:00
fewtarius
28ab8dfd47
Merge pull request #2148 from adamg88/uboot-rework
...
Amlogic/uboot: build package from source
2023-10-11 06:13:17 -04:00
fewtarius
463169b4b9
Update mali gpu drivers for 3566 devices.
2023-10-10 13:51:04 +00:00
adamg
8f7c97e3a4
Amlogic/u-boot: build from source and cleanup package
2023-10-07 16:49:10 +01:00
mason
12d2c34b62
Bump Kernel to 6.1.56 on supported devices.
2023-10-06 17:40:57 +00:00
fewtarius
b5fa914268
Update git url for S922X u-boot.
2023-10-04 11:14:14 +00:00
littleguy77
fab07df97d
Fix issue with integer overflow.
2023-09-30 23:51:58 -04:00
littleguy77
13bf681da2
Implement scaled radial deadzone in S922X kernel.
2023-09-30 23:51:57 -04:00
littleguy77
1018f10be7
[refactor] Read both joystick axes in each loop iteration.
...
Need to consider both axes at once in deadzone calculation.
2023-09-30 23:51:57 -04:00
littleguy77
87c6f14561
[cosmetic] Rename variable adc --> adcx.
2023-09-30 23:51:57 -04:00
mason
3d7d5731ee
Updated kernel to 6.1.55 for supported devices.
2023-09-25 14:13:41 +00:00
fewtarius
3c65f96e23
Add ayn platform driver, fix duplication in the wireplumber service.
2023-09-21 13:40:20 +00:00
mason
a0eb088f7c
Bump kernel to 6.1.54 on supported devices
2023-09-20 02:28:43 +00:00
fewtarius
23315f24b4
Drop btusb module config, unnecessary.
2023-09-18 10:56:25 +00:00
adamg
86f3f62e5b
Rockchip/u-boot: specify dtc path when building dtb
2023-09-17 15:56:29 +00:00
fewtarius
8b63454051
* Reverts mainline Linux commit 101bd907b4244a726980ee67f95ed9cafab6ff7a, as it has been found to interfere with power management.
...
* https://lore.kernel.org/stable/5DHV0S.D0F751ZF65JA1@gmail.com/T/#u
2023-09-16 00:11:21 +00:00
Brooksytech
89a5beb8d4
Merge pull request #2054 from brooksytech/dev
...
Fix HP sense on OGU, bump kernel to 6.1.53
2023-09-13 11:10:33 -07:00
mason
15fbf13b93
Fix HP sense on OGU, bump kernel to 6.1.53
2023-09-13 18:09:23 +00:00
fewtarius
d988d73bc1
Merge pull request #2038 from adamg88/amlogic-uboot-fixup
...
Amlogic/u-boot: fix typo and cleanup package
2023-09-12 21:22:55 -04:00
mason
c294f8280e
Update S922X u-boot, enable OGU HP detect gpio, increase Max 3 deadzone
2023-09-12 14:51:18 +00:00
adamg
90ca29bb4c
Amlogic/u-boot: fix typo and cleanup package
2023-09-10 17:38:19 +00:00
mason
71646e613c
Bump kernel to 6.1.52 and Mesa to 23.1.7
2023-09-07 17:02:55 +00:00
fewtarius
02b81d9977
Improve usb power management, environment variable handling in ES, and wifi power saving on AMD64.
2023-09-05 18:25:37 +00:00
fewtarius
60a1921f48
Fix userconfig-setup to only load the functions library rather than the whole profile to correct an issue during initial provisioning on first boot. Adjust Intel WIFI power saving options for AMD64.
2023-09-05 11:46:24 +00:00
fewtarius
165f994bc1
* Rework profile bits so they are correctly named and sequenced.
...
* Drop deprecated device.config from AMD64.
* Add a platform quirk for AMD64.x
2023-09-04 10:46:11 +00:00
fewtarius
24e9798424
Drop splash package.
2023-09-03 14:36:33 +00:00
fewtarius
5cf63472b2
Fix S922X build issue.
2023-09-03 14:16:39 +00:00
mason
d9aa2c5d95
Decrease Max 3 joystick deadzone, bump kernel 6.1.51
2023-09-02 15:52:56 +00:00
fewtarius
de02c4bb03
Adds support for the Powkiddy RGB30.
2023-09-01 17:41:15 +00:00
fewtarius
65493e0473
Reverts changes that helped reduce the need to disconnect and reconnect the battery on 3566 devices.
2023-09-01 12:41:41 +00:00
mason
bcae0b347d
Bump kernel to 6.1.50 on supported devices
2023-08-31 13:44:27 +00:00
mason
85a2310bdb
Fix OGU audio output path, bump linux to 6.1.49
2023-08-29 14:41:42 +00:00
mason
3c75086e3c
Bump Linux to 6.1.48 on supported devices, increase s922x clocks
2023-08-28 16:31:17 +00:00
fewtarius
de3bae3e48
Merge pull request #1966 from fewtarius/dev
...
Disable suspend on OGU/RGB Max 3 until it is fully functional.
2023-08-25 09:21:18 -04:00
fewtarius
34d9c1eee8
Disable suspend on OGU/RGB Max 3 until it is fully functional.
2023-08-25 13:20:43 +00:00
gameislyf
b4ec551ff7
check for parted in /sbin
2023-08-24 23:00:28 +02:00
mason
9f53182aa1
Rework flycast-sa, bump kernel to 6.1.47 on supported devices.
2023-08-23 20:42:33 +00:00
mason
688ba3afea
Add S922X dsi & panel driver
2023-08-22 23:58:00 +00:00
mason
64299dbe68
Bump linux to 6.1.46, merge 351v wip
2023-08-21 13:27:55 +00:00
fewtarius
0e92e830ed
Merge pull request #1919 from fewtarius/dev
...
Update kernel 6.4.10, 6.1.45. Fix OGU no audio issue.
2023-08-12 11:35:15 -04:00
fewtarius
a354e83d4a
Update kernel 6.4.10, 6.1.45. Fix OGU no audio issue.
2023-08-12 15:34:32 +00:00
fewtarius
c5473f846d
Merge pull request #1917 from fewtarius/dev
...
Fix Fluidsynth service, deprecate SDL2-rotated, clean up packages.
2023-08-11 18:19:26 -04:00
fewtarius
65f45d02b3
Package cleanup.
2023-08-11 22:17:56 +00:00
fewtarius
989b817977
Merge pull request #1912 from fewtarius/dev
...
Merge updated SDL rotation patches, thanks to @JohnnyonFlame!
2023-08-11 11:47:20 -04:00
fewtarius
818d78ee2a
Merge updated SDL rotation patches, thanks to @JohnnyonFlame!
2023-08-11 15:46:37 +00:00
Brooksytech
c8151b8e80
Merge pull request #1908 from brooksytech/dev
...
Fix cpu voltage on Max 3
2023-08-10 17:11:19 -07:00
mason
5ae24948af
Fix cpu voltage on Max 3
2023-08-11 00:10:10 +00:00
Brooksytech
d545e40cdb
Merge pull request #1904 from brooksytech/dev
...
Adjust Max 3 clocks to increase stability
2023-08-10 15:22:57 -07:00
mason
e26e5318dd
Adjust Max 3 clocks to increase stability
2023-08-10 22:20:11 +00:00
fewtarius
34a7726efc
* Fix Bluetooth audio across all ARM devices.
...
* Fix scummvm standalone audio issues.
2023-08-10 16:23:00 +00:00
mason
641b3388d1
Bump kernel to 6.1.44 on S922X, RK3399, & RK3326
2023-08-10 03:42:02 +00:00
fewtarius
cb6e73a0b6
Fixes Max 3 audio.
2023-08-09 20:10:55 +00:00
fewtarius
92182ace56
Additional changes from today.
2023-08-08 15:11:18 +00:00
mason
7ee116245a
Let panel quirks handle console rotation
2023-08-04 22:26:16 +00:00
mason
281a91703f
Start support for RG351V
2023-08-04 21:17:40 +00:00
mason
cf5c9c7e66
Upload DSI work patch if anyone else wants to hack on it
2023-08-03 20:06:23 +00:00
fewtarius
405f408bbe
* Update Linux kernel to 6.4.8 (AMD64), and 6.1.43 (RK3326, RK3399, S922X)
...
* Setsettings should configure the fastforward button per our documentation.
2023-08-03 12:12:21 +00:00
mason
9c675289a4
Clean up S922X kernel, split out Arm Mali gpu kernel patch and ugrade to R44
2023-07-31 22:06:04 +00:00
mason
7c54d81fc8
Enable GPIO wifi control on RK3399
2023-07-28 13:16:04 +00:00
mason
b78c76f0e1
Rename RK3399 kernel to be more inline with standards, hide moonlight S922X
2023-07-27 14:22:41 +00:00
mason
cddecc5099
Rename RK3399 kernel to be more inline with standards, hide moonlight S922X
2023-07-27 14:13:53 +00:00
Brooksytech
2e436e2de2
Merge pull request #1837 from brooksytech/dev
...
Bump kernel to 6.4.7 & 6.1.42 on supported devices
2023-07-27 06:57:25 -07:00
mason
d521cb4a69
Bump kernel to 6.4.7 & 6.1.42 on support devices
2023-07-27 13:56:13 +00:00
fewtarius
77e486e6c3
Merge pull request #1836 from fewtarius/dev
...
Fix powerstate / usb autosuspend bugs.
2023-07-27 09:53:22 -04:00
fewtarius
2607e05f2b
Fix powerstate / usb autosuspend bugs.
2023-07-27 13:47:31 +00:00
mason
90c1b8820a
Disable v4l2 on RK3399, small kernel cleanups
2023-07-27 01:51:09 +00:00
fewtarius
eb64d6d58b
* Update alsa and associated packages.
...
* Fix setsettings bugs - controller index and analog dpad.
* Update Linux to 6.4.5 and 6.1.41
* Add configuration for Nintendo Switch Pro Controller.
* Only enable auto mute for specific models of AYANEO Air Plus (6800U).
* Remove logo.png if it's found in ES.
2023-07-24 22:32:28 +00:00
fewtarius
0a55de4fb8
Add support for ryzensmu (AMD64).
2023-07-24 10:27:29 +00:00
Brooksytech
408981747e
Merge pull request #1804 from brooksytech/dev
...
Bump to kernel 6.1.40 on supported devices.
2023-07-23 08:30:44 -07:00
mason
9f6503b9fb
Bump to kernel 6.1.40 on supported devices.
2023-07-23 15:30:00 +00:00
fewtarius
36b7aa4a08
Bump Linux to 6.4.5, fix ryzenadj access to /dev/mem.
2023-07-23 15:27:33 +00:00
Brooksytech
377e74c286
Merge pull request #1794 from brooksytech/dev
...
Remove unneeded, memory section from RK3399 dts
2023-07-22 15:16:51 -07:00
mason
3e35237e4d
Remove unneeded, memory section from RK3399 dts
2023-07-22 22:15:10 +00:00
fewtarius
06a9cc1b41
* Fixes HDMI output on Powkiddy x55.
...
* Replaces Powkiddy's function that contantly disables HDMI.
* Modifies boot args to no longer specify HDMI resolution.
* Splits SDL2 into SDL2 and SDL2-rotated.
* Adds environmental options to check for HDMI and if it isn't connected
preload the rotation patched SDL2.
2023-07-22 18:29:09 +00:00
mason
912aa21c43
Bump kernel to 6.1.39 and fix wifi drivers
2023-07-20 00:24:07 +00:00
mason
d4876a3efa
Cleanup RK3399 Kernel config and DTS
2023-07-19 20:08:13 +00:00
mason
dfe4fd23b3
Powkiddy RGB10 Max 3 LED Battery status
2023-07-18 13:09:17 +00:00
fewtarius
64330cc8cd
Merge pull request #1753 from fewtarius/dev
...
Fix recovery mode on OGU and RGB Max 10.
2023-07-17 18:01:38 -04:00
fewtarius
b29a4f5155
Fix recovery mode on OGU and RGB Max 10.
2023-07-17 22:01:09 +00:00
mason
ff0d82ea3d
RK3399 dts cleanup, restore mesa to upstream on RK3399
2023-07-17 13:43:32 +00:00
mason
16c11b5de0
RK3399 dts cleanup, restore mesa to upstream on RK3399
2023-07-17 13:31:11 +00:00
fewtarius
019b4e50a3
Fix mupen64 on AMD64 as well. Update Linux kernel.
2023-07-13 20:58:51 +00:00
fewtarius
40dec65140
Apply x55 battery status fix to all other RK3566 devices.
2023-07-11 00:23:12 +00:00
fewtarius
56e165e86c
* Fix global/system settings not being configured correctly.
...
* Fix missing wireguard on Powkiddy X55.
2023-07-10 11:59:09 +00:00
fewtarius
e357e56e21
Bump kernel to 6.3.12 and 6.1.38.
2023-07-08 16:37:23 +00:00
fewtarius
2ae155a95e
Revert "Bump kernel to 6.4.2 and 6.1.38. Re-apply preempt rt patch for 6.4."
...
This reverts commit 293df4c47f
.
2023-07-08 14:24:09 +00:00
fewtarius
9ed8d7c7d6
Revert "Bring back preempt-rt for 6.1.38 (needs testing)."
...
This reverts commit ae1910def4
.
2023-07-08 14:24:02 +00:00
fewtarius
ae1910def4
Bring back preempt-rt for 6.1.38 (needs testing).
2023-07-08 13:21:29 +00:00
fewtarius
293df4c47f
Bump kernel to 6.4.2 and 6.1.38. Re-apply preempt rt patch for 6.4.
2023-07-08 13:13:31 +00:00
fewtarius
d3750981da
Merge pull request #1675 from fewtarius/dev
...
Revert NTFS feature - fix fan control in ES.
2023-07-06 06:48:54 -04:00
fewtarius
9659eabe36
Revert "Start supporting NTFS in the second tf card slot."
...
This reverts commit d2c6f8e84c
.
2023-07-05 18:47:07 +00:00
fewtarius
2e02d5a325
Merge pull request #1673 from fewtarius/dev
...
Updates and features
2023-07-05 08:10:02 -04:00
fewtarius
d2c6f8e84c
Start supporting NTFS in the second tf card slot.
2023-07-05 12:08:40 +00:00
mason
d1fd766e7f
Fix RK3399 boot logo
2023-07-04 12:44:53 +00:00
mason
173a02e72f
Prep RK3399 for release
2023-07-03 19:49:03 +00:00
mason
a1cacbd76b
Fix amlogic mkimage
2023-07-03 15:15:02 +00:00
fewtarius
e5be1ef4ef
Bump S922X kernel.
2023-07-03 13:29:58 +00:00
Brooksytech
1ba80f376f
Merge pull request #1656 from brooksytech/dev
...
RK3399 and various other updates
2023-07-01 22:27:12 -07:00
mason
c84a03e508
RK3399 and various other updates
2023-07-02 05:21:49 +00:00
fewtarius
29cf0309c8
Adds initial support for multiboot OGU and Max 3.
2023-07-01 15:45:03 +00:00
mason
97fea1fc52
RGB10 Max 3 changes
2023-07-01 13:02:15 +00:00
mason
af7aee29ef
RGB10 Max 3 changes
2023-07-01 12:59:37 +00:00
mason
b3826151ec
Update RK3399 u-boot
2023-07-01 04:08:36 +00:00
mason
2e6be3985b
Initial Powkiddy RGB10 Max 3 Support
2023-06-30 12:38:54 +00:00
Brooksytech
995651e26c
Merge branch 'dev' into RK3399
2023-06-29 13:12:25 -07:00
mason
5a033a49a5
RK3399 updates
2023-06-29 20:10:01 +00:00
fewtarius
55e9f8a783
Revert switch to 100hz as it broke touch displays on rk3566 devices.
2023-06-28 21:00:03 +00:00
mason
a3cf32355c
RK339 Updates
2023-06-28 12:52:36 +00:00
mason
653cb4840b
Work on RK552 wifi
2023-06-25 13:45:38 +00:00
Brooksytech
53bfe8d6b4
Merge pull request #46 from brooksytech/dev
...
Sync RK3399 with dev
2023-06-24 07:39:50 -07:00
Brooksytech
4abd8b7186
Merge branch 'JustEnoughLinuxOS:dev' into dev
2023-06-24 07:38:16 -07:00
fewtarius
4ea5ae412f
Revert last iwlwifi tweaks.
2023-06-24 14:15:54 +00:00
mason
badfb9e030
Clean RK3399 clocks
2023-06-24 13:52:13 +00:00
fewtarius
777b4737fb
* Improve power savings for AMD64 based devices.
...
* AYANEO Air Pro: 5.32 W, 7 hours - SNES test.
* AYANEO Air Plus: 7.89 W, 5 hours, 44 minutes - SNES test.
2023-06-24 12:07:48 +00:00
mason
dcbf222c4f
Update rk3399 firmware, enable dmc control
2023-06-23 21:08:29 +00:00
Brooksytech
273aa416e3
Merge branch 'RK3399' into dev
2023-06-23 07:43:35 -07:00
fewtarius
0f1a14287f
Drop hypervisors from kernel config, add iwlwifi power savings options.
2023-06-23 12:46:23 +00:00
fewtarius
171c2a372f
Working through some gpu profile and battery life improvements.
2023-06-23 10:57:57 +00:00