de2bba9e58
Download: https://wiki.postmarketos.org/index.php?title=Special:CargoExport&tables=Devices&&fields=Codename%2C+Released&&group+by=Codename&order+by=%60Codename%60%2C+%60Released%60&limit=5000&format=csv cd device for device in device-*; do year=$(grep -oP "${device#device-},\K2\d{3}" ../results.csv) [[ -n "$year" ]] || continue sed -i "s/deviceinfo_date=\"\"/deviceinfo_year=\"$year\"/" "$device/deviceinfo" done devices=$(git ls-files -m -- . | xargs dirname | sort -u | xargs echo) pmbootstrap checksum $devices
24 lines
896 B
Text
24 lines
896 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="Sony Xperia Z2 Tablet WIFI"
|
|
deviceinfo_manufacturer="Sony"
|
|
deviceinfo_codename="sony-castor-windy"
|
|
deviceinfo_year="2014"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs="rmi_core rmi_i2c rmi_spi"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_arch="armhf"
|
|
deviceinfo_dev_touchscreen="/dev/input/event2"
|
|
|
|
# Fastboot related
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x02000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x01e00000"
|
|
deviceinfo_flash_pagesize="2048"
|
|
deviceinfo_kernel_cmdline="clk_ignore_unused console=ttyMSM0,115200,n8 cma=1024m msm.vram=896m"
|