File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ stage2_addr = 0xF0000000
55stage2_entrypoint = 0xF0000000
66
77[exosphere]
8- ; Note: Disabling debugmode will cause parts of ams.tma to not work.
8+ ; Note: Disabling debugmode will cause parts of ams.tma to not work, in the future .
99debugmode = 1
1010debugmode_user = 0
1111
Original file line number Diff line number Diff line change 1919
2020#define ATMOSPHERE_RELEASE_VERSION_MAJOR 0
2121#define ATMOSPHERE_RELEASE_VERSION_MINOR 8
22- #define ATMOSPHERE_RELEASE_VERSION_MICRO 1
22+ #define ATMOSPHERE_RELEASE_VERSION_MICRO 2
2323
2424#endif
Original file line number Diff line number Diff line change 11# Changelog
2+ ## 0.8.2
3+ + A number of bugs were fixed causing users to sometimes see ` Key Derivation Failed! ` .
4+ + KFUSE clock enable timings have been adjusted to allow time to stabilize before TSEC is granted access.
5+ + A race condition was fixed that could cause wrong key data to be used on 6.2.0
6+ + The TSEC firmware is now retried on failure, fixing a failure affecting ~ 1/50 boots on 6.2.0.
7+ + A bug was fixed causing some modules to not work on firmware 1.0.0.
8+ + A bug was fixed causing sleep mode to not work with debugmode enabled.
9+ + As a result, debugmode is now enabled in the default BCT.ini.
10+ + General system stability improvements to enhance the user's experience.
211## 0.8.1
312+ A bug was fixed causing users to see ` Failed to enable SMMU! ` if fusee had previously rebooted.
413 + This message will still occur sporadically if fusee is not launched from coldboot, but it can never happen twice in a row.
You can’t perform that action at this time.
0 commit comments