diff --git a/pages/src/main.ts b/pages/src/main.ts index ea5ae43f..0a977f10 100644 --- a/pages/src/main.ts +++ b/pages/src/main.ts @@ -162,9 +162,9 @@ var CustTable: Array = [ "DRAM Timing", CustPlatform.Mariko, 4, - ["0: AUTO_ADJ_ALL: Auto adjust timings for LPDDR4 ≤3733 Mbps specs, 8Gb density. (Default)", - "1: CUSTOM_ADJ_ALL: Basically same as NO_ADJ_ALL, with core timing adjustments (Use advanced config)", - "2: NO_ADJ_ALL: No timing adjustment for both Erista and Mariko. Might achieve better performance on Mariko but lower maximum frequency is expected."], + ["0: AUTO_ADJ_ALL: Auto adjust timings with LPDDR4 3733 Mbps specs, 8Gb density. Change timing with Advanced Config (Default)", + "1: CUSTOM_ADJ_ALL: Adjust only non-zero preset timings in Advanced Config", + "2: NO_ADJ_ALL: No timing adjustment (Timing becomes tighter if you raise dram clock) Might achieve better performance but lower maximum frequency is expected."], 0, [0, 2], 1 @@ -187,7 +187,7 @@ var CustTable: Array = [ "EMC Vddq (Erista Only) & RAM Vdd2 Voltage in uV", CustPlatform.All, 4, - ["Acceptable range: 1100000 ≤ x ≤ 1175000, and it should be divided evenly by 12500.", + ["Acceptable range: 1100000 ≤ x ≤ 1250000, and it should be divided evenly by 12500.", "Erista Default (HOS): 1125000 (bootloader: 1100000)", "Mariko Default: 1100000 (It will not work without sys-clk-OC)", "Micron Official lpddr4(x) range: 1060mV~1170mV", @@ -213,6 +213,7 @@ var CustTable: Array = [ CustPlatform.Erista, 4, ["Values should be ≥ 1600000, and divided evenly by 3200.", + "Recommended Clocks: 1862400, 2131200 (JEDEC)", "WARNING: RAM overclock could be UNSTABLE if timing parameters are not suitable for your DRAM"], 1862_400, [1600_000, 2131_200], @@ -235,7 +236,7 @@ var CustTable: Array = [ CustPlatform.Mariko, 4, ["Values should be ≥ 1600000, and divided evenly by 3200.", - "Recommended Clocks: 1862400, 2131200, 2400000", + "Recommended Clocks: 1862400, 2131200, 2400000 (JEDEC)", "WARNING: RAM overclock could be UNSTABLE if timing parameters are not suitable for your DRAM."], 1996_800, [1600_000, 2400_000], @@ -246,7 +247,7 @@ var CustTable: Array = [ "EMC Vddq (Mariko Only) Voltage in uV", CustPlatform.Mariko, 4, - ["Acceptable range: 570000 ≤ x ≤ 650000", + ["Acceptable range: 550000 ≤ x ≤ 650000", "Value should be divided evenly by 5000", "Default: 600000", "Micron Official lpddr4(x) range: 570mV~650mV", @@ -264,7 +265,7 @@ var AdvTable: Array = [ "Enable Mariko CPU Undervolt", CustPlatform.Mariko, 4, - ["Undervolt Mariko CPU", + ["Reduce CPU power draw", "Your CPU might not withstand undervolt and performance might drop", "0 : Default Table", "1 : Undervolt Level 1 (SLT)",], @@ -277,12 +278,12 @@ var AdvTable: Array = [ "Enable Mariko GPU Undervolt", CustPlatform.Mariko, 4, - ["Undervolt Mariko GPU", + ["Reduce GPU power draw", "Your GPU might not withstand undervolt and may not work properly", "Can hang your console, or crash games", "0 : Default Table", "1 : Undervolt Level 1 (SLT: Aggressive)", - "2 : Undervolt Level 2 (HiOPT: Very Aggressive)"], + "2 : Undervolt Level 2 (HiOPT: Drastic)"], 0, [0,2], 1,