xiaomi-vince: command-line cleanup and panels enablement (MR 3697)

Signed-off-by: Gianluca Boiano <morf3089@gmail.com>
This commit is contained in:
M0Rf30 2022-12-11 00:02:08 +01:00 committed by Newbyte
parent 2707def9f8
commit 0a74080b08
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02
2 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@
# Reference: <https://postmarketos.org/devicepkg> # Reference: <https://postmarketos.org/devicepkg>
pkgname=device-xiaomi-vince pkgname=device-xiaomi-vince
pkgdesc="Xiaomi Redmi 5 Plus" pkgdesc="Xiaomi Redmi 5 Plus"
pkgver=4 pkgver=4.1
pkgrel=2 pkgrel=0
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
arch="aarch64" arch="aarch64"
@ -98,7 +98,7 @@ modem() {
sha512sums=" sha512sums="
0e8ee21fb65fa2d2f6b27e8d8e18ac8d0347d134002de3bd2fc8262b255edc55f3e2f976daf0a362f418e9213962616fecb90b40576effd1d5d5d09d2a45564d 30-gpu-firmware.files 0e8ee21fb65fa2d2f6b27e8d8e18ac8d0347d134002de3bd2fc8262b255edc55f3e2f976daf0a362f418e9213962616fecb90b40576effd1d5d5d09d2a45564d 30-gpu-firmware.files
6e527ceeace4b9f79660edecac1c3028c485b6044540f2b80e631c2263d80c6aff63628087159327c4d093348ad9222a65359e668f789488d99e50e865f69860 deviceinfo 3b1b92427e36252e8a2f7febf452d54e778aeda13566b7fbf03106bab26488f352959e4de94308e12c85162fbf7f6d86d8fd827cde222cfa94d1ef7305aa928b deviceinfo
9b888f3a4ef3ed3c0b2e9c6a6e8a6c686909c530c3d95be797b47b4eb9deb55d64190b7a3736e44139630bfff5e295625a855052923369fdd37889060a3220ca fb.modes 9b888f3a4ef3ed3c0b2e9c6a6e8a6c686909c530c3d95be797b47b4eb9deb55d64190b7a3736e44139630bfff5e295625a855052923369fdd37889060a3220ca fb.modes
b6951e2f8d2e21aa58f15b600a67289900d645b9dcff9992d0864dea383528539fc8b0140bff6af4eba4bb729db79a3d5d88ba248fcf2b579dd8c3cd0e20ae4e 100-charging.rules b6951e2f8d2e21aa58f15b600a67289900d645b9dcff9992d0864dea383528539fc8b0140bff6af4eba4bb729db79a3d5d88ba248fcf2b579dd8c3cd0e20ae4e 100-charging.rules
922519b787ab8d6886f3b2e0ace84de69d0e185208776aedd471828132d13bc6364393cd5c7f97634de014aaf3fb100c9fa4724c97d6d1220320d2e73e0f1947 buttons.conf 922519b787ab8d6886f3b2e0ace84de69d0e185208776aedd471828132d13bc6364393cd5c7f97634de014aaf3fb100c9fa4724c97d6d1220320d2e73e0f1947 buttons.conf

View file

@ -29,7 +29,7 @@ deviceinfo_getty="ttyMSM0;115200"
# Bootloader related # Bootloader related
deviceinfo_flash_method="fastboot" deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline_mainline="console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT" deviceinfo_kernel_cmdline_mainline="console=ttyMSM0,115200"
deviceinfo_kernel_cmdline_downstream="console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 androidboot.bootdevice=7824900.sdhci earlycon=msm_hsl_uart,0x78af000 androidboot.usbconfigfs=true buildvariant=userdebug ramoops.mem_address=0x9ff00000 ramoops.mem_size=0x100000 ramoops.record_size=0x1000 ramoops.console_size=0x80000" deviceinfo_kernel_cmdline_downstream="console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 androidboot.bootdevice=7824900.sdhci earlycon=msm_hsl_uart,0x78af000 androidboot.usbconfigfs=true buildvariant=userdebug ramoops.mem_address=0x9ff00000 ramoops.mem_size=0x100000 ramoops.record_size=0x1000 ramoops.console_size=0x80000"
deviceinfo_generate_bootimg="true" deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false" deviceinfo_bootimg_qcdt="false"
@ -43,5 +43,5 @@ deviceinfo_flash_pagesize="2048"
deviceinfo_flash_sparse="true" deviceinfo_flash_sparse="true"
# osk-sdl # osk-sdl
deviceinfo_modules_initfs="panel-td4310-fhdplus-e7 msm i2c-qup rmi_i2c qcom_fg" deviceinfo_modules_initfs="panel-td4310-fhdplus-e7 panel-td4310-fhdplus-e7-g55 panel-td4310-ebbg-fhdplus-e7 panel-nt36672-tianma-fhdplus-e7 panel-nt36672-csot-fhdplus-e7 msm i2c-qup rmi_i2c qcom_fg"
deviceinfo_mesa_driver="msm" deviceinfo_mesa_driver="msm"