# Reference: # Please use double quotes only. You can source this file in shell # scripts. deviceinfo_format_version="0" deviceinfo_name="Google Corsola Chromebook" deviceinfo_manufacturer="Google" deviceinfo_codename="google-corsola" deviceinfo_year="2023" deviceinfo_dtb="mediatek/mt8186-corsola*" deviceinfo_arch="aarch64" # Device related deviceinfo_chassis="laptop" deviceinfo_keyboard="true" deviceinfo_external_storage="true" deviceinfo_gpu_accelerated="true" # Bootloader related deviceinfo_kernel_cmdline="console=null" deviceinfo_flash_method="none" deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart" deviceinfo_cgpt_kpart_start="8192" # 128M kernel partition deviceinfo_cgpt_kpart_size="262144" # We are supposed to use "corsola" board here, but corsola dts does # not include corsola compatible which results in loading a wrong # dtb. "mt8186" board may result in including dtbs that are for # mt8186 but not related to Chrome OS devices which would increase # image size. This doesn't happen for us because we provide only # dtbs from deviceinfo_dtb variable and nothing more, so use "mt8186" # board here. deviceinfo_depthcharge_board="mt8186" deviceinfo_generate_depthcharge_image="true"