lenovo-p1m: new device (Lenovo Vibe P1m) (MR 1905)

This commit is contained in:
8osm 2021-01-27 23:15:51 +02:00 committed by Bart Ribbers
parent a7efb145a9
commit 437d1d8ebb
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61
7 changed files with 3600 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-lenovo-p1m
pkgdesc="Lenovo Vibe P1m"
pkgver=0.1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base linux-lenovo-p1m mkbootimg mesa-dri-gallium"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="299701f05672271cfd952972f115679a917603d3bd1534f2eb7244a5d1b96c7e6dbdedd138edf490bb3853da7a1ee4ba66821349d7e84a42f63a70a724ceef9f deviceinfo"

View File

@ -0,0 +1,32 @@
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell scripts.
deviceinfo_format_version="0"
deviceinfo_name="Lenovo Vibe P1m"
deviceinfo_manufacturer="Lenovo"
deviceinfo_codename="lenovo-p1m"
deviceinfo_year="2016"
deviceinfo_dtb=""
deviceinfo_modules_initfs=""
deviceinfo_arch="aarch64"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="720"
deviceinfo_screen_height="1280"
# Bootloader relate
deviceinfo_flash_sparse="true"
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="bootopt=64S3,32N2,64N2"
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_bootimg_dtb_second="false"
deviceinfo_flash_offset_base="0x40078000"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x03f88000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x0df88000"
deviceinfo_flash_pagesize="2048"

View File

@ -0,0 +1,57 @@
# Reference: <https://postmarketos.org/vendorkernel>
# Kernel config based on: arch/arm64/configs/yl6735m_65u_ov_m_defconfig
pkgname=linux-lenovo-p1m
pkgver=3.18.19
pkgrel=0
pkgdesc="Lenovo Vibe P1m kernel fork"
arch="aarch64"
_carch="arm64"
_flavor="lenovo-p1m"
url="https://kernel.org"
license="GPL-2.0-only"
options="!strip !check !tracedeps pmb:cross-native"
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc6 python2 apk-tools"
# Compiler: GCC 6 (doesn't boot when compiled with newer versions)
if [ "${CC:0:5}" != "gcc6-" ]; then
CC="gcc6-$CC"
HOSTCC="gcc6-gcc"
CROSS_COMPILE="gcc6-$CROSS_COMPILE"
fi
# Source
_repository="android_kernel_lenovo_P1m-1"
_commit="caa48a903f7df9bee67e2e281fb4e6908e0bb937"
_config="config-$_flavor.$arch"
source="
$pkgname-$_commit.tar.gz::https://github.com/8osm/$_repository/archive/$_commit.tar.gz
$_config
gcc7-give-up-on-ilog2-const-optimizations.patch
gcc8-fix-put-user.patch
gcc10-extern_YYLOC_global_declaration.patch
"
builddir="$srcdir/$_repository-$_commit"
_outdir="out"
prepare() {
default_prepare
. downstreamkernel_prepare
}
build() {
unset LDFLAGS
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
}
package() {
downstreamkernel_package "$builddir" "$pkgdir" "$_carch" "$_flavor" "$_outdir"
}
sha512sums="d079e051081e018226d57614b0f17a8c373b2ede3ccda0a6c19a5fb60f174f2b4349d97564b8f96e45608c14103186c9331f6b4d71efdc66768d77c69065fb99 linux-lenovo-p1m-caa48a903f7df9bee67e2e281fb4e6908e0bb937.tar.gz
921683e283fce763a6d25ac36f2b8cec95117227c24a74ef2a12605a3eb2077e5c8a5d0fe0e30d6d6a9f8796a26adda8eed981cec6d75853637c3051f5f3b3c1 config-lenovo-p1m.aarch64
77eba606a71eafb36c32e9c5fe5e77f5e4746caac292440d9fb720763d766074a964db1c12bc76fe583c5d1a5c864219c59941f5e53adad182dbc70bf2bc14a7 gcc7-give-up-on-ilog2-const-optimizations.patch
197d40a214ada87fcb2dfc0ae4911704b9a93354b75179cd6b4aadbb627a37ec262cf516921c84a8b1806809b70a7b440cdc8310a4a55fca5d2c0baa988e3967 gcc8-fix-put-user.patch
2b48f1bf0e3f70703d2cdafc47d5e615cc7c56c70bec56b2e3297d3fa4a7a1321d649a8679614553dde8fe52ff1051dae38d5990e3744c9ca986d92187dcdbeb gcc10-extern_YYLOC_global_declaration.patch"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
../../.shared-patches/linux/gcc10-extern_YYLOC_global_declaration.patch

View File

@ -0,0 +1 @@
../../.shared-patches/linux/gcc7-give-up-on-ilog2-const-optimizations.patch

View File

@ -0,0 +1 @@
../../.shared-patches/linux/gcc8-fix-put-user.patch