erista ram overclock support + reserved entried

if you use hoc-clk 0.33 and want to update follow these steps

go to config/horizon-oc/config.ini
remove these two entries:

crc32=xxxxxxxxxxx
is_first_load=0
This commit is contained in:
souldbminersmwc
2026-02-04 19:33:10 -05:00
parent 3bad144280
commit eb7fca1c1a
9 changed files with 207 additions and 203 deletions

View File

@@ -57,12 +57,13 @@ typedef struct CustomizeTable {
u32 hpMode;
u32 commonEmcMemVolt;
u32 reserved_1;
u32 eristaEmcMaxClock;
u32 reserved_2[2];
u32 marikoEmcMaxClock;
u32 reserved_3[2];
u32 marikoEmcVddqVolt;
u32 emcDvbShift;
// advanced config
u32 t1_tRCD;
u32 t2_tRP;
@@ -106,7 +107,7 @@ typedef struct CustomizeTable {
u32 eristaGpuVoltArray[27];
u32 marikoGpuVoltArray[24];
u32 reserved_4[64];
CustomizeCpuDvfsTable eristaCpuDvfsTable;
CustomizeCpuDvfsTable eristaCpuDvfsTableSLT;