Skip to content

Commit d1724a0

Browse files
committed
add snappy support, bump version, update readme
1 parent a25d1b6 commit d1724a0

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
board: [dedede, octopus, coral, grunt, nissa, zork, corsola, jacuzzi, hatch]
12+
board: [dedede, octopus, coral, grunt, nissa, zork, corsola, jacuzzi, hatch, snappy]
1313

1414
runs-on: ubuntu-latest
1515
steps:

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,16 @@ Driver support depends on the device you are using shimboot on. The `patch_rootf
6464
| [`reks`](https://chrome100.dev/board/reks) | no<sup>[1]</sup> | yes | untested | untested | untested | no | untested | untested |
6565
| [`kefka`](https://chrome100.dev/board/kefka) | no<sup>[1]</sup> | yes | yes | yes | untested | no | untested | untested |
6666
| [`zork`](https://chrome100.dev/board/zork) | yes | yes | no | untested | yes | yes | yes | yes |
67-
| [`grunt`](https://chrome100.dev/board/grunt) | yes | yes | no | yes | yes | yes | yes | yes |
67+
| [`grunt`](https://chrome100.dev/board/grunt) | yes<sup>[4]</sup> | yes<sup>[3]</sup> | no | yes | yes | yes | yes | yes |
6868
| [`jacuzzi`](https://chrome100.dev/board/jacuzzi) | yes | yes | no | yes | untested | no | no | yes |
6969
| [`corsola`](https://chrome100.dev/board/corsola) | yes | yes | untested | yes | untested | no | yes | untested |
7070
| [`hatch`](https://chrome100.dev/board/hatch) | yes | yes<sup>[2]</sup> | no | yes | yes | yes | yes | yes |
71+
| [`snappy`](https://chrome100.dev/board/snappy) | yes | yes | yes | yes | yes | yes | yes | yes |
7172

7273
<sup>1. The kernel is too old.</sup><br>
73-
<sup>2. 5ghz wifi networks do not work, but 2.4ghz networks do.</sup>
74+
<sup>2. 5ghz wifi networks do not work, but 2.4ghz networks do.</sup><br>
75+
<sup>3. You may need to compile the wifi driver from source. See issue #69.</sup><br>
76+
<sup>4. X11 and LightDM might have some graphical issues.</sup>
7477

7578
This table is incomplete. If you want to contribute a device compatibility report please create a new issue on the Github repository.
7679

bootloader/opt/.shimboot_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.1
1+
v1.2.2

0 commit comments

Comments
 (0)