update pages

This commit is contained in:
hanabbi
2023-06-24 17:32:42 +09:00
parent 4081b70829
commit c714cf151e

View File

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