pages: update docs, raise max dvb shift
This commit is contained in:
@@ -208,9 +208,9 @@ var CustTable: Array<CustEntry> = [
|
|||||||
"DRAM Timing",
|
"DRAM Timing",
|
||||||
CustPlatform.All,
|
CustPlatform.All,
|
||||||
4,
|
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>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,
|
||||||
[0, 2],
|
[0, 2],
|
||||||
1
|
1
|
||||||
@@ -248,10 +248,10 @@ var CustTable: Array<CustEntry> = [
|
|||||||
"Erista CPU Max Voltage in mV",
|
"Erista CPU Max Voltage in mV",
|
||||||
CustPlatform.Erista,
|
CustPlatform.Erista,
|
||||||
4,
|
4,
|
||||||
["Acceptable range: 1100 ≤ x ≤ 1300",
|
["Acceptable range: 1120 ≤ x ≤ 1300",
|
||||||
"L4T Default: 1235"],
|
"L4T Default: 1235"],
|
||||||
1235,
|
1235,
|
||||||
[1100, 1300],
|
[1120, 1300],
|
||||||
1,
|
1,
|
||||||
),
|
),
|
||||||
new CustEntry(
|
new CustEntry(
|
||||||
@@ -272,9 +272,10 @@ var CustTable: Array<CustEntry> = [
|
|||||||
CustPlatform.Mariko,
|
CustPlatform.Mariko,
|
||||||
4,
|
4,
|
||||||
["System default: 1120",
|
["System default: 1120",
|
||||||
"Acceptable range: 1100 ≤ x ≤ 1300"],
|
"Acceptable range: 1120 ≤ x ≤ 1300",
|
||||||
|
"Changing this value affects cpu voltage calculation"],
|
||||||
1235,
|
1235,
|
||||||
[1100, 1300],
|
[1120, 1300],
|
||||||
5
|
5
|
||||||
),
|
),
|
||||||
new CustEntry(
|
new CustEntry(
|
||||||
@@ -298,7 +299,7 @@ var CustTable: Array<CustEntry> = [
|
|||||||
["Acceptable range: 550000 ≤ x ≤ 650000",
|
["Acceptable range: 550000 ≤ x ≤ 650000",
|
||||||
"Value should be divided evenly by 5000",
|
"Value should be divided evenly by 5000",
|
||||||
"Default: 600000",
|
"Default: 600000",
|
||||||
"Micron Official lpddr4(x) range: 570mV~650mV",
|
"Official lpddr4(x) range: 570mV~650mV",
|
||||||
"Not enabled by default.",
|
"Not enabled by default.",
|
||||||
"This will not work without sys-clk-OC."],
|
"This will not work without sys-clk-OC."],
|
||||||
0,
|
0,
|
||||||
@@ -343,12 +344,11 @@ var AdvTable: Array<AdvEntry> = [
|
|||||||
"Step up Mariko EMC DVB Table",
|
"Step up Mariko EMC DVB Table",
|
||||||
CustPlatform.Mariko,
|
CustPlatform.Mariko,
|
||||||
4,
|
4,
|
||||||
["Might help with stability at higher memory clock",
|
["Each number adds 25mV to SoC voltage",
|
||||||
"<b>0</b> : Don't Adjust",
|
"Helps with stability at higher memory clock",
|
||||||
"<b>1</b> : Shift one step",
|
"Acceptable range : 0~9"],
|
||||||
"<b>2</b> : Shift two step"],
|
|
||||||
0,
|
0,
|
||||||
[0,2],
|
[0,9],
|
||||||
1,
|
1,
|
||||||
),
|
),
|
||||||
new AdvEntry(
|
new AdvEntry(
|
||||||
|
|||||||
Reference in New Issue
Block a user