Skip to content

Commit

Permalink
add zork as a prebuilt image
Browse files Browse the repository at this point in the history
  • Loading branch information
ading2210 committed Jun 3, 2024
1 parent 80aa5ee commit ad23945
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
board: [dedede, octopus, coral, grunt, nissa]
board: [dedede, octopus, coral, grunt, nissa, zork]

runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Driver support depends on the device you are using shimboot on. The `patch_rootf
### 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) |
|----------------------|-------------------------------------------------|---------------------------------------------------|-----------------------------------------------|---------------------------------------------|----------------------------------------------|--------------------------------------------|
| 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 |
| Internal Audio | no | yes | no | untested | yes | no |
| Backlight | yes | yes | yes | untested | yes | untested |
Expand All @@ -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 |
| 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.

On all devices, expect the following features to work:
Expand Down
2 changes: 1 addition & 1 deletion bootloader/bin/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ move_mounts() {

print_license() {
cat << EOF
Shimboot v1.0.1
Shimboot v1.0.2
ading2210/shimboot: Boot desktop Linux from a Chrome OS RMA shim.
Copyright (C) 2023 ading2210
Expand Down

0 comments on commit ad23945

Please sign in to comment.