loader: adjust mtc timings and auto-adjust scaling for mariko

This commit is contained in:
hanabbi
2023-08-11 03:53:54 +09:00
parent ed4e428d68
commit e6243cddad
3 changed files with 131 additions and 41 deletions

View File

@@ -469,15 +469,12 @@ var AdvTable: Array<AdvEntry> = [
["WARNING: Unstable timings can corrupt your nand",
"Latency decrement for both AUTO_ADJ and CUSTOM_ADJ",
"Values are : WL - RL",
"<b>0</b> : Default Latency for AUTO_ADJ, Do Not Adjust for CUST_ADJ",
"<b>1</b> : -2 - -4",
"<b>2</b> : -4 - -8",
"<b>3</b> : -6 - -12",
"<b>4</b> : -8 - -16",
"<b>5</b> : -10 - -20",
"<b>6</b> : -12 - -24",],
"<b>0</b> : 2131Mhz Latency bracket for AUTO_ADJ, Do Not Adjust for CUST_ADJ",
"<b>1</b> : 1862Mhz Latency",
"<b>2</b> : 1600Mhz Latency",
"<b>3</b> : 1331Mhz Latency",],
1,
[0,6],
[0,3],
1,
)
];