Filesystem services: Difference between revisions
TimmSkiller (talk | contribs) |
TimmSkiller (talk | contribs) Add SecureValueEntry |
||
Line 1,590: | Line 1,590: | ||
| 0x1000 | | 0x1000 | ||
| SD Application | | SD Application | ||
|} | |||
== SecureValueEntry == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset !! Size !! Description | |||
|- | |||
| 0x0 || 0x4 || u32, [[Filesystem_services#SecureValueSlot|Secure Value Slot]] | |||
|- | |||
| 0x4 || 0x1 || When used as an input entry: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value !! Description | |||
|- | |||
| 0 || This entry should be removed. | |||
|- | |||
| 1 || This entry should be updated with the given value. | |||
|} | |||
When returned from a command: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Value !! Description | |||
|- | |||
| 0 || No entry with the given slot and title ID was found. | |||
|- | |||
| 1 || The entry with the given slot and title ID was found. | |||
|} | |||
|- | |||
| 0x5 || 0x3 || padding | |||
|- | |||
| 0x8 || 0x8 || u64, Secure Value | |||
|} | |} | ||