google-spring: new device (MR 3788)

[ci:skip-build] already built successfully in CI
This commit is contained in:
Anton Bambura 2023-01-06 17:12:37 +02:00 committed by Clayton Craft
parent 8730f20fc9
commit 93a6d69fe8
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
2 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,37 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-google-spring
pkgdesc="HP Chromebook 11 G1"
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="
alsa-ucm-conf
depthcharge-tools
postmarketos-base
linux-postmarketos-exynos5
postmarketos-update-depthcharge-kernel
"
makedepends="devicepkg-dev"
source="deviceinfo"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
nonfree_firmware() {
pkgdesc="WiFi/BT and MFC firmware"
depends="linux-firmware-mrvl linux-firmware-other"
mkdir "$subpkgdir"
}
sha512sums="
57cebf5aba84ff095bb65d789e33b2e9108ce17af0961273469133396b9f3cab2c253017887e3a0ed446b32ac97bff39fa95e3c566609006a3a05295591e0e2f deviceinfo
"

View 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 11 G1"
deviceinfo_manufacturer="HP"
deviceinfo_codename="google-spring"
deviceinfo_year="2013"
deviceinfo_dtb="exynos5250-spring"
deviceinfo_modules_initfs="drm-dp-aux-bus panel-edp drm-kms-helper atmel-mxt-ts cros-ec-keyb sbs-battery tps65090-charger"
deviceinfo_arch="armv7"
# Device related
deviceinfo_chassis="laptop"
deviceinfo_keyboard="true"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1366"
deviceinfo_screen_height="768"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="console=tty1 PMOS_NOSPLASH"
deviceinfo_cgpt_kpart="/boot/vmlinuz.kpart"
deviceinfo_cgpt_kpart_start="8192"
deviceinfo_cgpt_kpart_size="16384"
deviceinfo_depthcharge_board="spring"
deviceinfo_generate_depthcharge_image="true"