chromeos-kernel-linux-surface
chromeos-kernel-linux-surface copied to clipboard
linux-surface kernel for chromiumos.
Would these kernel modifications work on Chrome OS Flex or is the kernel locked? Trying to get keyboard and touchscreen working on Surface Laptop 1. Thanks.
I can compress the modules: ``` CONFIG_MODULE_COMPRESS=y CONFIG_MODULE_COMPRESS_GZIP=y ``` but Chromium OS will not load the compressed modules (fail to boot).
surface3-spi uses PIO on both general and minimal config on chromeos-4.19 by default. Why? ```bash $ echo "file drivers/spi/spi-pxa2xx.c +p" | sudo tee /sys/kernel/debug/dynamic_debug/control $ dmesg -xw # then make...
> ~~**Not bootable on SB1 !!!**. It reboots on chrome logo. (But works well on Surface 3... why?)~~ ~~I released this binary anyway because it works with Surface 3. I'll...
First thanks a lot for your work and effort. I managed to get my Surface Pro 7 going with your kernel. Wifi and Bluetooth are not working correctly, I tried...
BYT/CHT: backlight not adjustable when i915 is built-in (driver initialization order, pwm vs i915)
To adjust the backlight on Surface 3, we need to build `i915` as not built-in but module. Maybe the cause of this problem is that `i915` will be loaded too...
It seems that in order to get chrome://flags/ page working, we need to take TPM ownership. Until we can take the ownership from Windows, use software TPM. See: `https://github.com/imperador/chromefy/issues/40` Related...