@@ -25,11 +25,10 @@ see the [Support Matrices](support-matrices.md).
25
25
- [x] ESRT table (UEFI, Linux, FreeBSD only) (` --esrt ` )
26
26
- [x] SMBIOS
27
27
- [x] Get firmware version from binary file
28
- - [x] Legacy EC (Intel 13th Gen and earlier) (` --ec-bin ` )
29
- - [x] Zephyr EC (AMD) (` --ec-bin ` )
28
+ - [x] EC (Legacy and Zephyr based) (` --ec-bin ` )
30
29
- [x] CCG5 PD (11th Gen TigerLake) (` --pd-bin ` )
31
- - [x] CCG6 PD (12th Gen AlderLake ) (` --pd-bin ` )
32
- - [x] CCG8 PD (Framework 16 ) (` --pd-bin ` )
30
+ - [x] CCG6 PD (Intel systems, Framework Desktop ) (` --pd-bin ` )
31
+ - [x] CCG8 PD (AMD Laptops ) (` --pd-bin ` )
33
32
- [x] H2O BIOS Capsule (` --h2o-capsule ` )
34
33
- [x] BIOS Version
35
34
- [x] EC Version
@@ -53,16 +52,6 @@ see the [Support Matrices](support-matrices.md).
53
52
- [x] DisplayPort Expansion Card (` --dp-hdmi-update ` )
54
53
- [ ] Audio Expansion Card
55
54
56
- ###### Firmware Update
57
-
58
- Note: Use fwupd.
59
-
60
- - [ ] Flash firmware
61
- - [ ] BIOS
62
- - [ ] EC
63
- - [ ] PD
64
- - [ ] Expansion Cards
65
-
66
55
###### System Status
67
56
68
57
All of these need EC communication support in order to work.
@@ -90,6 +79,7 @@ All of these need EC communication support in order to work.
90
79
- [x] Framework Desktop (AMD Ryzen AI Max 300)
91
80
- [x] Port I/O communication on Linux
92
81
- [x] Port I/O communication in UEFI
82
+ - [x] Port I/O communication on FreeBSD
93
83
- [x] Using ` cros_ec ` driver in Linux kernel
94
84
- [x] Using [ Framework EC Windows driver] ( https://github.com/FrameworkComputer/crosecbus ) based on [ coolstar's] ( https://github.com/coolstar/crosecbus )
95
85
- [x] Using [ DHowett's Windows CrosEC driver] ( https://github.com/DHowett/FrameworkWindowsUtils )
0 commit comments