From e444beefaface4c2f4f34cc535220512c820454c Mon Sep 17 00:00:00 2001 From: ading2210 Date: Sun, 2 Jun 2024 22:00:40 -0700 Subject: [PATCH] update device compatibility table --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2bf2f88..0531572 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/) | [`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.