lg-judyln: new device (MR 2580)

This commit is contained in:
jenneron 2021-04-19 02:32:44 +03:00 committed by Bart Ribbers
parent 4c25e4d8e7
commit db9da4f5aa
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8
2 changed files with 58 additions and 0 deletions

View file

@ -0,0 +1,24 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-lg-judyln
pkgdesc="LG G7 ThinQ"
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="linux-postmarketos-qcom-sdm845 mkbootimg postmarketos-base soc-qcom-sdm845"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
6fdf3d646490a0e6dd85c37cfd55e4fcb9ffa2d28a62f41999701ddfe32d465fc6c57e3181f0b0b8b7eec1f4b1839d51173861167f20dd8442587e2b7b848992 deviceinfo
"

View file

@ -0,0 +1,34 @@
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.
deviceinfo_format_version="0"
deviceinfo_name="LG G7 ThinQ"
deviceinfo_manufacturer="LG"
deviceinfo_codename="lg-judyln"
deviceinfo_year="2018"
deviceinfo_dtb="qcom/sdm845-lge-judyln"
deviceinfo_append_dtb="true"
deviceinfo_modules_initfs="qcom-wdt"
deviceinfo_arch="aarch64"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1440"
deviceinfo_screen_height="3120"
deviceinfo_rootfs_image_sector_size="4096"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_bootimg_mtk_mkimage="false"
deviceinfo_bootimg_dtb_second="false"
deviceinfo_flash_offset_base="0x00000000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x01000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x00000100"
deviceinfo_flash_pagesize="4096"