bump cust_rev to 6

This commit is contained in:
hanabbi
2023-05-28 15:52:40 +09:00
parent 1b1feb76a2
commit 38b8d782e1
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/* Config: Cust */
const CUST_REV = 4;
const CUST_REV_ADV = 5;
const CUST_REV_ADV = 6;
enum CustPlatform {
Undefined = 0,
@@ -163,9 +163,9 @@ var CustTable: Array<CustEntry> = [
CustPlatform.Mariko,
4,
["<b>0</b>: AUTO_ADJ_SAFE_MARIKO: Auto adjust timings for LPDDR4 ≤3733 Mbps specs, 8Gb density. (Default)",
"<b>1</b>: AUTO_ADJ_PERF_MARIKO: Auto adjust with tightened timings for best performance",
"<b>2</b>: CUSTOM_ADJ_MARIKO: Basically same as NO_ADJ_ALL, with only core timing adjustments (Use advanced config)",
"<b>3</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>1</b>: AUTO_ADJ_PERF_MARIKO: Auto adjust with tightened timings for best performance (AUTO_ADJ_4266 for old version)",
"<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>3</b>: CUSTOM_ADJ_MARIKO: Basically same as NO_ADJ_ALL, with only core timing adjustments (Use advanced config)"],
0,
[0, 3],
1