81dee0f57c
- Added some modules to fix booting from emmc/nvme (fixes #2953) - Partially fixes debug shell (#2955): the OSK still shows partially, but at least now there's some usable console/shell with an external usb keyboard. [ci:skip-build] already built successfully in CI
25 lines
839 B
Text
25 lines
839 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="Valve Steam Deck"
|
|
deviceinfo_manufacturer="Valve"
|
|
deviceinfo_codename="valve-jupiter"
|
|
deviceinfo_year="2022"
|
|
deviceinfo_arch="x86_64"
|
|
deviceinfo_gpu_accelerated="true"
|
|
|
|
# Device related
|
|
deviceinfo_chassis="tablet"
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1280"
|
|
deviceinfo_screen_height="800"
|
|
deviceinfo_framebuffer_landscape="true"
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_kernel_cmdline="quiet console=tty0 fbcon=rotate:1 amdgpu.gttsize=8128 amd_iommu=off PMOS_FORCE_PARTITION_RESIZE"
|
|
deviceinfo_generate_systemd_boot="true"
|
|
deviceinfo_partition_type="gpt"
|
|
deviceinfo_boot_filesystem="fat32"
|