volla-yggdrasil: new device (Volla Phone) (MR 3319)

This commit is contained in:
Jami Kettunen 2022-08-05 11:29:03 +03:00
parent cf6b0ff530
commit fa69d91465
No known key found for this signature in database
GPG key ID: 0583312B195F64B6
2 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,29 @@
# Maintainer: Jami Kettunen <jami.kettunen@protonmail.com>
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-volla-yggdrasil
pkgdesc="Volla Phone"
pkgver=1.0
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
linux-postmarketos-mediatek-mt6763
mkbootimg
postmarketos-base
"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
8702b67bf768ab4b46fbc7c9fabbd4407338cd2e7271fe693fc19e7110c232e3cfd5aeb878c5d2143d8d0095902c87de9aa6917cfcc536282cb6a3d124789f11 deviceinfo
"

View file

@ -0,0 +1,35 @@
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.
deviceinfo_format_version="0"
deviceinfo_name="Volla Phone"
deviceinfo_manufacturer="Volla"
deviceinfo_codename="volla-yggdrasil"
deviceinfo_year="2020"
deviceinfo_append_dtb="true"
deviceinfo_dtb="mediatek/mt6763v-volla-yggdrasil"
deviceinfo_arch="aarch64"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1080"
deviceinfo_screen_height="2340"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="bootopt=64S3,32N2,64N2 PMOS_NO_OUTPUT_REDIRECT clk_ignore_unused"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_bootimg_mtk_mkimage="false"
deviceinfo_bootimg_dtb_second="false"
deviceinfo_flash_pagesize="2048"
deviceinfo_header_version="0"
deviceinfo_flash_offset_base="0x40078000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x14f88000"
deviceinfo_flash_offset_second="0x00e88000"
deviceinfo_flash_offset_tags="0x13f88000"
deviceinfo_flash_fastboot_partition_dtbo="dtbo"