- 11 Jan, 2021 5 commits
-
-
Enric Balletbo i Serra authored
Add support for the Acer Chromebook R13 and Lenovo IdeaPad Duet. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
5.10 was released so update the install-kernel.sh script to install the latest version. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
Do not hardcode the 'rockchip' in the URL. Instead use it in the board variable so we can add non-rockchip boards. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
This tool is for development purpose, build the kernel with the W=1 option so the builds reports more useful information for fixing issues. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
Adds different panels for different Mediatek based Chromebooks and the CR50 SPI TPM support for MT8183 based Chromebooks. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 25 Sep, 2020 2 commits
-
-
Enric Balletbo i Serra authored
This is used for Servo v4 to support properly ethernet. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
This is used on the Lenovo IdeaPad Duet Chromebook. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 07 Sep, 2020 3 commits
-
-
Enric Balletbo i Serra authored
The Acer Chromebook R13 needs some alsa configuration ucm2 files to make the audio work, as these are not provided by any debian package yet, install it manually. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
The VPU firmware for MT8173 Chromebooks devices is not present on any debian package, so install manually. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
Add support for the Lenovo IdeaPad Duet Chromebook, a board based on the MT8183 SoC. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 21 Jul, 2020 5 commits
-
-
Enric Balletbo i Serra authored
Use the latest stable toolchain. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
The reason to have it as a separate fragment is because there are some options that doesn't work as a module, we should fix those before upstream the configuration options to support better the Mediatek devices. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
Add the profile for the HP Chromebook 11A G6 EE (grunt) Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
This package contains the setuid chromium sandbox. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
The MT8173 boards Elm and Hana are now upstream, so add their devicetree to create properly a FIT image to support these boards. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 16 Jul, 2020 1 commit
-
-
Enric Balletbo i Serra authored
Add the profile for the Lenovo Chromebook (hana), which is using mt8173 as SoC. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 14 Jul, 2020 1 commit
-
-
Enric Balletbo i Serra authored
This will add basic support for the Lenovo IdeaPad Duet Chromebook. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 22 May, 2020 1 commit
-
-
Enric Balletbo i Serra authored
This fragment enables tracing and dynamic debugging kernel options. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 12 May, 2020 8 commits
-
-
Enric Balletbo i Serra authored
This is required, for example, for Acer Chromebook R13. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
This is required, for example, for Acer Chromebook R11. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
The SOF firmware for Bytrail and Cherrytrail devices is not present on any debian package, so install manually. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
This driver is required, for example, on Acer Chromebook R11 (Cyan). Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
There is Intel support in place for Baytrail, Cherrytrail, Broadwell, Apollolake, Cannonlake, and Braswell DSP hardware. So enable SOF for the sound system. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
Enable TPM security chip that is compliant with the TCG TIS 1.2 TPM specification. All Chromebooks come with a TPM chip. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
The CONFIG_SND_HDA_INTEL is redefined by fragment so we can remove it. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Enric Balletbo i Serra authored
On some devices, like Cherrytrail devices, we will need to pass extra parameter to the kernel in order to fix some issues. For that purpose add and extra kernel parameter option to be able to pass these parameters. Pixel and others devices has known bug with its TPM where it doesn't initialize correctly. To get around this, the tpm_tis module must be force-loaded at boot. If this is not done, the Chromebook performs a hard reboot when attempting to resume from suspend. While here, force-loaded at boot for AMD64 based devices. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 05 Feb, 2020 2 commits
-
-
Fabien Lahoudere authored
Now that kernel 5.5 was released, update the status report accordingly. - Display works with CONFIG_DRM_PANEL_KINGDISPLAY_KD097D04 and CONFIG_DRM_PANEL_INNOLUX_P079ZCA. - Touchscreen works thanks to CONFIG_TOUCHSCREEN_ELAN - Wifi works and have been tested using gnome preferences. - GPU drivers is loaded successfully and used by other modules. - Headphone does not work. - Bluetooth does not work. The first issue was a missing firmware. Then we still cannot see any devices. Signed-off-by:
Fabien Lahoudere <fabien.lahoudere@collabora.com> Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Fabien Lahoudere authored
Scarlet uses ELAN touchscreen, so enable its driver. Signed-off-by:
Fabien Lahoudere <fabien.lahoudere@collabora.com> Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 03 Feb, 2020 2 commits
-
-
Enric Balletbo i Serra authored
Now that we 5.5 was released update the status report accordingly. Not a lot of changes regarding on what is supported and what not. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
Fabien Lahoudere authored
Scarlet LCD config is missing. We have to add 2 panels for the two models described in the two device tree. Signed-off-by:
Fabien Lahoudere <fabien.lahoudere@collabora.com>
-
- 24 Jan, 2020 1 commit
-
-
Matthias Brugger authored
Sometimes we just want to update the kernel fit image, e.g. change the device tree or the kernel boot comand. In this case we don't need to copy again the whole kernel modules which takes a lot of time. Option deploy_kernel_only just builds a fit image and writes it to the storage medium. Signed-off-by:
Matthias Brugger <mbrugger@suse.com>
-
- 07 Jan, 2020 3 commits
-
-
Fabien Lahoudere authored
Signed-off-by:
Fabien Lahoudere <fabien.lahoudere@collabora.com>
-
Fabien Lahoudere authored
Mainline status update. Also add a note about how to use camera Signed-off-by:
Fabien Lahoudere <fabien.lahoudere@collabora.com>
-
Fabien Lahoudere authored
x86 based chromeboook need bluetooth config in the kernel. Signed-off-by:
Fabien Lahoudere <fabien.lahoudere@collabora.com>
-
- 02 Jan, 2020 2 commits
-
-
Fabien Lahoudere authored
Nocturne uses one IPU, 2 sensors and 1 lens for the camera. This patch enable all requested drivers to get data from cameras. Signed-off-by:
Fabien Lahoudere <fabien.lahoudere@collabora.com>
-
Fabien Lahoudere authored
Nocturne uses 2 i2c eeprom managed by at24 drivers. Signed-off-by:
Fabien Lahoudere <fabien.lahoudere@collabora.com>
-
- 24 Dec, 2019 1 commit
-
-
Enric Balletbo i Serra authored
The cros-ec tests have been renamed to crostests, switch the test template to use the new project. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 13 Dec, 2019 1 commit
-
-
Enric Balletbo i Serra authored
Enable the drivers needed for the Mediatek Video Decoder, WiFi and Bluetooth for ELM devices. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 11 Dec, 2019 1 commit
-
-
Enric Balletbo i Serra authored
The purpose of this {{kernel_tree}} variable is be able to point any kernel tree built in KernelCI. By default it points to 'mainline/master' but you can use a template variable to use any other tree (i.e. 'chrome-platform/for-kernelci') Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-
- 06 Dec, 2019 1 commit
-
-
Enric Balletbo i Serra authored
The GNOME3 desktop rootfs is used now for all the boards and is not specific to Rockchip anymore, so update the documentation according to that. Signed-off-by:
Enric Balletbo i Serra <enric.balletbo@collabora.com>
-