2018-09-14 19:43:14 +00: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="Ouya"
|
|
|
|
deviceinfo_manufacturer="Ouya"
|
2018-12-25 19:25:32 +00:00
|
|
|
deviceinfo_codename="ouya-ouya"
|
2018-09-14 19:43:14 +00:00
|
|
|
deviceinfo_date=""
|
|
|
|
deviceinfo_keyboard="false"
|
2019-05-27 15:28:40 +00:00
|
|
|
deviceinfo_dtb_mainline="tegra30-ouya"
|
|
|
|
deviceinfo_append_dtb_mainline="true"
|
2018-09-14 19:43:14 +00:00
|
|
|
deviceinfo_modules=""
|
|
|
|
deviceinfo_modules_initfs=""
|
|
|
|
deviceinfo_external_storage="false"
|
|
|
|
deviceinfo_flash_method="fastboot"
|
2019-03-07 21:26:57 +00:00
|
|
|
deviceinfo_arch="armv7"
|
2018-09-14 19:43:14 +00:00
|
|
|
|
|
|
|
# Splash screen
|
|
|
|
deviceinfo_screen_width="1920"
|
|
|
|
deviceinfo_screen_height="1080"
|
|
|
|
|
|
|
|
# Fastboot related
|
|
|
|
deviceinfo_kernel_cmdline=""
|
|
|
|
deviceinfo_generate_bootimg="true"
|
|
|
|
deviceinfo_bootimg_qcdt="false"
|
|
|
|
deviceinfo_flash_offset_base="0x10000000"
|
|
|
|
deviceinfo_flash_offset_kernel="0x00008000"
|
|
|
|
deviceinfo_flash_offset_ramdisk="0x01000000"
|
|
|
|
deviceinfo_flash_offset_second="0x00f00000"
|
|
|
|
deviceinfo_flash_offset_tags="0x00000100"
|
2019-02-28 13:37:37 +00:00
|
|
|
deviceinfo_flash_pagesize="2048"
|
|
|
|
deviceinfo_partition_blacklist="boot,recovery"
|