revert custom and pcv to default settings

This commit is contained in:
Lightos1
2026-04-19 14:51:15 +02:00
parent 6a851d4095
commit f1eab00ce1
2 changed files with 12 additions and 12 deletions

View File

@@ -44,13 +44,13 @@ volatile CustomizeTable C = {
/* Jedec freqs are 1333MHz, 1600MHz, 1866MHz, 2133MHz, 2400MHz, 2666MHz, 2933MHz, 3200MHz. */ /* Jedec freqs are 1333MHz, 1600MHz, 1866MHz, 2133MHz, 2400MHz, 2666MHz, 2933MHz, 3200MHz. */
.stepMode = StepMode_66MHz, .stepMode = StepMode_66MHz,
.marikoEmcMaxClock = 2933000, /* 1866MHz @ 1866tWRL is guaranteed to work on all Mariko units */ .marikoEmcMaxClock = 1866000, /* 1866MHz @ 1866tWRL is guaranteed to work on all Mariko units */
.marikoEmcVddqVolt = 600000, .marikoEmcVddqVolt = 600000,
.emcDvbShift = 10, .emcDvbShift = 0,
// Primary // Primary
.t1_tRCD = 0, .t1_tRCD = 0,
.t2_tRP = 4, .t2_tRP = 0,
.t3_tRAS = 0, .t3_tRAS = 0,
// Secondary // Secondary
.t4_tRRD = 0, .t4_tRRD = 0,
@@ -69,17 +69,17 @@ volatile CustomizeTable C = {
.low_t7_tWTR = DISABLED, .low_t7_tWTR = DISABLED,
.readLatency = { .readLatency = {
2133000, DISABLED,
2400000, DISABLED,
2600000, DISABLED,
C.marikoEmcMaxClock, DISABLED,
}, },
.writeLatency = { .writeLatency = {
2133000, DISABLED,
2400000, DISABLED,
2600000, DISABLED,
C.marikoEmcMaxClock, DISABLED,
}, },
/* You can mix and match different latencies if needed */ /* You can mix and match different latencies if needed */

View File

@@ -178,7 +178,7 @@ namespace ams::ldr::hoc::pcv {
if (isMariko) { if (isMariko) {
mariko::Patch(mapped_nso, nso_size); mariko::Patch(mapped_nso, nso_size);
} else { } else {
mariko::Patch(mapped_nso, nso_size); erista::Patch(mapped_nso, nso_size);
} }
#endif #endif