Robert Jarzmik | 1f9327f | 2011-11-29 23:16:35 +0100 | [diff] [blame] | 1 | What: /sys/devices/platform/docg3/f[0-3]_dps[01]_is_keylocked |
| 2 | Date: November 2011 |
| 3 | KernelVersion: 3.3 |
| 4 | Contact: Robert Jarzmik <robert.jarzmik@free.fr> |
| 5 | Description: |
| 6 | Show whether the floor (0 to 4), protection area (0 or 1) is |
| 7 | keylocked. Each docg3 chip (or floor) has 2 protection areas, |
| 8 | which can cover any part of it, block aligned, called DPS. |
| 9 | The protection has information embedded whether it blocks reads, |
| 10 | writes or both. |
| 11 | The result is: |
Mauro Carvalho Chehab | 3443333 | 2020-10-30 08:40:39 +0100 | [diff] [blame] | 12 | |
| 13 | - 0 -> the DPS is not keylocked |
| 14 | - 1 -> the DPS is keylocked |
| 15 | |
Robert Jarzmik | 1f9327f | 2011-11-29 23:16:35 +0100 | [diff] [blame] | 16 | Users: None identified so far. |
| 17 | |
| 18 | What: /sys/devices/platform/docg3/f[0-3]_dps[01]_protection_key |
| 19 | Date: November 2011 |
| 20 | KernelVersion: 3.3 |
| 21 | Contact: Robert Jarzmik <robert.jarzmik@free.fr> |
| 22 | Description: |
| 23 | Enter the protection key for the floor (0 to 4), protection area |
| 24 | (0 or 1). Each docg3 chip (or floor) has 2 protection areas, |
| 25 | which can cover any part of it, block aligned, called DPS. |
| 26 | The protection has information embedded whether it blocks reads, |
| 27 | writes or both. |
| 28 | The protection key is a string of 8 bytes (value 0-255). |
| 29 | Entering the correct value toggle the lock, and can be observed |
| 30 | through f[0-3]_dps[01]_is_keylocked. |
| 31 | Possible values are: |
Mauro Carvalho Chehab | 3443333 | 2020-10-30 08:40:39 +0100 | [diff] [blame] | 32 | |
Robert Jarzmik | 1f9327f | 2011-11-29 23:16:35 +0100 | [diff] [blame] | 33 | - 8 bytes |
Mauro Carvalho Chehab | 3443333 | 2020-10-30 08:40:39 +0100 | [diff] [blame] | 34 | |
Robert Jarzmik | 1f9327f | 2011-11-29 23:16:35 +0100 | [diff] [blame] | 35 | Typical values are: |
Mauro Carvalho Chehab | 3443333 | 2020-10-30 08:40:39 +0100 | [diff] [blame] | 36 | |
Robert Jarzmik | 1f9327f | 2011-11-29 23:16:35 +0100 | [diff] [blame] | 37 | - "00000000" |
| 38 | - "12345678" |
Mauro Carvalho Chehab | 3443333 | 2020-10-30 08:40:39 +0100 | [diff] [blame] | 39 | |
Robert Jarzmik | 1f9327f | 2011-11-29 23:16:35 +0100 | [diff] [blame] | 40 | Users: None identified so far. |