fusee: 11.0.0 support

This commit is contained in:
hexkyz
2020-12-04 19:11:41 +00:00
committed by Michael Scire
parent f40fa150d8
commit 0a0cc52846
17 changed files with 971 additions and 265 deletions

View File

@@ -124,7 +124,7 @@ static const uint8_t sdram_params_erista_lz[1262] = {
0x8E, 0x68
};
static const uint8_t sdram_params_mariko_lz[1727] = {
static const uint8_t sdram_params_mariko_lz[1741] = {
0x19, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00,
0x00, 0x2C, 0x19, 0x04, 0x09, 0x00, 0x19, 0x04, 0x04, 0x19, 0x08, 0x08,
0x19, 0x10, 0x10, 0x19, 0x20, 0x20, 0x19, 0x40, 0x40, 0x19, 0x2A, 0x2A,
@@ -268,10 +268,12 @@ static const uint8_t sdram_params_mariko_lz[1727] = {
0x38, 0x08, 0x29, 0x32, 0x93, 0xA5, 0x54, 0x4A, 0x6B, 0x76, 0x87, 0x19,
0x82, 0x29, 0xA0, 0x70, 0xCB, 0xFA, 0xE4, 0xD3, 0xFE, 0x19, 0x82, 0x3A,
0x90, 0x38, 0x9C, 0x19, 0x84, 0x6F, 0xD2, 0x18, 0x19, 0x82, 0x60, 0xB1,
0x28, 0x19, 0x85, 0x44, 0xD2, 0x18, 0x19, 0x83, 0x48, 0xB1, 0x28
0x28, 0x19, 0x85, 0x44, 0xD2, 0x18, 0x19, 0x85, 0x7C, 0xB1, 0x28, 0x19,
0x8B, 0x21, 0x90, 0x38, 0x19, 0x82, 0x3F, 0xA0, 0x70, 0x19, 0x24, 0x90,
0x38
};
static const uint32_t sdram_params_index_table_erista[28] = {
static const uint32_t sdram_params_index_table_erista[29] = {
0,
1,
2,
@@ -300,13 +302,14 @@ static const uint32_t sdram_params_index_table_erista[28] = {
0xFFFFFFFF,
0xFFFFFFFF,
0xFFFFFFFF,
0xFFFFFFFF,
};
static const uint32_t sdram_params_index_table_mariko[28] = {
0xFFFFFFFF,
static const uint32_t sdram_params_index_table_mariko[29] = {
0xFFFFFFFF,
0xFFFFFFFF,
0xFFFFFFFF,
0xC,
0xFFFFFFFF,
0xFFFFFFFF,
0xFFFFFFFF,
@@ -331,4 +334,5 @@ static const uint32_t sdram_params_index_table_mariko[28] = {
0xB,
0xB,
0xB,
7,
};