7aa1013087
Co-authored-by: Clayton Craft <clayton@craftyguy.net> [ci:skip-build] already built successfully in CI
25 lines
910 B
Text
25 lines
910 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="Lenovo ThinkPad X13s"
|
|
deviceinfo_manufacturer="Lenovo"
|
|
deviceinfo_codename="lenovo-21bx"
|
|
deviceinfo_year="2022"
|
|
deviceinfo_dtb="qcom/sc8280xp-lenovo-thinkpad-x13s"
|
|
deviceinfo_arch="aarch64"
|
|
|
|
# Device related
|
|
deviceinfo_gpu_accelerated="true"
|
|
deviceinfo_chassis="laptop"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_external_storage="true"
|
|
# most parameters from: https://github.com/jhovold/linux/wiki/X13s#kernel-command-line
|
|
deviceinfo_kernel_cmdline="console=null iommu.passthrough=0 iommu.strict=0 pcie_aspm.policy=powersupersave clk_ignore_unused arm64.nopauth efi=noruntime"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_generate_systemd_boot="true"
|
|
deviceinfo_boot_filesystem="fat32"
|
|
deviceinfo_partition_type="gpt"
|