# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell scripts.

deviceinfo_format_version="0"
deviceinfo_name="Samsung Galaxy Core Prime VE LTE"
deviceinfo_manufacturer="Samsung"
deviceinfo_codename="samsung-coreprimevelte"
deviceinfo_year="2014"
deviceinfo_arch="aarch64"
deviceinfo_uboot_boardname="coreprimevelte"

# Device related
deviceinfo_chassis="handset"
deviceinfo_external_storage="true"
deviceinfo_screen_width="480"
deviceinfo_screen_height="800"
deviceinfo_drm="true"

# Bootloader related
deviceinfo_dtb="marvell/mmp/pxa1908-samsung-coreprimevelte"
deviceinfo_flash_method="heimdall-bootimg"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="true"
deviceinfo_bootimg_pxa="true"
deviceinfo_flash_kernel_on_update="true"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x01000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0xf0032000"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_sparse="true"
deviceinfo_flash_sparse_samsung_format="1"
deviceinfo_bootimg_append_seandroidenforce="true"

# U-Boot related stuff. U-Boot is wrapped into an uImage and chainloaded by
# Samsung's bootloader, after which the OS is located and booted through UEFI.
# We only need a dummy initfs for boot-deploy (inspired by jolla-c2).
deviceinfo_bootimg_override_payload="u-boot.uImage"
deviceinfo_bootimg_override_initramfs="dummy-initramfs"
