pages: update docs, raise max dvb shift
This commit is contained in:
@@ -208,9 +208,9 @@ var CustTable: Array<CustEntry> = [
|
||||
"DRAM Timing",
|
||||
CustPlatform.All,
|
||||
4,
|
||||
["<b>0</b>: AUTO_ADJ_ALL: Auto adjust timings with LPDDR4 3733 Mbps specs, 8Gb density. Change timing with Advanced Config (Default)",
|
||||
["<b>0</b>: AUTO_ADJ_ALL: Auto adjust mtc table with LPDDR4 3733 Mbps specs, 8Gb density. Change timing with Advanced Config (Default)",
|
||||
"<b>1</b>: CUSTOM_ADJ_ALL: Adjust only non-zero preset timings in Advanced Config",
|
||||
"<b>2</b>: NO_ADJ_ALL: No timing adjustment (Timing becomes tighter if you raise dram clock) Might achieve better performance but lower maximum frequency is expected."],
|
||||
"<b>2</b>: 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<CustEntry> = [
|
||||
"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<CustEntry> = [
|
||||
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<CustEntry> = [
|
||||
["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<AdvEntry> = [
|
||||
"Step up Mariko EMC DVB Table",
|
||||
CustPlatform.Mariko,
|
||||
4,
|
||||
["Might help with stability at higher memory clock",
|
||||
"<b>0</b> : Don't Adjust",
|
||||
"<b>1</b> : Shift one step",
|
||||
"<b>2</b> : 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(
|
||||
|
||||
Reference in New Issue
Block a user