Logo
Explore Help
Sign In
Mirror/atmosphere
1
0
Fork 0
You've already forked atmosphere
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2026-03-06 15:44:40 +00:00
Code Issues Packages Projects Releases Wiki Activity
atmosphere/fusee/Makefile

11 lines
183 B
Makefile
Raw Normal View History

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
SUBFOLDERS := fusee-primary fusee-secondary
Add build system for fusee
2018-03-14 21:14:02 +01:00
Make a top-level make build everything in order
2018-05-15 01:30:56 +02:00
TOPTARGETS := all clean
Add build system for fusee
2018-03-14 21:14:02 +01:00
Make a top-level make build everything in order
2018-05-15 01:30:56 +02:00
$(TOPTARGETS): $(SUBFOLDERS)
Add build system for fusee
2018-03-14 21:14:02 +01:00
Make a top-level make build everything in order
2018-05-15 01:30:56 +02:00
$(SUBFOLDERS):
$(MAKE) -C $@ $(MAKECMDGOALS)
Add build system for fusee
2018-03-14 21:14:02 +01:00
Make a top-level make build everything in order
2018-05-15 01:30:56 +02:00
.PHONY: $(TOPTARGETS) $(SUBFOLDERS)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 25ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API