7.0.1: Difference between revisions

From Nintendo Switch Brew
Jump to navigation Jump to search
No edit summary
memes
Line 17: Line 17:
=== FIRM ===
=== FIRM ===
Only BCT+package1 were updated.
Only BCT+package1 were updated.
====Secure Monitor====
The Secure Monitor was updated.
* The only change in .text (besides relative branch offsets updating) is that four instructions were inserted into the SMC handler.
** When the bit in boot reason that restricts access to certain SMCs is set, [[SMC#SecureExpMod|smcSecureExpMod]] is now blacklisted. Previously, only [[SMC#DecryptOrImportRsaKey|smcDecryptOrImportRsaKey]] was blacklisted.
* The only data changes were that smcSecureExpMod is now allowed to be called in recovery mode, and the global pointers for the TIMER, WAIT, and UART-A regions now default to 0 instead of their physical addresses.
** The default pointer value change is not meaningful, as these are overwritten by initialization code before they are ever used.


==See Also==
==See Also==
System update report(s):
System update report(s):
* [https://yls8.mtheall.com/ninupdates/reports.php?date=02-18-19_07-05-10&sys=hac]
* [https://yls8.mtheall.com/ninupdates/reports.php?date=02-18-19_07-05-10&sys=hac]

Revision as of 13:32, 19 February 2019

The Switch 7.0.1 system update was released on February 18, 2019. This Switch update was released for the following regions: ALL.

Security flaws fixed: <fill this in manually later, see the updatedetails page from the ninupdates-report page(s) once available for now>.

Change-log

Official ALL change-log:

  • General system stability improvements to enhance the user's experience, including:
  • Resolved an issue where the Pokémon: Let's Go, Pikachu! and Pokémon: Let's Go, Eevee! games cannot reconnect to the Pokémon GO app if the game software was closed after pairing with the app.

System Titles

<fill this in (manually) later>

Nothing changed for services IPC.

FIRM

Only BCT+package1 were updated.

Secure Monitor

The Secure Monitor was updated.

  • The only change in .text (besides relative branch offsets updating) is that four instructions were inserted into the SMC handler.
  • The only data changes were that smcSecureExpMod is now allowed to be called in recovery mode, and the global pointers for the TIMER, WAIT, and UART-A regions now default to 0 instead of their physical addresses.
    • The default pointer value change is not meaningful, as these are overwritten by initialization code before they are ever used.


See Also

System update report(s):