4.0.0: Difference between revisions
No edit summary |
RIP spl |
||
Line 54: | Line 54: | ||
The package1 entrypoint address specified by BCT was increased by 0x20-bytes, since there's now an additional 0x20-bytes at the start of package1. The additional data is identical to the 0x20-byte block before it. | The package1 entrypoint address specified by BCT was increased by 0x20-bytes, since there's now an additional 0x20-bytes at the start of package1. The additional data is identical to the 0x20-byte block before it. | ||
Sysmodules: | |||
* spl was updated to split the [[SPL services#spl:|IGeneralService]] ("spl:") into many usage-case specific services. | |||
** spl: no longer contains commands for doing AES/RSA cryptographic operations | |||
** spl:mig was added, supporting crypto commands used by the new migration sysmodule. | |||
** spl:ssl was added, supporting crypto commands used by the [[SSL services|ssl]] sysmodule | |||
** spl:es was added, supporting crypto commands used by the es sysmodule. | |||
** spl:fs was added, supporting crypto commands used by the [[Filesystem services|fs]] FIRM sysmodule. | |||
====Package1==== | ====Package1==== |