29 lines
905 B
Text
29 lines
905 B
Text
|
# Reference: <https://postmarketos.org/deviceinfo>
|
||
|
# Please use double quotes only. You can source this file in shell
|
||
|
# scripts.
|
||
|
|
||
|
deviceinfo_format_version="0"
|
||
|
deviceinfo_name="Google Veyron Chromebook"
|
||
|
deviceinfo_manufacturer="Google"
|
||
|
deviceinfo_codename="google-veyron"
|
||
|
deviceinfo_year="2015"
|
||
|
deviceinfo_arch="armv7"
|
||
|
deviceinfo_dtb="rk3288-veyron*"
|
||
|
|
||
|
# Device related
|
||
|
# chassis does not make sense here, will probably be removed (pmb#2255)
|
||
|
deviceinfo_chassis="convertible"
|
||
|
deviceinfo_keyboard="true"
|
||
|
deviceinfo_external_storage="true"
|
||
|
deviceinfo_gpu_accelerated="true"
|
||
|
|
||
|
# Bootloader related
|
||
|
deviceinfo_flash_method="none"
|
||
|
deviceinfo_kernel_cmdline="console=null"
|
||
|
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
||
|
deviceinfo_cgpt_kpart_start="24576"
|
||
|
deviceinfo_cgpt_kpart_size="32768"
|
||
|
deviceinfo_depthcharge_board="veyron"
|
||
|
deviceinfo_generate_depthcharge_image="true"
|
||
|
deviceinfo_generate_extlinux_config="true"
|