Mariko: Add CPU UV

This commit is contained in:
Lightos1
2025-12-09 21:30:56 +01:00
parent 89f91fda14
commit d11afd7c44
6 changed files with 514 additions and 372 deletions

View File

@@ -96,7 +96,7 @@ void SafetyCheck() {
};
u32 eristaCpuDvfsMaxFreq = static_cast<u32>(GetDvfsTableLastEntry(C.eristaCpuDvfsTable)->freq);
u32 marikoCpuDvfsMaxFreq;
if (C.marikoCpuUV) {
if (C.marikoCpuUVHigh) {
marikoCpuDvfsMaxFreq = static_cast<u32>(
GetDvfsTableLastEntry(C.marikoCpuDvfsTableSLT)->freq
);