diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-21 19:34:23 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-24 06:05:00 -0400 |
| commit | 7a879a324ee653f9c265aa0bb3de34c7e2e7fd2b (patch) | |
| tree | 84b6124d8fd215793d33e01176971de9beac42b7 /static/faq.html | |
| parent | 47f4ff448def10adb2fe0db99e9b34db539c53fe (diff) | |
add 9th generation Pixel support
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/static/faq.html b/static/faq.html index d8338368..fa5dfce5 100644 --- a/static/faq.html +++ b/static/faq.html @@ -139,6 +139,9 @@ <p>GrapheneOS has official production support for the following devices:</p> <ul> + <li>Pixel 9 Pro XL (komodo)</li> + <li>Pixel 9 Pro (caiman)</li> + <li>Pixel 9 (tokay)</li> <li>Pixel 8a (akita)</li> <li>Pixel 8 Pro (husky)</li> <li>Pixel 8 (shiba)</li> @@ -233,6 +236,9 @@ guarantee from launch for full security updates and other improvements:</p> <ul> + <li><strong>Pixel 9 Pro XL</strong> — minimum 7 years support and hardware memory tagging support</li> + <li><strong>Pixel 9 Pro</strong> — minimum 7 years support and hardware memory tagging support</li> + <li><strong>Pixel 9</strong> — minimum 7 years support and hardware memory tagging support</li> <li><strong>Pixel 8a</strong> — minimum 7 years support and hardware memory tagging support</li> <li><strong>Pixel 8 Pro</strong> — minimum 7 years support and hardware memory tagging support</li> <li><strong>Pixel 8</strong> — minimum 7 years support and hardware memory tagging support</li> @@ -244,13 +250,13 @@ <li>Pixel 6a</li> </ul> - <p>8th generation Pixels provide a minimum guarantee of 7 years of support - from launch instead of the previous 5 year minimum guarantee. 8th generation + <p>8th/9th generation Pixels provide a minimum guarantee of 7 years of support + from launch instead of the previous 5 year minimum guarantee. 8th/9th generation Pixels also bring support for the incredibly powerful hardware memory tagging security feature as part of moving to new ARMv9 CPU cores. GrapheneOS uses hardware memory tagging by default to protect the base OS and known compatible - user installed apps against exploitation, with the option to use it for all - apps and opt-out on a case-by-case basis for the few incompatible with it.</p> + user installed apps against exploitation, with the option to use it for all apps + and opt-out on a case-by-case basis for the few incompatible with it.</p> <p>Both 7th and 6th generation Pixels have a minimum guarantee of 5 years from launch. 7th generation Pixels are a year newer so they have an extra year of @@ -436,6 +442,21 @@ <th>OEM minimum support length</th> </tr> <tr> + <td>Google Pixel 9 Pro XL</td> + <td>August 2031</td> + <td>7 years</td> + </tr> + <tr> + <td>Google Pixel 9 Pro</td> + <td>August 2031</td> + <td>7 years</td> + </tr> + <tr> + <td>Google Pixel 9</td> + <td>August 2031</td> + <td>7 years</td> + </tr> + <tr> <td>Google Pixel 8a</td> <td>May 2031</td> <td>7 years</td> |
