- [MEM] Replace 1331.2 MHz with 1600 MHz
- [MEM] Update timings - [CPU] (Auto-)Boost freq is now 1785 MHz - [Sys-clk-OC] Add charging and fast charging toggles in overlay
This commit is contained in:
@@ -47,7 +47,7 @@ class ClockManager
|
||||
std::uint64_t lastCsvWriteNs;
|
||||
|
||||
SysClkOcExtra *oc;
|
||||
const uint32_t CPU_BOOST_FREQ = 1963'500'000;
|
||||
const uint32_t CPU_BOOST_FREQ = 1785'000'000;
|
||||
|
||||
bool IsCpuBoostMode();
|
||||
bool IsReverseNXEnabled();
|
||||
@@ -58,6 +58,7 @@ class ClockManager
|
||||
ReverseNXMode ReverseNXFileHandler(bool, const char*);
|
||||
|
||||
void CheckReverseNXTool();
|
||||
bool CheckReverseNXRT();
|
||||
|
||||
// LockableMutex systemCoreStuckCountMutex;
|
||||
// Thread t_CheckSystemCoreStuck_0, t_CheckSystemCoreStuck_1, t_CheckSystemCoreStuck_2;
|
||||
|
||||
Reference in New Issue
Block a user