add zork as a prebuilt image

This commit is contained in:
ading2210 2024-06-02 22:24:38 -07:00
parent 80aa5ee868
commit ad23945967
3 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
board: [dedede, octopus, coral, grunt, nissa] board: [dedede, octopus, coral, grunt, nissa, zork]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -36,7 +36,7 @@ Driver support depends on the device you are using shimboot on. The `patch_rootf
### Device Compatibility Table: ### 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) | | 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 | | X11 | yes | yes | yes | no <sup>[1]</sup> | no <sup>[1]</sup> | yes |
| Wifi | yes | yes | yes | yes | yes | yes | | Wifi | yes | yes | yes | yes | yes | yes |
| Internal Audio | no | yes | no | untested | yes | no | | Internal Audio | no | yes | no | untested | yes | no |
| Backlight | yes | yes | yes | untested | yes | untested | | Backlight | yes | yes | yes | untested | yes | untested |
@ -45,6 +45,8 @@ Driver support depends on the device you are using shimboot on. The `patch_rootf
| Bluetooth | yes | yes | yes | untested | untested | yes | | Bluetooth | yes | yes | yes | untested | untested | yes |
| Webcam | yes | yes | yes | untested | untested | yes | | Webcam | yes | yes | yes | untested | untested | yes |
<sup>1. The kernel is too old.</sup>
This table is incomplete. If you want to contribute a device compatibility report please create a new issue on the Github repository. This table is incomplete. If you want to contribute a device compatibility report please create a new issue on the Github repository.
On all devices, expect the following features to work: On all devices, expect the following features to work:

View File

@ -94,7 +94,7 @@ move_mounts() {
print_license() { print_license() {
cat << EOF cat << EOF
Shimboot v1.0.1 Shimboot v1.0.2
ading2210/shimboot: Boot desktop Linux from a Chrome OS RMA shim. ading2210/shimboot: Boot desktop Linux from a Chrome OS RMA shim.
Copyright (C) 2023 ading2210 Copyright (C) 2023 ading2210