34307bd907
Switch from armhf to armv7 - Apart of the usual stuff CONFIG_CRYPTO_AES_ARM_BS must be disabled otherwise it breakes kernel compilation with some weird assembler error Netboot - CONFIG_BLK_DEV_NBD=y enables /dev/nbd support - nbd.max_part=16 kernel parameter must be added otherwise it's zero which causes that kpartx cannot create partitions [ci:skip-build]: Already built successfully in CI
28 lines
906 B
Text
28 lines
906 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 Live with Walkman"
|
|
deviceinfo_manufacturer="Sony"
|
|
deviceinfo_codename="sony-coconut"
|
|
deviceinfo_year="2011"
|
|
deviceinfo_arch="armv7"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="320"
|
|
deviceinfo_screen_height="480"
|
|
deviceinfo_dev_touchscreen="/dev/input/event3"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot"
|
|
deviceinfo_generate_bootimg="true"
|
|
deviceinfo_bootimg_qcdt="false"
|
|
deviceinfo_flash_offset_base="0x00200000"
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
deviceinfo_flash_offset_ramdisk="0x01000000"
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
|
deviceinfo_flash_pagesize="131072"
|