Difference between revisions of "Virage0-1"
Jump to navigation
Jump to search
(Created page with "Virage0 and Virage1 are a 2 rewritable 64 (0x40) Byte memory regions located inside the SoC. They can only be read in secure mode. They contain play-time data. {| class="wiki...") |
Stuckpixel (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Virage0 and Virage1 are | + | Virage0 and Virage1 are two 4K EEPROM banks located inside the SoC that can only be read in secure mode. |
{| class="wikitable" | {| class="wikitable" | ||
Line 8: | Line 8: | ||
! Note | ! Note | ||
|- | |- | ||
− | | 0x00 || | + | | 0x00 || 0x01 || tsCrlVersion || Seems to be always 0x00 |
|- | |- | ||
− | | | + | | 0x01 || 0x01 || caCrlVersion || Seems to be always 0x00 |
|- | |- | ||
− | | | + | | 0x02 || 0x01 || cpCrlVersion || Seems to be always 0x01 |
|- | |- | ||
− | | | + | | 0x03 || 0x01 || contentRlVersion || Seems to be always 0x00 |
+ | |- | ||
+ | | 0x04 || 0x02 || ticketRlVersion || Seems to be always 0x0000 | ||
+ | |- | ||
+ | | 0x06 || 0x02 || tidWindow || Seems to be always 0x001A | ||
+ | |- | ||
+ | | 0x08 || 0x2 * 0x1A || cc || Play-time (600 minutes = 0x0258) | ||
+ | |- | ||
+ | | 0x3C || 0x02 || seq || CRC | ||
+ | |- | ||
+ | | 0x3E || 0x02 || sum || CRC | ||
+ | |} |
Latest revision as of 00:31, 16 October 2019
Virage0 and Virage1 are two 4K EEPROM banks located inside the SoC that can only be read in secure mode.
Offset | Size | Description | Note |
---|---|---|---|
0x00 | 0x01 | tsCrlVersion | Seems to be always 0x00 |
0x01 | 0x01 | caCrlVersion | Seems to be always 0x00 |
0x02 | 0x01 | cpCrlVersion | Seems to be always 0x01 |
0x03 | 0x01 | contentRlVersion | Seems to be always 0x00 |
0x04 | 0x02 | ticketRlVersion | Seems to be always 0x0000 |
0x06 | 0x02 | tidWindow | Seems to be always 0x001A |
0x08 | 0x2 * 0x1A | cc | Play-time (600 minutes = 0x0258) |
0x3C | 0x02 | seq | CRC |
0x3E | 0x02 | sum | CRC |