diff --git a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp index 1c434210..2b24b8a6 100644 --- a/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp +++ b/Source/Atmosphere/stratosphere/loader/source/oc/customize.hpp @@ -16,7 +16,7 @@ #pragma once -#define CUST_REV 5 +#define CUST_REV 6 #include "oc_common.hpp" #include "pcv/pcv_common.hpp" @@ -28,8 +28,8 @@ namespace ams::ldr::oc { enum MtcConfig: u32 { AUTO_ADJ_SAFE_MARIKO = 0, AUTO_ADJ_PERF_MARIKO = 1, - CUSTOM_ADJ_MARIKO = 2, - NO_ADJ_ALL = 3, + NO_ADJ_ALL = 2, + CUSTOM_ADJ_MARIKO = 3, CUSTOMIZED_ALL = 4, }; diff --git a/Source/sys-clk-OC/sysmodule/src/file_utils.h b/Source/sys-clk-OC/sysmodule/src/file_utils.h index 48ef19b6..cc342d82 100644 --- a/Source/sys-clk-OC/sysmodule/src/file_utils.h +++ b/Source/sys-clk-OC/sysmodule/src/file_utils.h @@ -43,7 +43,7 @@ static_assert(sizeof(cvb_entry_t) == 0x38); using CustomizeCpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT]; using CustomizeGpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT]; -constexpr uint32_t CUST_REV = 5; +constexpr uint32_t CUST_REV = 6; typedef struct CustTable { u8 cust[4] = {'C', 'U', 'S', 'T'}; diff --git a/pages/src/main.ts b/pages/src/main.ts index b7b868ed..8187deb3 100644 --- a/pages/src/main.ts +++ b/pages/src/main.ts @@ -1,6 +1,6 @@ /* Config: Cust */ const CUST_REV = 4; -const CUST_REV_ADV = 5; +const CUST_REV_ADV = 6; enum CustPlatform { Undefined = 0, @@ -163,9 +163,9 @@ var CustTable: Array = [ CustPlatform.Mariko, 4, ["0: AUTO_ADJ_SAFE_MARIKO: Auto adjust timings for LPDDR4 ≤3733 Mbps specs, 8Gb density. (Default)", - "1: AUTO_ADJ_PERF_MARIKO: Auto adjust with tightened timings for best performance", - "2: CUSTOM_ADJ_MARIKO: Basically same as NO_ADJ_ALL, with only core timing adjustments (Use advanced config)", - "3: NO_ADJ_ALL: No timing adjustment for both Erista and Mariko. Might achieve better performance on Mariko but lower maximum frequency is expected."], + "1: AUTO_ADJ_PERF_MARIKO: Auto adjust with tightened timings for best performance (AUTO_ADJ_4266 for old version)", + "2: NO_ADJ_ALL: No timing adjustment for both Erista and Mariko. Might achieve better performance on Mariko but lower maximum frequency is expected.", + "3: CUSTOM_ADJ_MARIKO: Basically same as NO_ADJ_ALL, with only core timing adjustments (Use advanced config)"], 0, [0, 3], 1