Commit graph

815 commits

Author SHA1 Message Date
Sparticuz
2d4e7301a0 update to 6.7-rc4 2023-12-05 15:14:22 -05:00
Sparticuz
29af320f46 fix merge 2023-12-04 11:13:41 -05:00
Sparticuz
d3b6b90d45 Merge remote-tracking branch 'upstream/dev' into mainline
* upstream/dev: (52 commits)
  Fix udevil regression.
  Fix game migration to new path during post-update.
  Bump AMD64 kernel to 6.6.4.
  Bump Kernel to 6.1.65 on supported devices
  Fix merged storage to switch on and off correctly.  Hide internal/external switch, but make it available as system.merged.device (1/0).
  Yuzu-sa - Add cpu accuracy ES feature
  Additional merged storage optimizations, add a script to remove empty directories that may cause overlay issues.
  Disable merged storage by default, fix bind mount to use correct (updated) path.
  * Add support for changing the merged storage target between the internal and external card.   * Since JELOS creates the games directory structure it is possible that the overlay will hide games if you switch targets as it will consider them removed.  Delete the empty directories and reboot to resolve.     * Ex: find /storage/games-internal -type d -empty -delete && find /storage/games-external -type d -empty -delete && reboot   * Merged storage can now be disabled persistently.   * A new directory structure is required to enable switching:     * /storage/games-internal/roms     * /storage/games-external/roms     * The target /storage/roms has not changed. * Lowers clocks to powersave for RK3566 devices.
  Remove stale profile bits that still seem to exist on some devices and break audio.
  Remove stale xorg bits from package.
  Bump Citra-SA and Yuzu-SA
  Switch the xorg-server package to xwayland.  Tested the emulators that appeared to depend on it, they seemed to start up ok.
  Yuzu-SA: never ask to confirm close
  Add Yuzu Rumble Strength Feature
  Amlogic/linux: remove unneeded drm panel orientation quirk
  Amlogic/linux: silence dmesg spam
  Amlogic/linux: remove 1908 opp as this is not present in the bsp
  Amlogic/linux: simplify rgb10-max3-pro device tree
  Fix mesa oops
  ...
2023-12-04 11:13:00 -05:00
mason
a3d5dad23b
Bump Kernel to 6.1.65 on supported devices 2023-12-04 06:30:20 +00:00
fewtarius
704b219c8b
Switch the xorg-server package to xwayland. Tested the emulators that appeared to depend on it, they seemed to start up ok. 2023-12-02 00:27:29 +00:00
adamg
c3079f23fb Amlogic/linux: remove unneeded drm panel orientation quirk 2023-12-01 23:17:37 +00:00
adamg
0d483320ef Amlogic/linux: silence dmesg spam 2023-12-01 23:16:43 +00:00
adamg
9b46d7ebd8 Amlogic/linux: remove 1908 opp as this is not present in the bsp 2023-12-01 20:43:12 +00:00
adamg
3a68b74af9 Amlogic/linux: simplify rgb10-max3-pro device tree 2023-12-01 20:38:43 +00:00
adamg
55481e63e2 mali-bifrost: bump package to r46p0 2023-12-01 13:16:50 +00:00
mason
c3eb90549a
Lock device to lowest clocks during sleep mode 2023-12-01 13:15:48 +00:00
adamg
225ca7af6d
linux: bump package to 6.1.64 for S922X/RK3399 2023-12-01 13:15:47 +00:00
adamg
0d8bd34b34 Amlogic: introduce new mali-bifrost package 2023-12-01 13:13:38 +00:00
adamg
ccb5ab3ce8 Amlogic: remove mali patch 2023-12-01 13:13:38 +00:00
mason
2416aff5a2
Set correct permissions for PortMaster & fix RK3326 governors 2023-11-30 15:32:44 +00:00
mason
5e3ab92e9f
Lock device to lowest clocks during sleep mode 2023-11-28 23:48:55 +00:00
adamg
29463e98f4 linux: bump package to 6.1.64 for S922X/RK3399 2023-11-28 19:05:42 +00:00
fewtarius
ebfae26203
Merge branch 'dev' into mainline-3566 2023-11-28 18:48:52 +00:00
Adam
d9cc5de305
Merge pull request #2442 from adamg88/amlogic-dts-update
Amlogic dts update
2023-11-28 14:11:44 +00:00
adamg
fb18554fc6 Amlogic/linux: fix-up ogu/max3 dts 2023-11-28 13:55:23 +00:00
adamg
7464e5410c Amlogic/linux: ogu/max3 revert back to brooksytech dts 2023-11-28 10:23:45 +00:00
mason
8de20885dd
Panel v1 reset patch 2023-11-28 09:56:31 +00:00
mason
e4d15b2a12
Start work adding rinputer2 2023-11-28 09:56:30 +00:00
ab0tj
c0694c8a5f
Rename rk817-battery to battery to fic ES battery indicator 2023-11-28 09:56:30 +00:00
fewtarius
6f477981fd
Merge branch 'dev' into mainline-3566 2023-11-28 09:55:48 +00:00
fewtarius
21e5c9f509
Merge pull request #2433 from fewtarius/dev
Enable kernel options, and add feature to temporarily disable the overlay.
2023-11-27 20:00:30 -05:00
adamg
237a1d7847 Amlogic/linux: fix voltage stepping on OGU/RGB10-Max3-Pro 2023-11-28 00:18:27 +00:00
fewtarius
9a47844027
Enable CONFIG_OVERLAY_FS_REDIRECT_DIR. 2023-11-27 23:14:00 +00:00
fewtarius
08ed8e3b6b
Finish reverting fix for drain while charging and powered off. 2023-11-26 19:32:30 +00:00
fewtarius
947c482a37
* Improved support for AMD p-state drivers (<7w idle on AMD 6800U).
* Break Loki Zero link to configure proper default TDP for Max and MiniPro.
* Revert drain when charged while powered off support for RK3566.
2023-11-26 19:03:00 +00:00
fewtarius
26d7cb17f5
Merge pull request #2419 from fewtarius/dev
Apply radial thresholding from @littleguy77 and @JohnnyonFlame.
2023-11-25 08:04:45 -05:00
fewtarius
72b06319cd
Apply radial thresholding from @littleguy77 and @JohnnyonFlame. 2023-11-25 13:03:13 +00:00
adamg
22dbb52fdf Amlogic/linux: use upstream voltages for odroid-go-ultra and remove OC 2023-11-25 12:35:44 +00:00
adamg
e8005026b0 Amlogic/linux: use upstream voltages for powkiddy rgb10 max3 2023-11-25 12:32:55 +00:00
fewtarius
6d2f762180
Disable uart2 on Powkiddy x55, as enabling it broke sleep. 2023-11-25 03:46:32 +00:00
fewtarius
a70f985c6e
Merge branch 'dev' into mainline-3566 2023-11-22 00:20:19 +00:00
fewtarius
8dd558ad8a
Fix another initramfs issue with device_root, and enable uart2 for x55. 2023-11-22 00:18:23 +00:00
fewtarius
15323fb4c0
Fix array length oops. 2023-11-21 23:02:54 +00:00
mason
16a38cfa81
Bump Kernel to 6.1.63 on supported devices, RK3399 enable VPU (WIP) 2023-11-21 21:49:51 +00:00
mason
595632fa1a
Bump Kernel to 6.1.63 on supported devices, RK3399 enable VPU (WIP) 2023-11-21 21:49:51 +00:00
fewtarius
1d5ac845fe
Fix charging while off drain issue for RK3566 based devices.
* Replaces device detection logic provided in resource.img with improved
  detection facility used by Recalbox.  Note: Devices will power on when charging,
  this is expected and desired behavior.
* Correct an issue with EmulationStation that causes battery to report 0 sometimes when
  full.
2023-11-21 21:47:47 +00:00
mason
7c5b5fb577
Bump Kernel to 6.1.63 on supported devices, RK3399 enable VPU (WIP) 2023-11-21 12:28:52 +00:00
mason
8414864555
Bump Kernel to 6.1.63 on supported devices, RK3399 enable VPU (WIP) 2023-11-21 12:28:52 +00:00
fewtarius
f0ed4b03cc
Merge branch 'dev' into mainline-3566 2023-11-16 00:27:17 +00:00
mason
fb3092301c
RK3399: remove opp below 1ghz, remove a few more un used drivers 2023-11-15 18:08:04 +00:00
fewtarius
3d330a4c6f
* Fix tailscale arch issue on AMD64.
* Add host to eliminate lookup timeouts.
* Improve kernel optimization (AMD64).
* Bump ES.
2023-11-15 00:00:28 +00:00
fewtarius
65c2ee4ae0
Merge branch 'dev' into mainline-3566 2023-11-13 15:09:52 +00:00
fewtarius
70bde6d594
Fix rdfind dependency, revert RTL8852xx update as it fails on RK3588. 2023-11-13 14:10:42 +00:00
fewtarius
7d32c2993d
Sync mainline-3566 with dev. 2023-11-13 13:32:43 +00:00
fewtarius
3dff0f7f06
Move rdfind dependency so it's built in time. 2023-11-13 13:29:11 +00:00