Skip to content

Commit

Permalink
Update SC to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed May 25, 2024
1 parent 32e0352 commit 0c47fd8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Binary file modified Sources/NXVenom/atmosphere/kips/loader.kip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"dec": "1"
},
{
"name": "NO_ADJ_ALL",
"name": "AUTO_ADJ_2400",
"dec": "2"
},
{
"name": "NO_ADJ_ALL",
"dec": "3"
}
]
Binary file modified Sources/Tools/Web Configurator/loader.kip
100644 → 100755
Binary file not shown.
3 changes: 2 additions & 1 deletion Sources/Tools/Web Configurator/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ var CustTable = [
"Acceptable range: 800 ~ 850"], 800, [800, 850], 5),
new CustEntry("mtcConf", "DRAM Timing", CustPlatform.All, 4, ["<b>0</b>: AUTO_ADJ: Auto adjust mtc table with LPDDR4 3733 Mbps specs, 16Gb density. Change timing with Advanced Config (Default)",
"<b>1</b>: AUTO_ADJ_HP: Auto adjust only core timings. (Previously CUST_ADJ).",
"<b>2</b>: NO_ADJ: Use 1600 mtc table wihout adjusting (Timing becomes tighter if you raise dram clock)."], 0, [0, 2], 1),
"<b>2</b>: AUTO_ADJ_2400: It can help to reach 2400 MHz",
"<b>3</b>: NO_ADJ: Use 1600 mtc table wihout adjusting (Timing becomes tighter if you raise dram clock)."], 0, [0, 3], 1),
new CustEntry("commonEmcMemVolt", "EMC Vdd2 Voltage in uV", CustPlatform.All, 4, ["Acceptable range: 1050000 ≤ x ≤ 1212500, and it should be divided evenly by 12500.",
"Erista Default: 1125000",
"Mariko Default: 1100000",
Expand Down

0 comments on commit 0c47fd8

Please sign in to comment.