SceDriverTzs: Difference between revisions
Jump to navigation
Jump to search
m (Add first firmware module appeared in and little description.) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
This module performs a job similar [[SceLowio]] in Non-Secure kernel. | This module performs a job similar to [[SceLowio]] in Non-Secure kernel. It integrates (and replaces) [[SceCdram]] and [[SceSysconTzs]] completely, and takes over part of the role of TZS [[SceKernelIntrMgr]] from older firmwares (i.e. <code>SceGrab</code> management). | ||
It integrates (and replaces) [[SceCdram]] and [[SceSysconTzs]] completely, and takes over part of the role of [[ | |||
== Module == | == Module == | ||
This module exists only in Secure world. This module was introduced in | This module exists only in Secure world. This module was introduced in firmware 0.990 or just before, and is not present in firmware 0.945.050. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Version | ! Version !! World !! Privilege | ||
|- | |- | ||
| 0.990-1.80 | | 0.990-1.80 || Secure || Kernel | ||
|} | |} | ||
Line 18: | Line 16: | ||
This module doesn't export any library. | This module doesn't export any library. | ||
[[Category:ARM]] | |||
[[Category:Kernel]] | |||
[[Category:Modules]] | [[Category:Modules]] | ||
Latest revision as of 20:59, 1 May 2023
This module performs a job similar to SceLowio in Non-Secure kernel. It integrates (and replaces) SceCdram and SceSysconTzs completely, and takes over part of the role of TZS SceKernelIntrMgr from older firmwares (i.e. SceGrab
management).
Module
This module exists only in Secure world. This module was introduced in firmware 0.990 or just before, and is not present in firmware 0.945.050.
Version | World | Privilege |
---|---|---|
0.990-1.80 | Secure | Kernel |
Libraries
This module doesn't export any library.