google-druwl: new device (MR 3748)
This commit is contained in:
parent
bbf6fa2e71
commit
213913c122
2 changed files with 66 additions and 0 deletions
38
device/testing/device-google-druwl/APKBUILD
Normal file
38
device/testing/device-google-druwl/APKBUILD
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
pkgname=device-google-druwl
|
||||
pkgdesc="AOpen Chromebook Commercial Tab / CTL Chromebook Tablet Tx1"
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
depends="
|
||||
alsa-ucm-conf-google-gru
|
||||
depthcharge-tools
|
||||
linux-postmarketos-rockchip
|
||||
postmarketos-base
|
||||
postmarketos-update-depthcharge-kernel
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||
source="deviceinfo"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="WiFi/BT and DP firmware"
|
||||
depends="linux-firmware-ath10k linux-firmware-rockchip"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
0e24f9073517f74f0281419df06a0a01fd296df911b8681348a6da0d71e8b282d61c201e10596bd9dfe0e0c36cf923b069535392894951008b51823ce1e43858 deviceinfo
|
||||
"
|
||||
28
device/testing/device-google-druwl/deviceinfo
Normal file
28
device/testing/device-google-druwl/deviceinfo
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Reference: <https://postmarketos.org/deviceinfo>
|
||||
# Please use double quotes only. You can source this file in shell
|
||||
# scripts.
|
||||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="Google Druwl Chromebook tablet"
|
||||
deviceinfo_manufacturer="Google"
|
||||
deviceinfo_codename="google-druwl"
|
||||
deviceinfo_year="2019"
|
||||
deviceinfo_dtb="rockchip/rk3399-gru-scarlet-kd rockchip/rk3399-gru-scarlet-inx"
|
||||
deviceinfo_modules_initfs="gpu-sched elants-i2c sbs-battery"
|
||||
deviceinfo_arch="aarch64"
|
||||
|
||||
# Device related
|
||||
deviceinfo_chassis="tablet"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="1536"
|
||||
deviceinfo_screen_height="2048"
|
||||
deviceinfo_gpu_accelerated="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="none"
|
||||
deviceinfo_kernel_cmdline="console=null"
|
||||
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
||||
deviceinfo_cgpt_kpart_start="8192"
|
||||
deviceinfo_cgpt_kpart_size="65536"
|
||||
deviceinfo_depthcharge_board="druwl"
|
||||
deviceinfo_generate_depthcharge_image="true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue