Skip to content

Commit c55d6bd

Browse files
committed
README: Add platform list
And which OS version is supported. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent ba0bad0 commit c55d6bd

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,32 @@ see the [Support Matrices](support-matrices.md).
1313

1414
###### Operating System Support
1515

16-
- [x] OS Tool (`framework_tool`)
17-
- [x] Tested on Linux
18-
- [x] Tested on Windows
19-
- [x] Tested on FreeBSD
20-
- [x] UEFI Shell tool (`framework_uefi`)
16+
The following operating environments are supported.
17+
18+
- Linux
19+
- Windows
20+
- UEFI
21+
- FreeBSD
22+
23+
Most functionality depends communication with the EC.
24+
For Linux and Windows there are dedicated drivers.
25+
On UEFI and FreeBSD raw port I/O is used - on Linux this can also be used as a fallback, if the driver is not available or not working.
26+
27+
| | Port I/O | Linux | Windows |
28+
|---------------------|----------| ------|---------|
29+
| Framework 12 | | | |
30+
| Intel Core 12th Gen | Yes | [6.12](https://github.com/torvalds/linux/commit/62be134abf4250474a7a694837064bc783d2b291) | Yes |
31+
| Framework 13 | | | |
32+
| Intel Core 11th Gen | Yes | [6.11](https://github.com/torvalds/linux/commit/04ca0a51f1e63bd553fd4af8e9af0fe094fa4f0a) | Not yet |
33+
| Intel Core 12th Gen | Yes | [6.13](https://github.com/torvalds/linux/commit/dcd59d0d7d51b2a4b768fc132b0d74a97dfd6d6a) | Not yet |
34+
| Intel Core 13th Gen | Yes | [6.13](https://github.com/torvalds/linux/commit/dcd59d0d7d51b2a4b768fc132b0d74a97dfd6d6a) | Not yet |
35+
| AMD Ryzen 7040 | Yes | [6.10](https://github.com/torvalds/linux/commit/c8f460d991df93d87de01a96b783cad5a2da9616) | Soon |
36+
| Intel Core Ultra 1S | Yes | [6.12](https://github.com/torvalds/linux/commit/62be134abf4250474a7a694837064bc783d2b291) | Soon |
37+
| AMD Ryzen AI 300 | Yes | [6.12](https://github.com/torvalds/linux/commit/62be134abf4250474a7a694837064bc783d2b291) | Yes |
38+
| Framework 16 | | | |
39+
| AMD Ryzen 7040 | Yes | [6.10](https://github.com/torvalds/linux/commit/c8f460d991df93d87de01a96b783cad5a2da9616) | Soon |
40+
| Framework Desktop | | | |
41+
| AMD Ryzen AI Max | Yes | [6.15](https://github.com/torvalds/linux/commit/d83c45aeec9b223fe6db4175e9d1c4f5699cc37a) | Yes |
2142

2243
###### Firmware Information
2344

0 commit comments

Comments
 (0)