diff --git a/Sources/NXVenom/atmosphere/kips/loader.kip b/Sources/NXVenom/atmosphere/kips/loader.kip index 883fb6db..bd4946ea 100644 Binary files a/Sources/NXVenom/atmosphere/kips/loader.kip and b/Sources/NXVenom/atmosphere/kips/loader.kip differ diff --git a/Sources/NXVenom/switch/.packages/SC Wizard/Configure/RAM/json/mtcConf.json b/Sources/NXVenom/switch/.packages/SC Wizard/Configure/RAM/json/mtcConf.json index b0a05a6b..210e6ca3 100644 --- a/Sources/NXVenom/switch/.packages/SC Wizard/Configure/RAM/json/mtcConf.json +++ b/Sources/NXVenom/switch/.packages/SC Wizard/Configure/RAM/json/mtcConf.json @@ -8,7 +8,11 @@ "dec": "1" }, { - "name": "NO_ADJ_ALL", + "name": "AUTO_ADJ_2400", "dec": "2" + }, + { + "name": "NO_ADJ_ALL", + "dec": "3" } ] \ No newline at end of file diff --git a/Sources/Tools/Web Configurator/loader.kip b/Sources/Tools/Web Configurator/loader.kip old mode 100644 new mode 100755 index ba25e001..c42e147a Binary files a/Sources/Tools/Web Configurator/loader.kip and b/Sources/Tools/Web Configurator/loader.kip differ diff --git a/Sources/Tools/Web Configurator/main.js b/Sources/Tools/Web Configurator/main.js index 88bd4153..c084ddea 100755 --- a/Sources/Tools/Web Configurator/main.js +++ b/Sources/Tools/Web Configurator/main.js @@ -235,7 +235,8 @@ var CustTable = [ "Acceptable range: 800 ~ 850"], 800, [800, 850], 5), new CustEntry("mtcConf", "DRAM Timing", CustPlatform.All, 4, ["0: AUTO_ADJ: Auto adjust mtc table with LPDDR4 3733 Mbps specs, 16Gb density. Change timing with Advanced Config (Default)", "1: AUTO_ADJ_HP: Auto adjust only core timings. (Previously CUST_ADJ).", - "2: NO_ADJ: Use 1600 mtc table wihout adjusting (Timing becomes tighter if you raise dram clock)."], 0, [0, 2], 1), + "2: AUTO_ADJ_2400: It can help to reach 2400 MHz", + "3: 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",