Michael Scire
e0f1e637f7
Add single source of truth for target firmwares.
2018-12-17 12:40:06 -08:00
Michael Scire
a79f4cf6f6
exosphere: fix sleep mode when debugmode is enabled
2018-12-04 15:59:30 -08:00
Michael Scire
fc426a06b2
exo: fix vaddr/paddr confusion in rcm reboot code
2018-12-01 13:56:13 -08:00
Michael Scire
be5b58d033
fatal: Reboot to RCM if VOL is pressed instead of PWR.
2018-11-30 05:33:35 -08:00
Michael Scire
8d3b8354c3
Exosphere: Add extension to perform a reboot to rcm.
2018-11-30 04:57:17 -08:00
Michael Scire
72a2c10896
exosphere: Add support for enabling debugmode via BCT.ini
2018-11-30 03:10:27 -08:00
Michael Scire
6711cd93a8
atmosphere: extract API version management to common folder
2018-10-16 17:54:50 -07:00
Michael Scire
412511f32a
Exosphere: Bump version to 0.7.0
2018-10-16 17:30:24 -07:00
Michael Scire
a2b4d9168d
exosphere: ConfigItem_IsQuestUnit was added in 3.0, not 4.0
2018-09-20 13:47:20 -07:00
hexkyz
28e4d4411d
Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer).
2018-09-07 16:00:13 +01:00
Michael Scire
ba7d0c2cb6
Exosphere: Add API for retrieving versioning info.
2018-05-09 06:29:56 -06:00
Naomi Peori
0075a42d39
Changed PACKAGE2_MAXVER_400_CURRENT to PACKAGE2_MAXVER_400_410. ( #64 )
...
* Changed PACKAGE2_MAXVER_400_CURRENT to PACKAGE2_MAXVER_400_410.
* Added top-level makefile and a .gitignore for thermosphere build files.
2018-04-23 11:07:49 -07:00
Michael Scire
c2eed3caf6
Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection
2018-03-25 15:05:08 -06:00
TuxSH
3d72183471
Add 4.x configitem stuff
2018-03-09 12:47:58 +01:00
Michael Scire
3d8ff446ad
Implement BootReason config
2018-03-08 01:48:57 -08:00
TuxSH
a65d380889
Make enum names consistent
2018-03-05 23:59:46 +01:00
Michael Scire
e7e62ef90b
Implement half of bootup_misc_mmio()
2018-03-02 12:16:30 -08:00
Michael Scire
bda9dcbe73
Start implementing smcCpuSuspend
2018-02-26 02:00:17 -08:00
Mat M
1de6b336bb
all: Make file-scope variables internally linked where applicable ( #57 )
...
Narrows the scope of visible symbols to where they're actually used. Also
makes it easier to see true globals in source files
(ones used from multiple translation units)
2018-02-26 00:42:21 -08:00
TuxSH
b0ea9c1a0b
Move source files to src/, add Makefile, fix all build and linkage errors, etc.
2018-02-25 20:00:50 +01:00