From dff0132f0308b2f9ea36189a13976541f14331eb Mon Sep 17 00:00:00 2001 From: ading2210 Date: Mon, 13 May 2024 11:49:28 -0700 Subject: [PATCH] update device compatibility documentation --- .../device-compatibility-report.md | 3 +++ README.md | 20 +++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/device-compatibility-report.md b/.github/ISSUE_TEMPLATE/device-compatibility-report.md index 7242831..8fbc5ca 100644 --- a/.github/ISSUE_TEMPLATE/device-compatibility-report.md +++ b/.github/ISSUE_TEMPLATE/device-compatibility-report.md @@ -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:**: \ No newline at end of file diff --git a/README.md b/README.md index 15f2bf8..2bf2f88 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,16 @@ Note that rootfs partitions have to be named `shimboot_rootfs:` 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.