update device compatibility table
This commit is contained in:
parent
0ac7dc2cfe
commit
e444beefaf
20
README.md
20
README.md
|
@ -34,16 +34,16 @@ Note that rootfs partitions have to be named `shimboot_rootfs:<partname>` for th
|
|||
Driver support depends on the device you are using shimboot on. The `patch_rootfs.sh` script attempts to copy all the firmware and drivers from the shim and recovery image into the rootfs, so expect most things to work on other boards. ARM Chromebooks are not supported at the moment.
|
||||
|
||||
### Device Compatibility Table:
|
||||
| Feature \ Board Name | [`dedede`](https://chrome100.dev/board/dedede/) | [`octopus`](https://chrome100.dev/board/octopus/) | [`nissa`](https://chrome100.dev/board/nissa/) | [`reks`](https://chrome100.dev/board/reks/) | [`kefka`](https://chrome100.dev/board/kefka) |
|
||||
|----------------------|-------------------------------------------------|---------------------------------------------------|-----------------------------------------------|---------------------------------------------|----------------------------------------------|
|
||||
| X11 | yes | yes | yes | no (kernel too old) | no (kernel too old) |
|
||||
| Wifi | yes | yes | yes | yes | yes |
|
||||
| Internal Audio | no | yes | no | untested | untested |
|
||||
| Backlight | yes | yes | yes | untested | untested |
|
||||
| Touchscreen | yes | yes | yes | untested | untested |
|
||||
| 3D Acceleration | yes | yes | yes | no | no |
|
||||
| Bluetooth | yes | yes | yes | untested | untested |
|
||||
| Webcam | yes | yes | yes | untested | untested |
|
||||
| Feature \ Board Name | [`dedede`](https://chrome100.dev/board/dedede/) | [`octopus`](https://chrome100.dev/board/octopus/) | [`nissa`](https://chrome100.dev/board/nissa/) | [`reks`](https://chrome100.dev/board/reks/) | [`kefka`](https://chrome100.dev/board/kefka) | [`zork`](https://chrome100.dev/board/zork) |
|
||||
|----------------------|-------------------------------------------------|---------------------------------------------------|-----------------------------------------------|---------------------------------------------|----------------------------------------------|--------------------------------------------|
|
||||
| X11 | yes | yes | yes | no (kernel too old) | no (kernel too old) | yes |
|
||||
| Wifi | yes | yes | yes | yes | yes | yes |
|
||||
| Internal Audio | no | yes | no | untested | yes | no |
|
||||
| Backlight | yes | yes | yes | untested | yes | untested |
|
||||
| Touchscreen | yes | yes | yes | untested | untested | yes |
|
||||
| 3D Acceleration | yes | yes | yes | no | no | yes |
|
||||
| Bluetooth | yes | yes | yes | untested | untested | yes |
|
||||
| Webcam | yes | yes | yes | untested | untested | yes |
|
||||
|
||||
This table is incomplete. If you want to contribute a device compatibility report please create a new issue on the Github repository.
|
||||
|
||||
|
|
Loading…
Reference in New Issue