bump cust_rev to 8
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define CUST_REV 7
|
#define CUST_REV 8
|
||||||
|
|
||||||
#include "oc_common.hpp"
|
#include "oc_common.hpp"
|
||||||
#include "pcv/pcv_common.hpp"
|
#include "pcv/pcv_common.hpp"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ static_assert(sizeof(cvb_entry_t) == 0x38);
|
|||||||
using CustomizeCpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT];
|
using CustomizeCpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT];
|
||||||
using CustomizeGpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT];
|
using CustomizeGpuDvfsTable = cvb_entry_t[FREQ_TABLE_MAX_ENTRY_COUNT];
|
||||||
|
|
||||||
constexpr uint32_t CUST_REV = 7;
|
constexpr uint32_t CUST_REV = 8;
|
||||||
|
|
||||||
typedef struct CustTable {
|
typedef struct CustTable {
|
||||||
u8 cust[4] = {'C', 'U', 'S', 'T'};
|
u8 cust[4] = {'C', 'U', 'S', 'T'};
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Config: Cust */
|
/* Config: Cust */
|
||||||
const CUST_REV = 4;
|
const CUST_REV = 4;
|
||||||
const CUST_REV_ADV = 7;
|
const CUST_REV_ADV = 8;
|
||||||
|
|
||||||
enum CustPlatform {
|
enum CustPlatform {
|
||||||
Undefined = 0,
|
Undefined = 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user