Skip to content

Commit

Permalink
octopus: cleanup todo and add an initrd idea
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Jun 11, 2022
1 parent 92110b5 commit 5c342a5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions systems/chromebook_octopus/todo.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
- make glamor accelerated xorg work for legacy kernel
- this seems to be a problem mostly for the older 4.x kernels and is most probably gone with v5.10 etc.
- add maybe still missing firmware
- make the intel wifi in those chromebooks work reliable (currently it sees the wifi networks, but does not connect properly)
- maybe port the iwl7000 wifi driver from chromeos to mainline to add support for wifi cards which require this driver
- make wifi in those chromebooks work reliable (currently it sees the wifi networks, but does not connect properly)
- with the v5.10 legacy kernel it seems to work
- make sound working for the mainline kernel
- make the missing parts of sound working for the legacy kernel
- headphones and the internal mic do not work yet
- think about ways to add some support for initrd loading which is required for instance for luks encrypted root fs
- problem: the depthcharge bootloader does not support initrd loading on intel systems (on arm systems it is supported)
- maybe try to do it by including a small generic initrd into the kernel which then loads the remaining and specific parts from /boot (postmarketos is using a similar strategy with only a tiny initial initrd for systems which do not support normal sized initrds)

0 comments on commit 5c342a5

Please sign in to comment.