device-samsung-hlte: switch deviceinfo to fastboot, fix other variables (MR 5535)

This commit is contained in:
Eloy 2024-08-27 01:29:58 +02:00 committed by Robert Eckelmann
parent 9bdaeb324a
commit 8483f59be3
No known key found for this signature in database
GPG Key ID: 30C0D50BEF63BF54
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-hlte
pkgdesc="Samsung Galaxy Note 3"
pkgver=2
pkgrel=5
pkgver=3
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
@ -49,6 +49,6 @@ nonfree_firmware() {
sha512sums="
6cef5f8ae1785ac16e6fe84bfc861ac50cdfb94db35d764f44a25c960e123cb82f6e56f45362a5340c62a3d5ac225f2689afd4f6964cb88305a0892ba44214f0 bt-module-deps.conf
91f6f253275d3d312e120c345e69c40d3dc79ebd52bbe6405cdf82ece58d2c379d571b6be8131a4b51e3d683a420466e48a39b1a9d8b6617cbef713b597b6b65 deviceinfo
f3c829e1845ed3cc6c1e5c42144e766b681b3c72f606f498070a60b6f1a8f9ef9d3528ea70240c115ac773407c74fe0dfc3a18559c0fcc99678bf71f7b80c58c deviceinfo
640f11d6cdea23ae5e183468aa9873f5ce091cac721d893866d5e46c19d77bcc6f5401cc0e6488c36d4da954fe94c3d7046f0bc2d299b656a06b540fab8d5e55 modules-initfs
"

View File

@ -17,21 +17,21 @@ deviceinfo_external_storage="true"
deviceinfo_screen_width="1080"
deviceinfo_screen_height="1920"
deviceinfo_getty="ttyMSM0;115200"
deviceinfo_mesa_driver="msm"
deviceinfo_gpu_accelerated="true"
# Bootloader related
deviceinfo_flash_method="heimdall-bootimg"
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="console=ttyMSM0,115200,n8 msm.vram=192m msm.allow_vram_carveout=1"
deviceinfo_generate_bootimg="true"
deviceinfo_generate_extlinux_config="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_bootimg_append_seandroidenforce="true"
deviceinfo_flash_offset_base="0x00000000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x02900000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x02700000"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_heimdall_partition_kernel="BOOT"
# Samsung Electronics Co., Ltd
deviceinfo_usb_idVendor="0x04e8"