mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-01 06:04:12 +08:00
33f38605e9
I'm working on moving the db410c CI from docker to LAVA, which means we get to boot a custom kernel. To do that, we need to enable ARCH_QCOM in the kernel, save the dtb around, and include abootimg in our container so that we can generate combined kernel/dtb/ramdisk images for fastboot. LAVA's fastboot support is unable to pack the overlay into an abootimg image, just a cpio rootfs. We could flash the cpio rootfs after overlay addition, but that takes 2 minutes to do, and causes wear on the devices. Instead, we'll bring up the network at boot and use wget to fetch the overlay. We'll want network support anyway, so that we can transfer the failure xmls back to the gitlab job's artifacts at some point. Since the msm GPU and realtek network firmware increase our payload by 3MB, add in firmware compression so that it doesn't waste as much RAM on devices not using it. Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3928> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3928>
48 lines
860 B
Plaintext
48 lines
860 B
Plaintext
CONFIG_LOCALVERSION="ccu"
|
|
|
|
CONFIG_DEBUG_KERNEL=y
|
|
|
|
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
|
|
CONFIG_DEVFREQ_GOV_POWERSAVE=y
|
|
CONFIG_DEVFREQ_GOV_USERSPACE=y
|
|
CONFIG_DEVFREQ_GOV_PASSIVE=y
|
|
CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y
|
|
|
|
CONFIG_DRM=y
|
|
CONFIG_DRM_ROCKCHIP=y
|
|
CONFIG_DRM_PANFROST=y
|
|
CONFIG_DRM_LIMA=y
|
|
CONFIG_DRM_PANEL_SIMPLE=y
|
|
CONFIG_PWM_CROS_EC=y
|
|
CONFIG_BACKLIGHT_PWM=y
|
|
|
|
CONFIG_ROCKCHIP_CDN_DP=n
|
|
|
|
CONFIG_SPI_ROCKCHIP=y
|
|
CONFIG_PWM_ROCKCHIP=y
|
|
CONFIG_PHY_ROCKCHIP_DP=y
|
|
CONFIG_DWMAC_ROCKCHIP=y
|
|
|
|
CONFIG_MFD_RK808=y
|
|
CONFIG_REGULATOR_RK808=y
|
|
CONFIG_RTC_DRV_RK808=y
|
|
CONFIG_COMMON_CLK_RK808=y
|
|
|
|
CONFIG_REGULATOR_FAN53555=y
|
|
CONFIG_REGULATOR=y
|
|
|
|
CONFIG_REGULATOR_VCTRL=y
|
|
|
|
CONFIG_KASAN=n
|
|
CONFIG_KASAN_INLINE=n
|
|
CONFIG_STACKTRACE=n
|
|
|
|
CONFIG_TMPFS=y
|
|
|
|
CONFIG_PROVE_LOCKING=n
|
|
CONFIG_DEBUG_LOCKDEP=n
|
|
CONFIG_SOFTLOCKUP_DETECTOR=n
|
|
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=n
|
|
|
|
CONFIG_FW_LOADER_COMPRESS=y
|