2019-07-08 23:20:20 +05:00
|
|
|
# Reference: <https://postmarketos.org/deviceinfo>
|
|
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
|
|
|
|
deviceinfo_format_version="0"
|
|
|
|
deviceinfo_name="Wileyfox Swift"
|
|
|
|
deviceinfo_manufacturer="Wileyfox"
|
|
|
|
deviceinfo_codename="wileyfox-crackling"
|
2020-03-07 17:10:22 +01:00
|
|
|
deviceinfo_year="2015"
|
2020-01-15 21:20:16 +01:00
|
|
|
deviceinfo_dtb_mainline="qcom/msm8916-longcheer-l8150"
|
2020-01-18 12:40:15 +01:00
|
|
|
deviceinfo_dtb_mainline_modem="qcom/msm8916-longcheer-l8150-modem"
|
2020-04-04 17:50:19 +02:00
|
|
|
deviceinfo_append_dtb="true"
|
2021-01-06 23:02:49 +05:00
|
|
|
deviceinfo_modules_initfs="pm8916-lbc pm8916-bms-vm panel-longcheer-booyi-otm1287 msm rmi-i2c"
|
2019-07-08 23:20:20 +05:00
|
|
|
deviceinfo_arch="aarch64"
|
|
|
|
|
|
|
|
# Device related
|
2021-07-07 08:06:17 +03:00
|
|
|
deviceinfo_gpu_accelerated="true"
|
2020-05-17 15:33:49 +02:00
|
|
|
deviceinfo_chassis="handset"
|
2019-07-08 23:20:20 +05:00
|
|
|
deviceinfo_keyboard="false"
|
|
|
|
deviceinfo_external_storage="true"
|
|
|
|
deviceinfo_screen_width="720"
|
|
|
|
deviceinfo_screen_height="1280"
|
2020-04-04 18:00:14 +02:00
|
|
|
deviceinfo_getty="ttyMSM0;115200"
|
2019-07-08 23:20:20 +05:00
|
|
|
|
|
|
|
# Bootloader related
|
|
|
|
deviceinfo_flash_method="fastboot"
|
2020-04-04 18:00:14 +02:00
|
|
|
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
|
2019-07-08 23:20:20 +05:00
|
|
|
deviceinfo_generate_bootimg="true"
|
|
|
|
deviceinfo_flash_offset_base="0x80000000"
|
2019-07-13 00:42:56 +05:00
|
|
|
deviceinfo_flash_offset_kernel="0x00080000"
|
|
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
2019-07-08 23:20:20 +05:00
|
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
2019-07-13 00:42:56 +05:00
|
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|
2019-07-08 23:20:20 +05:00
|
|
|
deviceinfo_flash_pagesize="2048"
|
2019-07-13 00:42:56 +05:00
|
|
|
deviceinfo_flash_sparse="true"
|