mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
fusee: add new mtc tables
This commit is contained in:
parent
401047f603
commit
a8e23adffe
73 changed files with 884 additions and 784 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -51,9 +51,9 @@ namespace ams::nxboot {
|
|||
/* DramId_MarikoIowaSamsung1y4gbX */ 0x0C,
|
||||
/* DramId_MarikoIowaSamsung1y8gbX */ 0x0D,
|
||||
/* DramId_MarikoHoagSamsung1y4gbX */ 0x0C,
|
||||
/* DramId_MarikoIowaSamsung1y4gbY */ 0x0A,
|
||||
/* DramId_MarikoIowaSamsung1y8gbY */ 0x0B,
|
||||
/* DramId_MarikoAulaSamsung1y4gb */ 0x0E,
|
||||
/* DramId_MarikoIowaSamsung1z4gb */ 0x12,
|
||||
/* DramId_MarikoHoagSamsung1z4gb */ 0x12,
|
||||
/* DramId_MarikoAulaSamsung1z4gb */ 0x12,
|
||||
/* DramId_MarikoHoagSamsung1y8gbX */ 0x0D,
|
||||
/* DramId_MarikoAulaSamsung1y4gbX */ 0x0C,
|
||||
/* DramId_MarikoIowaMicron1y4gb */ 0x0F,
|
||||
|
|
|
@ -95,6 +95,7 @@ namespace ams::nxboot {
|
|||
HANDLE_CASE(0x0E, T210b01SdevEmcDvfsTableS1y4gb01)
|
||||
HANDLE_CASE(0x0F, T210b01SdevEmcDvfsTableM1y4gb01)
|
||||
HANDLE_CASE(0x10, T210b01SdevEmcDvfsTableH1y4gb01)
|
||||
HANDLE_CASE(0x12, T210b01SdevEmcDvfsTableS1z4gb01)
|
||||
default:
|
||||
ShowFatalError("Unknown EmcDvfsTimingTableIndex: %d\n", index);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) Atmosphère-NX
|
||||
* Copyright (c) Atmosphère-NX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue