mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
fusee_cpp: import mariko mtc
This commit is contained in:
parent
c4fee796ea
commit
c2a930965a
4 changed files with 2527 additions and 24 deletions
|
@ -33,7 +33,7 @@ namespace ams::nxboot {
|
|||
static constinit bool g_fsp_for_next_freq = false;
|
||||
|
||||
#include "fusee_mtc_tables_erista.inc"
|
||||
#include "fusee_mtc_ram_training_pattern_erista.inc"
|
||||
#include "fusee_mtc_ram_training_pattern.inc"
|
||||
|
||||
#define DECLARE_OFFSET_HANDLER(BASE, REG, NAME) REG,
|
||||
#define DECLARE_REGISTER_HANDLER(BASE, REG, NAME) BASE + REG,
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -495,6 +495,7 @@
|
|||
#define EMC_PMACRO_IB_RXRT (0xCF4)
|
||||
#define EMC_PMACRO_TRAINING_CTRL_0 (0xCF8)
|
||||
#define EMC_PMACRO_TRAINING_CTRL_1 (0xCFC)
|
||||
#define EMC_PMACRO_DIG_DLL_STATUS_0 (0xD20)
|
||||
#define EMC_PMACRO_PERBIT_FGCG_CTRL_0 (0xD40)
|
||||
#define EMC_PMACRO_PERBIT_FGCG_CTRL_1 (0xD44)
|
||||
#define EMC_PMACRO_PERBIT_FGCG_CTRL_2 (0xD48)
|
||||
|
|
Loading…
Reference in a new issue