update device compatibility documentation
This commit is contained in:
parent
f9b3383698
commit
dff0132f03
|
@ -19,3 +19,6 @@ This template is not meant to be used if Shimboot fails completely. Submit a bug
|
|||
- 3D acceleration: yes/no/untested
|
||||
- Bluetooth: yes/no/untested
|
||||
- Webcam: yes/no/untested
|
||||
|
||||
|
||||
**Other Notes:**:
|
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/) | [`reks`](https://chrome100.dev/board/reks/) | [`nissa`](https://chrome100.dev/board/nissa/) |
|
||||
|----------------------|-------------------------------------------------|---------------------------------------------------|---------------------------------------------|-----------------------------------------------|
|
||||
| X11 | yes | yes | no (kernel too old) | yes |
|
||||
| Wifi | yes | yes | yes | yes |
|
||||
| Internal Audio | no | yes | untested | no |
|
||||
| Backlight | yes | yes | untested | yes |
|
||||
| Touchscreen | yes | yes | untested | yes |
|
||||
| 3D Acceleration | yes | yes | no | yes |
|
||||
| Bluetooth | yes | yes | untested | yes |
|
||||
| Webcam | yes | yes | untested | yes |
|
||||
| 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 |
|
||||
|
||||
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