Changes

635 bytes added ,  18:58, 11 April 2020
Move changes here
Line 27: Line 27:  
*Format the microSD card
 
*Format the microSD card
 
**To format, head to System Settings > System > Initialize > Format microSD Card
 
**To format, head to System Settings > System > Initialize > Format microSD Card
 +
 +
==Package1==
 +
* The encrypted binaries' order and calculation for next stage's entrypoint was changed.
 +
 +
Old layout (before 2.0.0):
 +
1.- PK11 header
 +
2.- Secure Monitor blob
 +
3.- NX bootloader blob
 +
4.- Warmboot blob
 +
 +
NX bootloader entrypoint is calculated as:
 +
0x40013FE0 + 0x20 + 0x20 + NX bootloader blob's offset + Secure Monitor blob's size
 +
 +
New layout (2.0.0+):
 +
1.- PK11 header
 +
2.- Warmboot blob
 +
3.- NX bootloader blob
 +
4.- Secure Monitor blob
 +
 +
NX bootloader entrypoint is calculated as:
 +
0x40013FE0 + 0x20 + 0x20 + NX bootloader blob's offset + Warmboot blob's size
 +
 +
* Some AES-ECB decryption related code was refactored.
    
==System Titles==
 
==System Titles==