973b239c3c
This upgrade includes: 1) enabling fb in deviceinfo: This was previously disabled for debugging purposes, but can be re-enabled now so we get the awesome postmarketOS splash screen! 2) fixing GPS, kinda: the device has changed, so this fixes the gpsd config to use the correct device, and includes a udev rule to make sure the device is owned by a group that gpsd can use 3) usbnet working with configfs 4) disables getty on /dev/ttyGS0, this was usb serial but isn't configured now that this uses configfs 5) uses Mesa from Alpine, instead of mesa-git in pmaports. Upstream Mesa has support for the vivante gpu, and no longer need to rely on mesa master branch for support. 6) fix pulseaudio detection of profiles 7) update the librem5-base version used, includes a udev rule to configure DDR freq governor as 'powersave' (reduces power, and how much heat this thing puts out) fixes #524 fixes #526
25 lines
865 B
Text
25 lines
865 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Purism Librem 5 Phone"
|
|
deviceinfo_manufacturer="Purism"
|
|
deviceinfo_codename="purism-librem5"
|
|
deviceinfo_year="2019"
|
|
deviceinfo_dtb="freescale/imx8mq-librem5"
|
|
deviceinfo_append_dtb="false"
|
|
deviceinfo_modules_initfs="phy_fsl_imx8mq_usb dwc3 udc_core xhci_hcd xhci_plat_hcd tps6598x libcomposite"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="handset"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="720"
|
|
deviceinfo_screen_height="1440"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="uuu"
|
|
deviceinfo_generate_legacy_uboot_initfs="true"
|
|
deviceinfo_sd_embed_firmware="firmware/librem5/phone-boot.img:2"
|
|
deviceinfo_boot_part_start="4096"
|