recovered 1.5 files

This commit is contained in:
hanabbi
2023-06-02 23:13:19 +09:00
parent 1b9dc5edd5
commit a20c62d2e7
5 changed files with 326 additions and 145 deletions

View File

@@ -18,8 +18,8 @@
namespace ams::ldr::oc {
volatile EristaMtcTable EristaMtcTablePlaceholder = { .rev = ERISTA_MTC_MAGIC, };
volatile MarikoMtcTable MarikoMtcTablePlaceholder = { .rev = MARIKO_MTC_MAGIC, };
//volatile EristaMtcTable EristaMtcTablePlaceholder = { .rev = ERISTA_MTC_MAGIC, };
//volatile MarikoMtcTable MarikoMtcTablePlaceholder = { .rev = MARIKO_MTC_MAGIC, };
volatile CustomizeTable C = {
/* DRAM Timing:
@@ -89,9 +89,19 @@ volatile CustomizeTable C = {
.marikoGpuUV = 0,
.ramTimingPresetOne = 1,
.ramTimingPresetOne = 0,
.ramTimingPresetTwo = 1,
.ramTimingPresetTwo = 0,
.ramTimingPresetThree = 0,
.ramTimingPresetFour = 0,
.ramTimingPresetFive = 0,
.ramTimingPresetSix = 0,
.ramTimingPresetSeven = 0,
/* Advanced Settings:
* - Erista CPU DVFS Table:
@@ -229,8 +239,8 @@ volatile CustomizeTable C = {
{ 1228800, {}, { 1248293, -16383, -859, 0, 55830, 70425 } },
},
.eristaMtcTable = const_cast<EristaMtcTable *>(&EristaMtcTablePlaceholder),
.marikoMtcTable = const_cast<MarikoMtcTable *>(&MarikoMtcTablePlaceholder),
//.eristaMtcTable = const_cast<EristaMtcTable *>(&EristaMtcTablePlaceholder),
//.marikoMtcTable = const_cast<MarikoMtcTable *>(&MarikoMtcTablePlaceholder),
};