From ad23945967c93196a20061ba2e311fe931ce8aa6 Mon Sep 17 00:00:00 2001 From: ading2210 Date: Sun, 2 Jun 2024 22:24:38 -0700 Subject: [PATCH] add zork as a prebuilt image --- .github/workflows/build-image.yaml | 2 +- README.md | 4 +++- bootloader/bin/bootstrap.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index e5f4fb8..a7a8f94 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -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: diff --git a/README.md b/README.md index 0531572..f8ca122 100644 --- a/README.md +++ b/README.md @@ -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 [1] | no [1] | yes | | Wifi | yes | yes | yes | yes | yes | yes | | Internal Audio | no | yes | no | untested | yes | no | | 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 | | Webcam | yes | yes | yes | untested | untested | yes | +1. The kernel is too old. + 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: diff --git a/bootloader/bin/bootstrap.sh b/bootloader/bin/bootstrap.sh index fa7c1a1..8258c61 100755 --- a/bootloader/bin/bootstrap.sh +++ b/bootloader/bin/bootstrap.sh @@ -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