diff --git a/README.md b/README.md index c87c33b..829aaf4 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,17 @@ 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) | [`zork`](https://chrome100.dev/board/zork) | [`grunt`](https://chrome100.dev/board/grunt) | -|----------------------|-------------------------------------------------|---------------------------------------------------|-----------------------------------------------|---------------------------------------------|----------------------------------------------|--------------------------------------------|----------------------------------------------| -| X11 | yes | yes | yes | no [1] | no [1] | yes | yes | -| Wifi | yes | yes | yes | yes | yes | yes | yes | -| Internal Audio | no | yes | no | untested | yes | no | no | -| Backlight | yes | yes | yes | untested | yes | untested | yes | -| Touchscreen | yes | yes | yes | untested | untested | yes | yes | -| 3D Acceleration | yes | yes | yes | no | no | yes | yes | -| Bluetooth | yes | yes | yes | untested | untested | yes | yes | -| Webcam | yes | yes | yes | untested | untested | yes | yes | +| Board Name | X11 | Wi-Fi | Speakers | Backlight | Touchscreen | 3D Accel | Bluetooth | Webcam | +|----------------------------------------------------|-------------------|-------|----------|-----------|-------------|----------|-----------|----------| +| [**dedede**](https://chrome100.dev/board/dedede) | yes | yes | no | yes | yes | yes | yes | yes | +| [**octopus**](https://chrome100.dev/board/octopus) | yes | yes | yes | yes | yes | yes | yes | yes | +| [**nissa**](https://chrome100.dev/board/nissa) | yes | yes | no | yes | yes | yes | yes | yes | +| [**reks**](https://chrome100.dev/board/reks) | no [1] | yes | untested | untested | untested | no | untested | untested | +| [**kefka**](https://chrome100.dev/board/kefka) | no [1] | yes | yes | yes | untested | no | untested | untested | +| [**zork**](https://chrome100.dev/board/zork) | yes | yes | no | untested | yes | yes | yes | yes | +| [**grunt**](https://chrome100.dev/board/grunt) | yes | yes | no | yes | yes | yes | yes | yes | +| [**jacuzzi**](https://chrome100.dev/board/jacuzzi) | yes | yes | no | yes | untested | no | no | yes | +| [**corsola**](https://chrome100.dev/board/corsola) | yes | yes | untested | untested | untested | untested | untested | untested | 1. The kernel is too old.