Commit Graph

45 Commits

Author SHA1 Message Date
KazushiM
7fc5660b4a separate namespace for patch; update info on emc 2021-11-18 21:51:17 +08:00
KazushiM
2755d7aec3 1795.2 for hynix dram chips 2021-11-16 23:59:01 +08:00
KazushiM
e3feada420 loader.kip 2021-11-15 20:44:53 +08:00
KazushiM
64f35449c9 README 2021-11-12 16:42:47 +08:00
KazushiM
3e6f82bc2e TinyMemBenchNX: up to 3 threads/cores, but the result is still limited to CPU clock rate? 2021-11-05 00:20:20 +08:00
KazushiM
955136a660 TinyMemBenchNX: fix latency test 2021-11-02 22:16:09 +08:00
KazushiM
195c442a6e update ams ldr patch 2021-10-31 02:49:05 +08:00
KazushiM
c8727f0b91 Safe CPU/GPU OC clock: 1963.5/1267.2 MHz 2021-10-26 18:59:12 +08:00
KazushiM
e21d7ca6f5 13.1.0 2021-10-26 18:37:24 +08:00
KazushiM
4861bd0d96 MemTesterNX: A userspace utility for testing memory faults and stability based on [memtester](https://pyropus.ca/software/memtester/) 2021-10-25 22:53:53 +08:00
KazushiM
e947b47598 TinyMemBenchNX multi-threads support, but max_threads = 2 ? 2021-10-25 22:20:36 +08:00
KazushiM
5797bc0af7 Add Mariko DRAM regulator references; fix typo 2021-10-12 19:49:40 +08:00
KazushiM
53fa4dd7d1 Add Aula support (system_settings.ini); Update ldr_patcher to reflect latest changes in ams loader; Update info on Mariko EMC voltage 2021-10-12 13:13:22 +08:00
KazushiM
3ccc03604a fix wrong offsets in ldr_pcv_patch; update sysclk with latest libnx 2021-10-04 20:51:12 +08:00
KazushiM
5edf6e75b0 Sys-clk-OC: fix typo in apm 0x20003: 307000000 -> 307200000 2021-09-23 02:15:19 +08:00
KazushiM
f43bdea8ba hactoolnet does not contain --disablekeywarn option 2021-09-22 00:16:50 +08:00
KazushiM
0482b340f8 vars cannot start with numbers in tegrascript either 2021-09-22 00:07:07 +08:00
KazushiM
7cae7ec1f4 13.0.0 patches for end users(untested); update sys-clk-OC with libnx 0cc2da7 2021-09-21 15:11:35 +08:00
KazushiM
5fa624c4ed README 2021-09-20 22:42:14 +08:00
KazushiM
35cd6a63cb README 2021-09-20 22:40:13 +08:00
KazushiM
0be9eb52ca Update PCVPatcher script: TegraScript v3 compatible 2021-09-20 22:26:38 +08:00
KazushiM
c91aa88959 LICENSE 2021-09-20 12:47:59 +08:00
KazushiM
fed879ca2e Delay HOS 13.0.x support until N' manages to bring more stability. 2021-09-19 19:12:11 +08:00
KazushiM
b7127b4f62 replace hactool with hactoolnet 2021-09-19 19:03:24 +08:00
KazushiM
1976812851 libtesla module 2021-09-19 19:03:24 +08:00
KazushiM
e0158b1ac8 libtesla submodule 2021-09-19 19:03:24 +08:00
KazushiM
bf3bd67dd6 - Revert commit a45b767a80 in favor of tinkering "enough_power_threshold_mw" in system-settings.ini
- Add InfoNX (For battery, charger, clocks, voltages, etc.)
2021-09-19 19:03:24 +08:00
KazushiM
cb13e21e85 system-settings.ini (external_display_full_dp_lanes = True for Aula 👀) 2021-09-19 19:03:24 +08:00
KazushiM
380256f65c Preliminary support for HOS 13.0.0
- pcv/am offsets in ldr_patcher

- ptm offsets in .pchtxt

- drop Erista support

TODOs:

- Update patcher.te to TegraScript v3

- Recompile sys-clk against new libnx

- Generate pcv/ptm/am patches manually
2021-09-19 19:03:24 +08:00
KazushiM
a45b767a80 Sys-clk-OC: Option to regard Power Delivery chargers supplying >=18W (typically, 9V/2A) as official chargers 2021-09-15 12:23:54 +08:00
KazushiM
584e8d8665 isMariko check fix 2021-09-12 13:08:27 +08:00
KazushiM
de9f7b7478 - Sys-clk Fix: "Do not override" in overlay now works as intended
- Sys-clk Fix: Now you can completely disable ReverseNX profile syncing by removing "ReverseNX_sync.flag"
2021-08-31 23:24:17 +08:00
KazushiM
2724faf980 - Add TinyMemBenchNX, a simple memory benchmark program based on [tinymembench](https://github.com/ssvb/tinymembench)
- Sys-clk Fix: Ignore RAM clock values in config, or sys-clk will stuck in a loop of resetting RAM clocks (generating huge log file and degrading performance)

- Fix: Temporary frequency override in sys-clk overlay/manager
2021-08-31 00:39:42 +08:00
KazushiM
8e119aaa95 actually no issues on ams 0.20.0; add 1728.0 and 1795.2 MHz for Hynix DRAM; nx2elf recompiled for release (previously debug ver requires -d.dll runtime); idk windows is transitioning to windows terminal(powershell), so batch script is made for less confusion 2021-08-29 17:58:53 +08:00
KazushiM
a4b4473809 sys-clk-OC 2021-08-29 15:00:45 +08:00
KazushiM
958de01e00 refactore readme; add more ram clocks and remove arbitrary 1731.2 MHz; rename sys-clk to sys-clk-OC and add its source directly for easier maintenance 2021-08-29 14:54:43 +08:00
KazushiM
566a7254e5 ams 0.20.0 2021-08-29 10:12:57 +08:00
KazushiM
1f7f63510d RAM overvolting? 2021-08-17 11:46:01 +08:00
KazushiM
70149a3a4c No issue so far 2021-07-26 10:28:26 +08:00
KazushiM
b1e12db620 [RAM] add 1600.0 MHz and remove 2131.2 MHz; it's summer, time to bump up fan speed in docked mode 2021-07-13 02:16:44 +08:00
KazushiM
e6dde5db1d drop Erista support, update info on tesla-overlay crash 2021-07-09 17:14:44 +08:00
KazushiM
0345439e4d script update for HOS 12.1.0, dropping 12.0.x support 2021-07-07 12:43:54 +08:00
KazushiM
0907208e60 update for HOS 12.1.0 2021-07-07 12:27:09 +08:00
KazushiM
c70a8226fa Do NOT disable bg services if you use tesla overlays in Docked mode. 2021-07-09 16:20:24 +08:00
KazushiM
586c36d6f2 initial commit 2021-07-05 17:02:51 +08:00