bump cust_rev to 6
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
@@ -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'};
|
||||
|
||||
@@ -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<CustEntry> = [
|
||||
CustPlatform.Mariko,
|
||||
4,
|
||||
["<b>0</b>: AUTO_ADJ_SAFE_MARIKO: Auto adjust timings for LPDDR4 ≤3733 Mbps specs, 8Gb density. (Default)",
|
||||
"<b>1</b>: AUTO_ADJ_PERF_MARIKO: Auto adjust with tightened timings for best performance",
|
||||
"<b>2</b>: CUSTOM_ADJ_MARIKO: Basically same as NO_ADJ_ALL, with only core timing adjustments (Use advanced config)",
|
||||
"<b>3</b>: NO_ADJ_ALL: No timing adjustment for both Erista and Mariko. Might achieve better performance on Mariko but lower maximum frequency is expected."],
|
||||
"<b>1</b>: AUTO_ADJ_PERF_MARIKO: Auto adjust with tightened timings for best performance (AUTO_ADJ_4266 for old version)",
|
||||
"<b>2</b>: NO_ADJ_ALL: No timing adjustment for both Erista and Mariko. Might achieve better performance on Mariko but lower maximum frequency is expected.",
|
||||
"<b>3</b>: CUSTOM_ADJ_MARIKO: Basically same as NO_ADJ_ALL, with only core timing adjustments (Use advanced config)"],
|
||||
0,
|
||||
[0, 3],
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user