google-burnet: new device (MR 3489)
This commit is contained in:
parent
ffea64b8b1
commit
7d016111fd
3 changed files with 75 additions and 0 deletions
46
device/testing/device-google-burnet/APKBUILD
Normal file
46
device/testing/device-google-burnet/APKBUILD
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
|
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||||
|
pkgname=device-google-burnet
|
||||||
|
pkgdesc="HP Chromebook x360 11MK G3 EE"
|
||||||
|
pkgver=1
|
||||||
|
pkgrel=0
|
||||||
|
url="https://postmarketos.org"
|
||||||
|
license="MIT"
|
||||||
|
arch="aarch64"
|
||||||
|
options="!check !archcheck"
|
||||||
|
depends="
|
||||||
|
alsa-ucm-conf-google-kukui
|
||||||
|
depthcharge-tools
|
||||||
|
linux-postmarketos-mtk-mt8183
|
||||||
|
mesa-dri-gallium
|
||||||
|
postmarketos-base
|
||||||
|
postmarketos-update-depthcharge-kernel
|
||||||
|
"
|
||||||
|
makedepends="devicepkg-dev"
|
||||||
|
source="
|
||||||
|
deviceinfo
|
||||||
|
modules-load.d/sound.conf
|
||||||
|
"
|
||||||
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
devicepkg_build $startdir $pkgname
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
devicepkg_package $startdir $pkgname
|
||||||
|
|
||||||
|
install -Dm644 "$srcdir"/sound.conf \
|
||||||
|
"$pkgdir"/etc/modules-load.d/sound.conf
|
||||||
|
}
|
||||||
|
|
||||||
|
nonfree_firmware() {
|
||||||
|
pkgdesc="WiFi/BT firmware"
|
||||||
|
depends="linux-firmware-ath10k linux-firmware-mediatek"
|
||||||
|
mkdir "$subpkgdir"
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
5514c588d76bef7a9fa8c8f7ad012efd5da34422f4808f819a795ea753f232322a63bbc68a648adc939ad9ade57d60e736ce5ebdcf6ea4173864978579460e2b deviceinfo
|
||||||
|
bdf45461873b9754bc91d7f72afd6cef1aa6e523ead0a7816c8976ed98ff2d39b66c53dba2f2d92e36162c092360d1524845f27160f6af2bb010cd3259d5b7ed sound.conf
|
||||||
|
"
|
28
device/testing/device-google-burnet/deviceinfo
Normal file
28
device/testing/device-google-burnet/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="HP Chromebook x360 11MK G3 EE"
|
||||||
|
deviceinfo_manufacturer="HP"
|
||||||
|
deviceinfo_codename="google-burnet"
|
||||||
|
deviceinfo_year="2020"
|
||||||
|
deviceinfo_dtb="mediatek/mt8183-kukui-jacuzzi-burnet"
|
||||||
|
deviceinfo_modules_initfs="gpu-sched i2c-hid-of hid-multitouch cros-ec-keyb sbs-battery"
|
||||||
|
deviceinfo_arch="aarch64"
|
||||||
|
|
||||||
|
# Device related
|
||||||
|
deviceinfo_chassis="convertible"
|
||||||
|
deviceinfo_keyboard="true"
|
||||||
|
deviceinfo_external_storage="true"
|
||||||
|
deviceinfo_screen_width="1366"
|
||||||
|
deviceinfo_screen_height="768"
|
||||||
|
deviceinfo_gpu_accelerated="true"
|
||||||
|
|
||||||
|
# Bootloader related
|
||||||
|
deviceinfo_kernel_cmdline="console=null"
|
||||||
|
deviceinfo_flash_method="none"
|
||||||
|
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
|
||||||
|
deviceinfo_cgpt_kpart_start="8192"
|
||||||
|
deviceinfo_cgpt_kpart_size="65536"
|
||||||
|
deviceinfo_generate_depthcharge_image="true"
|
|
@ -0,0 +1 @@
|
||||||
|
mt8183-mt6358-ts3a227-max98357
|
Loading…
Reference in a new issue