diff --git a/pages/src/main.ts b/pages/src/main.ts index 8d84455d..d2981d65 100644 --- a/pages/src/main.ts +++ b/pages/src/main.ts @@ -208,9 +208,9 @@ var CustTable: Array = [ "DRAM Timing", CustPlatform.All, 4, - ["0: AUTO_ADJ_ALL: Auto adjust timings with LPDDR4 3733 Mbps specs, 8Gb density. Change timing with Advanced Config (Default)", + ["0: AUTO_ADJ_ALL: Auto adjust mtc table 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."], + "2: NO_ADJ_ALL: Use 1600 mtc table wihout adjusting (Timing becomes tighter if you raise dram clock)."], 0, [0, 2], 1 @@ -248,10 +248,10 @@ var CustTable: Array = [ "Erista CPU Max Voltage in mV", CustPlatform.Erista, 4, - ["Acceptable range: 1100 ≤ x ≤ 1300", + ["Acceptable range: 1120 ≤ x ≤ 1300", "L4T Default: 1235"], 1235, - [1100, 1300], + [1120, 1300], 1, ), new CustEntry( @@ -272,9 +272,10 @@ var CustTable: Array = [ CustPlatform.Mariko, 4, ["System default: 1120", - "Acceptable range: 1100 ≤ x ≤ 1300"], + "Acceptable range: 1120 ≤ x ≤ 1300", + "Changing this value affects cpu voltage calculation"], 1235, - [1100, 1300], + [1120, 1300], 5 ), new CustEntry( @@ -298,7 +299,7 @@ var CustTable: Array = [ ["Acceptable range: 550000 ≤ x ≤ 650000", "Value should be divided evenly by 5000", "Default: 600000", - "Micron Official lpddr4(x) range: 570mV~650mV", + "Official lpddr4(x) range: 570mV~650mV", "Not enabled by default.", "This will not work without sys-clk-OC."], 0, @@ -343,12 +344,11 @@ var AdvTable: Array = [ "Step up Mariko EMC DVB Table", CustPlatform.Mariko, 4, - ["Might help with stability at higher memory clock", - "0 : Don't Adjust", - "1 : Shift one step", - "2 : Shift two step"], + ["Each number adds 25mV to SoC voltage", + "Helps with stability at higher memory clock", + "Acceptable range : 0~9"], 0, - [0,2], + [0,9], 1, ), new AdvEntry(