1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00
Atmosphere/fusee
Michael Scire c5edb031fa fusee: restore DRAM to 204MHz before starting main cpu on Mariko (closes #1600).
Nintendo's Mariko tables result in trained frequency of 1599999 instead of 1600000.

PCV checks for rate == 1600000 exactly, when doing EMC init.

Thus EMC init does not succeed if we are trained to 1600000.

PCV has a fudge factor of 1000 used in SetEmcDvfsFreq, but this is not used in InitEmcDvfs.

This failure means that PCV cannot change rate back to 204MHz before sleep, and then after
wake extremely degraded performance is observed.

Restoring DRAM to 204MHz before boot causes EMC init to succeed/fixes performance degradation.
2021-08-30 07:19:28 -07:00
..
common ams: replace sept with tsec firmware (#1594) 2021-08-20 13:13:29 -07:00
fusee-primary fusee: restore DRAM to 204MHz before starting main cpu on Mariko (closes #1600). 2021-08-30 07:19:28 -07:00
fusee-secondary fusee: restore DRAM to 204MHz before starting main cpu on Mariko (closes #1600). 2021-08-30 07:19:28 -07:00
Makefile fusee: restore DRAM to 204MHz before starting main cpu on Mariko (closes #1600). 2021-08-30 07:19:28 -07:00