Commit Graph

193 Commits

Author SHA1 Message Date
hanabbi
0e7453fbec update configurator readme 2023-05-29 15:04:37 +09:00
hanabbi
956cce3ffe release v1.4 2023-05-29 14:54:57 +09:00
hanabbi
38b8d782e1 bump cust_rev to 6 2023-05-29 14:54:57 +09:00
hanabbi
1b1feb76a2 implement CUSTOM_ADJ 2023-05-29 14:54:57 +09:00
hanabbi
0a563e2034 fix AUTO_PERF
fix AUTO_ADJ
2023-05-29 14:54:57 +09:00
hanabbi
5c01ba8e51 revert default values 2023-05-29 14:54:57 +09:00
hanabbi
6153071385 Merge remote-tracking branch 'origin/master' 2023-05-28 11:46:17 +09:00
hanabbi
9b0f7aec39 Merge pull request #19 from masagrator/master
Fix compiler errors in loader
2023-05-28 11:36:34 +09:00
hanabbi
491fce7f89 Merge branch 'memory_oc' 2023-05-28 11:35:39 +09:00
hanabbi
b5fe0b997c revert mariko emc max to 2400 2023-05-28 11:24:39 +09:00
hanabbi
7a872d937e AUTO_ADJ_PERF mode 2023-05-28 11:13:34 +09:00
hanabbi
bb9c159266 remove 4266_ADJ and add CUSTOM_ADJ 2023-05-28 10:21:03 +09:00
hanabbi
801a8470d4 emc_dvb table for 2400 mem 2023-05-28 09:51:41 +09:00
hanabbi
486149f30b auto adj fixes 2023-05-28 09:49:21 +09:00
MasaGratoR
71fe9a308b Fix compiler errors 2023-05-27 20:17:34 +02:00
hanabbi
c865fc8fef add hiopt table for gpu undervolt 2023-05-27 21:10:15 +09:00
hanabbi
a43268acac advanced timings and fix for mem auto adjust 2023-05-27 01:24:00 +09:00
hanabbi
0bfe0ae561 comment register offsets for RE 2023-05-26 19:38:02 +09:00
hanabbi
3bbcbdae95 add hiopt table for gpu undervolt 2023-05-26 19:03:56 +09:00
hanabbi
f3303152b7 raise mariko max emc clock to 2666 2023-05-26 13:32:38 +09:00
hanabbi
db6df0e9c5 v1.3 2023-05-26 12:46:41 +09:00
hanabbi
63fb84640a docs: support update via AIO 2023-05-26 12:46:41 +09:00
hanabbi
0aa5e2927a sys-clk-oc): bump cust rev to 5 2023-05-26 12:46:41 +09:00
hanabbi
99cc11c5a2 (pages): cleanup 2023-05-26 12:46:41 +09:00
hanabbi
35a68a7a16 docs: update readme 2023-05-26 12:46:41 +09:00
hanabbi
859ec00454 v1.3 2023-05-26 12:46:41 +09:00
hanabbi
01f2ead573 docs: update pages 2023-05-26 12:46:41 +09:00
hanabbi
df5448136b feat: mariko gpu undervolt implementation 2023-05-26 12:46:41 +09:00
hanabbi
b44b47fb42 feat(pages): advanced config - mariko gpu undervolt 2023-05-26 12:46:41 +09:00
hanabbi
92829a1ca3 docs: update readme 2023-05-26 12:46:41 +09:00
hanabbi
b9b36de4c9 feat(sys-clk-oc): set mariko min clock to 1020Mhz if using governor
Mariko: If using governor and cpu profile is higher than 1020, min clock will be set to 1020.
Not much power saved by underclocking below 1020, so to prevent stutter and hanging
2023-05-26 12:46:41 +09:00
hanabbi
ccf0eccbf1 fix(sys-clk-oc): improve governor by changing get_next_freq algorithm
use freq set in profile as max_freq instead of last entry in table
2023-05-26 12:46:41 +09:00
hanabbi
8cfab71f4d fix(sys-clk-oc): fix governor not setting clocks correctly: fixes #1
- move hz check from ApplyTargetFreq to caller
2023-05-26 12:46:41 +09:00
hanabbi
f981716933 refact(reversenx): separate ipc initialization from init
- Fix bug caused by calling serviceIsActive() w/o initializing Service struct
- Refactor init
2023-05-26 12:46:41 +09:00
hanabbi
78e814b0a6 fix(loader): fix timing adjust for mariko_4266 2023-05-26 12:46:41 +09:00
hanabbi
4b9f6b20d7 docs: update docs 2023-05-26 12:46:41 +09:00
hanabbi
9675b97228 revert gpu dvfs table @7bfee60 2023-05-26 12:46:41 +09:00
hanabbi
0f1c8d2b67 fix(pages): fix configurator offset to match customize table 2023-05-26 12:46:41 +09:00
hanabbi
77e6f57593 fix(sys-clk-oc): revert charging current limit back to 2000mA 2023-05-26 12:46:41 +09:00
hanabbi
b63dea2807 build: cleanup unused gitmodule 2023-05-26 12:46:41 +09:00
hanabbi
e123195b4e fix(reversenx): fix reversenx sync connect error 2023-05-26 12:46:41 +09:00
hanabbi
3c02f170d6 feat(loader): change mariko cust table
- mariko: gpu undervolt with gpu dvfs table from l4t
- mariko: remove 2397 CPU and 1305 GPU
2023-05-26 12:46:41 +09:00
hanabbi
210040d4df fix(sys-clk-oc): temporary fix sysmodule not starting
fix 'cannot create directory' by remove call to mkdir in config in sysmodule
2023-05-26 12:46:41 +09:00
hanabbi
d2cf257fa4 refact(sys-clk-oc): change config directory 2023-05-26 12:46:41 +09:00
hanabbi
0d60f56289 git subrepo clone --force https://github.com/WerWolv/libtesla Source/sys-clk-OC/overlay/lib/tesla/
subrepo:
  subdir:   "Source/sys-clk-OC/overlay/lib/tesla"
  merged:   "779b4ea"
upstream:
  origin:   "https://github.com/WerWolv/libtesla"
  branch:   "master"
  commit:   "779b4ea"
git-subrepo:
  version:  "0.4.5"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "dbb99be"
2023-05-26 12:46:41 +09:00
hanai3Bi
2ef80bf701 docs: update readme, homepage 2023-05-26 12:46:41 +09:00
hanai3Bi
f838c6ec7f docs: update readme, homepage 2023-05-26 12:46:41 +09:00
hanai3Bi
788ed65199 Update README.md 2023-05-26 12:46:36 +09:00
hanai3Bi
3db0b9b380 1.5.1 2023-05-26 12:45:29 +09:00
KazushiM
63bbde2f58 pages: cleanup 2023-02-12 23:55:54 +08:00